21 feb 2017

Office365 - Cambiare UPN con PowerShell ...

Accesso per verifiche Exchange:

$LiveCred
= Get-Credential

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection

Import-PSSession $Session

Accesso per modifica username:

connect-msolservice


Set-MsolUserPrincipalName -UserPrincipalName vecchio.utente@solidspace.org -NewUserPrincipalName nuovo.utente@solidspace.org

La prima volta è necessario scaricare alcune dipendenze di PowerShell per connettersi al servizio.



Appunti ...

0 commenti:

Posta un commento