MSEndpointMgr / Intune

Microsoft Intune scripts
MIT License
644 stars 243 forks source link

Remove break on warnings in Get-MSIntuneAuthToken #33

Open onerstam opened 3 years ago

onerstam commented 3 years ago

Break statements can cause callers to exit execution when placed outside of a loop, switch, or trap. Resolves issue #32