Jan 14 2021 12:44 AM
I am using AzureAD module in version 2.0.2.118 and when I execute the command
get-azureadmsgroup -Id 34298b62-bdb4-489b-9569-d3ad90af5d53|fl
I got only the following parameters:
Id : 34298b62-bdb4-489b-9569-d3ad90af5d53
OdataType :
Description :
OnPremisesSyncEnabled :
DisplayName : Group_name
OnPremisesLastSyncDateTime :
Mail :
MailEnabled : False
MailNickname : acecce91-366d-4043-8c0c-4c8e54e26203
OnPremisesSecurityIdentifier :
ProxyAddresses : {}
SecurityEnabled : True
GroupTypes : {DynamicMembership}
Visibility :
CreatedDateTime : 24.04.2019 13:06:17
RenewedDateTime : 24.04.2019 13:06:17
Cannot get the MembershipRule property.
Any tips or tricks on how to get it?
Jan 14 2021 01:46 AM
You need to use the AzureADPREVIEW module for this.
Jan 14 2021 11:53 AM
@Vasil Michev Thank you Vasil,
Can someone from Microsoft tell, why it is on the official documentation page which refers to AzureAD Powershell 2.0 cmdlet?
Jan 26 2021 03:49 AM