Skip to content

Commit 83d698f

Browse files
authored
Merge pull request MicrosoftDocs#3781 from MicrosoftDocs/master
Master to Live
2 parents a2f9858 + bea1b8f commit 83d698f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/advanced-threat-protection/New-SafeLinksRule.md

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

4747
### -------------------------- Example 1 --------------------------
4848
```
49-
New-SafeLinksRule -Name "Research Department URL Rule" -SafeAttachmentPolicy "Research Block URL" -SentToMemberOf "Research Department" -ExceptIfSentToMemberOf "Research Department Managers"
49+
New-SafeLinksRule -Name "Research Department URL Rule" -SafeLinksPolicy "Research Block URL" -SentToMemberOf "Research Department" -ExceptIfSentToMemberOf "Research Department Managers"
5050
```
5151

5252
This example creates a new Safe Links rule named Research Department URL Rule with the following conditions:

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)