question

vinothDhamodaran-0958 avatar image
0 Votes"
vinothDhamodaran-0958 asked jhueppauff answered

Guest Account

Hi All,

We are creating guest account through powershell in our premises. I noticed when we creating the existing guest account for the same time through powershell it doesn't throw any error like the guest account already exist . Normally if the account already exist in Azure it should reject the new request.

Note: we are using guest email address to create the guest account.

azure-ad-authentication
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

jhueppauff avatar image
0 Votes"
jhueppauff answered

Has the guest already accepted the invitation? Can you share your PowerShell Code you use to create those users?
When you run the following script, can you see the guest account? Get-AzureADUser -Filter "UserType eq 'Guest'"

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.