Skip to content

Commit bb0be40

Browse files
author
Angela Fleischmann
authored
Merge pull request MicrosoftDocs#3052 from MicrosoftDocs/main
Publish 08/04/2022 3:30 PM PT
2 parents 5f7e496 + e0bc854 commit bb0be40

File tree

9 files changed

+858
-658
lines changed

9 files changed

+858
-658
lines changed

docset/winserver2012-ps/bitlocker/Enable-BitLocker.md

Lines changed: 246 additions & 182 deletions
Large diffs are not rendered by default.

docset/winserver2012r2-ps/bitlocker/Enable-BitLocker.md

Lines changed: 171 additions & 134 deletions
Large diffs are not rendered by default.

docset/winserver2016-ps/bitlocker/Enable-BitLocker.md

Lines changed: 145 additions & 112 deletions
Large diffs are not rendered by default.

docset/winserver2016-ps/ipamserver/Get-IpamDhcpServer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ DHCP servers lease IP addresses to client devices.
2626

2727
## EXAMPLES
2828

29-
### Example 1: Get information about all DNS servers
29+
### Example 1: Get information about all DHCP servers
3030
```
3131
PS C:\> Get-IpamDhcpServer
3232
```
3333

3434
This command returns information about all the DHCP servers in the IPAM database.
3535

36-
### Example 2: Get information about a single DNS server
36+
### Example 2: Get information about a single DHCP server
3737
```
3838
PS C:\> Get-IpamDhcpServer -ServerFqdn "dhcp.contoso.com"
3939
```

docset/winserver2019-ps/bitlocker/Enable-BitLocker.md

Lines changed: 144 additions & 111 deletions
Large diffs are not rendered by default.

docset/winserver2019-ps/ipamserver/Get-IpamDhcpServer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ DHCP servers lease IP addresses to client devices.
2626

2727
## EXAMPLES
2828

29-
### Example 1: Get information about all DNS servers
29+
### Example 1: Get information about all DHCP servers
3030
```
3131
PS C:\> Get-IpamDhcpServer
3232
```
3333

3434
This command returns information about all the DHCP servers in the IPAM database.
3535

36-
### Example 2: Get information about a single DNS server
36+
### Example 2: Get information about a single DHCP server
3737
```
3838
PS C:\> Get-IpamDhcpServer -ServerFqdn "dhcp.contoso.com"
3939
```

docset/winserver2022-ps/bitlocker/Enable-BitLocker.md

Lines changed: 145 additions & 112 deletions
Large diffs are not rendered by default.

docset/winserver2022-ps/ipamserver/Get-IpamDhcpServer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ DHCP servers lease IP addresses to client devices.
2626

2727
## EXAMPLES
2828

29-
### Example 1: Get information about all DNS servers
29+
### Example 1: Get information about all DHCP servers
3030
```
3131
PS C:\> Get-IpamDhcpServer
3232
```
3333

3434
This command returns information about all the DHCP servers in the IPAM database.
3535

36-
### Example 2: Get information about a single DNS server
36+
### Example 2: Get information about a single DHCP server
3737
```
3838
PS C:\> Get-IpamDhcpServer -ServerFqdn "dhcp.contoso.com"
3939
```

docset/winserver2022-ps/scheduledtasks/New-ScheduledTaskSettingsSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The first command creates a scheduled task action named Cmd and assig
6868

6969
The second command creates scheduled task settings that sets a higher priority for the scheduled task, and assigns the **ScheduledTaskSettings** object to the $Stset variable.
7070

71-
The third command registers the scheduled task Task01 to run the task action named Cmd and to use the task settings that have a priority setting of 9.
71+
The third command registers the scheduled task Task01 to run the task action named Cmd and to use the task settings that have a priority setting of 5.
7272

7373
This example sets the priority of a scheduled task.
7474

0 commit comments

Comments
 (0)