You are on page 1of 1

2:17 PM You have granted Jasmine permission to control your desktop.

To revoke,
click the red X on the toolbar or press Pause/Break on the keyboard.
12:17 PM Remote Control started by Jasmine.

12:18 PM Jasmine: Set-ExecutionPolicy RemoteSigned


12:19 PM Jasmine: $UserCredential = Get-Credential
12:20 PM Jasmine: $Session = New-PSSession -ConfigurationName Microsoft.Exchange
-ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential
$UserCredential -Authentication Basic -AllowRedirection
12:21 PM Jasmine: Import-PSSession $Session -DisableNameChecking
12:22 PM Jasmine: Set-Mailbox -Identity user-name@UPN.COM -MaxSendSize 50MB
-MaxReceiveSize 50MB
12:24 PM Jasmine: Get-Mailbox -Identity <Identity> | Format-List
MaxSendSize,MaxReceiveSize

You might also like