Convert Office 365 Guest to Member Using Powershell
Start Powershell
>Connect-AzureAD
>Get-AzureADUser -SearchString [email protected] | Set-AzureADUser -UserType member
Start Powershell
>Connect-AzureAD
>Get-AzureADUser -SearchString [email protected] | Set-AzureADUser -UserType member