Skip to content

Commit 35ba7ad

Browse files
authored
Merge branch 'main' into fix-systempreferredui-spelling
2 parents db8e6f9 + 0bb2376 commit 35ba7ad

File tree

139 files changed

+6492
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+6492
-287
lines changed

docset/docs-conceptual/winserver2016-ps/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ computer. For more information, see
7171
| Iscsi | [iSCSI](/powershell/module/iscsi) |
7272
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
7373
| KDS | [Key Distribution Server](/powershell/module/kds) |
74-
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration) |
7574
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
7675
| Mpio | [MPIO](/powershell/module/mpio) |
7776
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |

docset/docs-conceptual/winserver2019-ps/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ computer. For more information, see
7070
| Iscsi | [iSCSI](/powershell/module/iscsi) |
7171
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
7272
| KDS | [Key Distribution Server](/powershell/module/kds) |
73-
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration/) |
7473
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
7574
| Mpio | [MPIO](/powershell/module/mpio) |
7675
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |

docset/docs-conceptual/winserver2022-ps/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ computer. For more information, see
7070
| Iscsi | [iSCSI](/powershell/module/iscsi) |
7171
| IscsiTarget | [iSCSI Target](/powershell/module/iscsitarget) |
7272
| KDS | [Key Distribution Server](/powershell/module/kds) |
73-
| Microsoft.Windows.ServerManager.Migration | [Server Migration](/powershell/module/Microsoft.Windows.ServerManager.Migration/) |
7473
| MMAgent | [Memory Management Agent](/powershell/module/mmagent) |
7574
| Mpio | [MPIO](/powershell/module/mpio) |
7675
| MSDTC | [Distributed Transaction Coordinator](/powershell/module/msdtc) |

docset/winserver2012-ps/activedirectory/Move-ADObject.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Move-ADObject [-WhatIf] [-Confirm] [-AuthType <ADAuthType>] [-Credential <PSCred
1919
```
2020

2121
## DESCRIPTION
22-
The Move-ADObject cmdlet moves an object or a container of objects from one container to another or from one domain to another.
22+
The **Move-ADObject** cmdlet moves an object or a container of objects from one container to another or from one domain to another within the same forest.
2323

2424
The Identity parameter specifies the Active Directory object or container to move.
2525
You can identify an object or container by its distinguished name (DN) or GUID.
@@ -30,6 +30,8 @@ You can also use the Get-ADGroup, Get-ADUser, Get-ADComputer, Get-ADServiceAccou
3030
The TargetPath parameter must be specified.
3131
This parameter identifies the new location for the object or container.
3232

33+
The cmdlet also moves the password when a user or computer object is moved across domains within a forest.
34+
3335
## EXAMPLES
3436

3537
### -------------------------- EXAMPLE 1 --------------------------

docset/winserver2012-ps/activedirectory/New-ADCentralAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Description
6161
Create a new central access rule named "Finance Documents Rule" with a new resource condition and new permissions.
6262

6363
The new rule specifies that documents should only be read by members of the Finance department.
64-
Members of the Finance department should only be able to access documents in their own country.
64+
Members of the Finance department should only be able to access documents in their own country/region.
6565
Only Finance Administrators should have write access.
6666
The rule allows an exception for members of the FinanceException group.
6767
This group will have read access.

docset/winserver2012-ps/activedirectory/Set-ADCentralAccessRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Description
6868
Set the central access rule named "Finance Documents Rule" with a new resource condition and new permissions.
6969

7070
The new rule specifies that documents should only be read by members of the Finance department.
71-
Members of the Finance department should only be able to access documents in their own country.
71+
Members of the Finance department should only be able to access documents in their own country/region.
7272
Only Finance Administrators should have write access.
7373
The rule allows an exception for members of the FinanceException group.
7474
This group will have read access.

docset/winserver2012-ps/adcsdeployment/install-adcsnetworkdeviceenrollmentservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Accept wildcard characters: False
229229
```
230230
231231
### -RACountry
232-
Specifies the country of the registration authority.
232+
Specifies the country/region of the registration authority.
233233
234234
```yaml
235235
Type: String

docset/winserver2012-ps/dhcpserver/Add-DhcpServerv4OptionDefinition.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,23 @@ Accept wildcard characters: False
208208

209209
### -Type
210210
Specifies the data type of the values for this option.
211-
The acceptable values for this parameter are: Byte, Word, DWord, DWordDword, IPAddress, String, BinaryData, EncapsulatedData or IPv6Address.
211+
The acceptable values for this parameter are:
212+
213+
- Byte
214+
- Word
215+
- DWord
216+
- DWordDword
217+
- IPAddress
218+
- String
219+
- BinaryData
220+
- EncapsulatedData
221+
- IPv6Address
212222

213223
```yaml
214224
Type: String
215225
Parameter Sets: (All)
216226
Aliases:
227+
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, IPv6Address, String, BinaryData, EncapsulatedData
217228
218229
Required: True
219230
Position: 3

docset/winserver2012-ps/dnsserver/Set-DnsServerRecursion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Accept wildcard characters: False
197197
### -Timeout
198198
Determines the number of seconds that a DNS server waits before it stops trying to contact a remote server.
199199
The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds).
200-
The default setting is 0xF (15 seconds).
200+
The default setting is 0x8 (8 seconds).
201201
We recommend that you increase this value when recursion occurs over a slow link.
202202

203203
```yaml

docset/winserver2012-ps/hyper-v/Export-VM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Export-VM [-VM] <VirtualMachine[]> [-Path] <String> [-AsJob] [-Passthru]
2525
## DESCRIPTION
2626
The **Export-VM** cmdlet exports a virtual machine to disk.
2727
This cmdlet creates a folder at a specified location having three subfolders: Snapshots, Virtual Hard Disks, and Virtual Machines.
28-
The Snapshots and Virtual Hard Disks folders contain the snapshots of and virtual hard disks of the specified virtual machine respectively.
28+
Each of these folders contains the associated files. The Snapshots folder contains the associated Snapshots, and the Virtual Hard Disk folder contains the specified virtual machine's virtual disks.
2929
The Virtual Machines folder contains the configuration XML of the specified virtual machine.
3030

3131
## EXAMPLES

0 commit comments

Comments
 (0)