Skip to content

Commit bea1b8f

Browse files
authored
Merge pull request MicrosoftDocs#3780 from MicrosoftDocs/chrisda
Update Get-MobileDevice.md
2 parents 9b36e4d + 8534bc6 commit bea1b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exchange/docs-conceptual/exchange-eop/connect-to-exchange-online-protection-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Exchange Online Protection PowerShell allows you to manage your Exchange Online
6464
2. Run the following command:
6565
6666
```
67-
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
67+
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.protection.outlook.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
6868
```
6969
7070
**Notes**:

exchange/exchange-ps/exchange/devices/Get-MobileDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
5959

6060
### -------------------------- Example 1 --------------------------
6161
```
62-
Get-MobileDevice -Identity "TonySmith"
62+
Get-MobileDevice -Mailbox "TonySmith"
6363
```
6464

6565
This example returns all the Exchange ActiveSync mobile devices that Tony Smith has used that are associated with his mailbox.

0 commit comments

Comments
 (0)