Shain Allen
asked on
How to add a guest user to office 365 group
We have several groups where i need to add an external user as a guest. We use an on premise AD using ADSync. I'd rather not add them in AD (i also don't know how to add a guest user in AD).
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Sorry, one more question if you don't mind. How do i get access to the AzureAD cmdlets? Like Get-AzureADUser. I get:
Get-AzureADUser : The term 'Get-AzureADUser' is not recognized as the name of a cmdlet, function, script file, or operable
when i execute it in my Azure Active Directory module for Windows Powershell
Get-AzureADUser : The term 'Get-AzureADUser' is not recognized as the name of a cmdlet, function, script file, or operable
when i execute it in my Azure Active Directory module for Windows Powershell
You need the AzureAD module: https://www.powershellgallery.com/packages/AzureAD/2.0.0.131
ASKER
thank you
ASKER