Skip to content

Commit 458605a

Browse files
Apply suggestions from review
1 parent 5d9ec22 commit 458605a

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docset/winserver2022-ps/remoteaccess/Get-RemoteAccessRoutingDomain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The **Get-RemoteAccessRoutingDomain** cmdlet retrieves routing domain configurat
3030
Get-RemoteAccessRoutingDomain -Name Rd_01
3131
```
3232

33-
```output
33+
```Output
3434
3535
RoutingDomain : Rd_01
3636
RoutingDomainID : {11111111-1111-1111-1111-111111111001}

docset/winserver2022-ps/remoteaccess/Get-RemoteAccessUserActivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ However, only one of these filters can be used at a time.
5252
## EXAMPLES
5353

5454
### EXAMPLE 1
55+
5556
```powershell
5657
$startdate = Get-Date -Date "12/16/2011"
5758
@@ -83,6 +84,7 @@ This example shows historic access details for a particular user.
8384
Query the accounting store for user activity details for User1 between the start date and end date.
8485

8586
### EXAMPLE 2
87+
8688
```powershell
8789
Get-RemoteAccessUserActivity -UserName "contoso\User1" -ComputerName edge1.corp.contoso.com
8890
```

docset/winserver2022-ps/remoteaccess/Get-RoutingProtocolPreference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Use the Set-RoutingProtocolPreference cmdlet to modify preferences.
2929
## EXAMPLES
3030

3131
### Example 1: Display preferences
32+
3233
```powershell
3334
Get-RoutingProtocolPreference
3435
```

docset/winserver2022-ps/remoteaccess/Get-VpnAuthProtocol.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The **Get-VpnAuthProtocol** cmdlet retrieves VPN authentication parameters for i
2525
## EXAMPLES
2626

2727
### EXAMPLE 1
28+
2829
```powershell
2930
Get-VpnAuthProtocol
3031
```

0 commit comments

Comments
 (0)