Step-by-step guide
- Run Windows Powershell as Administrator
- Login to Office365 with your admin account with command:
$LiveCred =Get-Credential
3. Import session for Office365 manage:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection

Комментариев нет:
Отправить комментарий