MSEndpointMgr / Intune

Microsoft Intune scripts
MIT License
667 stars 247 forks source link

Update PSIntuneAuth.psm1 #57

Open stgrdk opened 2 years ago

stgrdk commented 2 years ago

For some strange reason i had 3 installed versions of the latest AzureAD module and when it tried to join-path in line 178 it failed because there where 3 $AzureADModulePath. Adding -First 1 in line 169 it gets 1 of them.