Skip to content

Commit cc4b137

Browse files
authored
Merge branch 'main' into patch-3
2 parents 50a569e + 3a61c51 commit cc4b137

File tree

60 files changed

+338
-111
lines changed

Some content is hidden

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

60 files changed

+338
-111
lines changed

docset/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585
"AngelaMotherofDragons",
8686
"dstrome",
8787
"v-dihans",
88-
"sdwheeler"
88+
"sdwheeler",
89+
"Stacyrch140",
90+
"v-stsavell",
91+
"American-Dipper"
8992
],
9093
"_op_documentIdPathDepotMapping": {
9194
"./": {

docset/mdop/appvclient/add-appvclientconnectiongroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add-AppvClientConnectionGroup [-Path] <String> [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
22-
The **Add-AppvClientConnectionGroup** cmdlet creates an Microsoft Application Virtualization (App-V) connection group.
22+
The **Add-AppvClientConnectionGroup** cmdlet creates a Microsoft Application Virtualization (App-V) connection group.
2323
In order for the group to be applied, all packages in the group must be added to the target computer, and must not be running.
2424

2525
This cmdlet can also be used to update an already existing connection group definition.

docset/mdop/appvclient/get-appvpublishingserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-AppvPublishingServer [[-Name] <String>] [[-URL] <String>] [<CommonParameters
2525
```
2626

2727
## DESCRIPTION
28-
The **Get-AppvPublishingServer** cmdlet returns an Microsoft Application Virtualization (App-V) Server object or set of App-V Server objects based on the criteria provided.
28+
The **Get-AppvPublishingServer** cmdlet returns a Microsoft Application Virtualization (App-V) Server object or set of App-V Server objects based on the criteria provided.
2929

3030
## EXAMPLES
3131

docset/mdop/appvclient/mount-appvclientpackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Mount-AppvClientPackage [-Name] <String> [[-Version] <String>] [<CommonParameter
3030
```
3131

3232
## DESCRIPTION
33-
The **Mount-AppvClientPackage** cmdlet initiates or resumes the loading of an Microsoft Application Virtualization (App-V) package into the cache.
33+
The **Mount-AppvClientPackage** cmdlet initiates or resumes the loading of a Microsoft Application Virtualization (App-V) package into the cache.
3434

3535
## EXAMPLES
3636

docset/mdop/appvclient/set-appvclientpackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Set-AppvClientPackage [-Path <String>] [-DynamicDeploymentConfiguration <String>
3333
```
3434

3535
## DESCRIPTION
36-
The **Set-AppvClientPackage** cmdlet modifies the configuration files of an Microsoft Application Virtualization (App-V) package.
36+
The **Set-AppvClientPackage** cmdlet modifies the configuration files of a Microsoft Application Virtualization (App-V) package.
3737

3838
## EXAMPLES
3939

docset/mdop/appvsequencer/expand-appvsequencerpackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Expand-AppvSequencerPackage [-AppvPackagePath] <String> [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
22-
The **Expand-AppvSequencerPackage** cmdlet expands an Microsoft Application Virtualization (App-V) package into its native form to the NTFS file system on the computer running the sequencer.
22+
The **Expand-AppvSequencerPackage** cmdlet expands a Microsoft Application Virtualization (App-V) package into its native form to the NTFS file system on the computer running the sequencer.
2323
You can more easily add prerequisites or dependent applications to the sequencer before generating the package.
2424

2525
Run this cmdlet each time to expand a new package onto the computer running the sequencer.

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/mpio/Enable-MSDSMAutomaticClaim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Enable-MSDSMAutomaticClaim [-BusType] <String>
1717
```
1818

1919
## DESCRIPTION
20-
The **Enable-MSDSMAutomaticClaim** cmdlet enables an Microsoft Device Specific Module (MSDSM) to automatically claim storage area network (SAN) disks for Microsoft Multipath I/O (MPIO) for a bus type.
20+
The **Enable-MSDSMAutomaticClaim** cmdlet enables a Microsoft Device Specific Module (MSDSM) to automatically claim storage area network (SAN) disks for Microsoft Multipath I/O (MPIO) for a bus type.
2121

2222
You need to specify a valid bus type, either serial attached storage (SAS) and Internet Small Computer System Interface (iSCSI).
2323
You can enable MSDSM to automatically claim both SAS and iSCSI disks.

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,23 @@ Accept wildcard characters: False
226226

227227
### -Type
228228
Specifies the data type of the values for this option.
229-
The acceptable values for this parameter are: Byte, Word, DWord, DWordDword, IPAddress, String, BinaryData, EncapsulatedData or IPv6Address.
229+
The acceptable values for this parameter are:
230+
231+
- Byte
232+
- Word
233+
- DWord
234+
- DWordDword
235+
- IPAddress
236+
- String
237+
- BinaryData
238+
- EncapsulatedData
239+
- IPv6Address
230240

231241
```yaml
232242
Type: String
233243
Parameter Sets: (All)
234244
Aliases:
235-
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, String, BinaryData, EncapsulatedData
245+
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, IPv6Address, String, BinaryData, EncapsulatedData
236246
237247
Required: True
238248
Position: 3

docset/winserver2012r2-ps/hpc/HPC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Clears the cached credentials that the HPC Diagnostics Service uses to run diagn
267267
Clears the alert icon for diagnostic test runs.
268268

269269
### [Remove-HpcTokenCache](./Remove-HpcTokenCache.md)
270-
Removes the client Azure Active Directory token cache used for job submission.
270+
Removes the client Microsoft Entra token cache used for job submission.
271271

272272
### [Replicate-HpcImage](./Replicate-HpcImage.md)
273273
Copies a base-node operating system image from a Windows image (.wim) file to an Internet SCSI (iSCSI) storage array.
@@ -321,7 +321,7 @@ Sets the properties for a task.
321321
Sets the credentials for running diagnostic tests.
322322

323323
### [Set-HpcTokenCache](./Set-HpcTokenCache.md)
324-
Sets the client Azure Active Directory token cache for job submission.
324+
Sets the client Microsoft Entra token cache for job submission.
325325

326326
### [Shutdown-HpcNode](./Shutdown-HpcNode.md)
327327
Turns off one or more nodes.

0 commit comments

Comments
 (0)