v-akarke
v-akarke
The cmdlet is throwing an error due to an empty ID being passed to it. The transformed Entra cmdlet is functioning correctly, but some parameters are missing in MgGrapg cmdlet,...
Hi @SteveMutungi254, Since the ExtensionValue and ExtensionName parameter is missing in the MgGraph cmdlet, it won't function in the Entra cmdlet.
@SteveMutungi254 : No, the Beta API also does not have this property. cc : @v-varshamane
Hi @SteveMutungi254, Upon checking the issue with Set-AzureADMSGroup, it appears that the error _Set-EntraMSGroup : A parameter cannot be found that matches parameter name 'MembershipRuleProcessingState'_ is occurring because the **MembershipRuleProcessingState**...
The transformed Entra cmdlet i.e. New-EntraMSAdministrativeUnit is throwing an error because the MgGraph cmdlet is missing these parameters: [-MembershipRule ], [-MembershipRuleProcessingState ], and [-MembershipType ]. As a result, the Entra...