Skip to content

Commit 0d2d40c

Browse files
committed
Cleanup and Consolidate
1 parent 1d363b7 commit 0d2d40c

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

exchange/exchange-ps/exchange/Get-SafeLinksPolicy.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2525

2626
## EXAMPLES
2727

28-
### Example 1 -------------------------- (Exchange Online)
28+
### Example 1
2929
```
3030
Get-SafeLinksPolicy | Format-Table Name,IsEnabled,IsDefault
3131
```
3232

3333
This example shows a summary list of all Safe Links policies.
3434

35-
### Example 1 -------------------------- (Exchange Online Protection)
36-
```
37-
Get-SafeLinksPolicy | Format-Table Name,IsEnabled,IsDefault
38-
```
39-
40-
This example shows a summary list of all Safe Links policies.
41-
42-
### Example 2 -------------------------- (Exchange Online)
43-
```
44-
Get-SafeLinksPolicy -Identity Default
45-
```
46-
47-
This example shows detailed information about the Safe Links policy named Default.
48-
49-
### Example 2 -------------------------- (Exchange Online Protection)
35+
### Example 2
5036
```
5137
Get-SafeLinksPolicy -Identity Default
5238
```
@@ -97,4 +83,3 @@ To see the return types, which are also known as output types, that this cmdlet
9783
## RELATED LINKS
9884
9985
[Online Version](https://technet.microsoft.com/library/d847809d-bdad-4d3b-b62e-be67411a6372.aspx)
100-

0 commit comments

Comments
 (0)