msol
1 TopicReplacement cmdlets for Msol cmdlets for Mailbox Validation
Due to the looming deprecation of AzureAD and Msol cmdlets, I am trying to search for replacement Graph SDK cmdlets for the following cmdlets which is about showing the validation error of O365 mailbox. Get-MsolUser -UserPrincipalName $wsUserPrincipalName | Select-Object ValidationStatus (Get-MsolUser -UserPrincipalName $wsUserPrincipalName).errors[0].ErrorDetail.objecterrors.errorrecord.ErrorDescription Above please find an image showing the output of the 2 cmdlets. Thanks.Solved1KViews0likes2Comments