Skip to content

Commit

Permalink
Merge branch 'main' into update_hyperv_newvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelu86 authored Feb 24, 2025
2 parents ac35ec8 + 4969226 commit 7da81a9
Show file tree
Hide file tree
Showing 114 changed files with 8,830 additions and 1,678 deletions.
17 changes: 0 additions & 17 deletions .openpublishing.build.ps1

This file was deleted.

9 changes: 7 additions & 2 deletions docset/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ROBOTS": "INDEX, FOLLOW",
"breadcrumb_path": "/powershell/windows/bread/toc.json",
"ms.service": "windows-11",
"ms.topic": "managed-reference",
"ms.topic": "reference",
"ms.author": "jgerend",
"author": "JasonGerend",
"manager": "femila",
Expand All @@ -93,9 +93,14 @@
"dstrome",
"v-dihans",
"sdwheeler",
"v-stchambers",
"shdyas",
"Stacyrch140",
"v-stsavell",
"American-Dipper"
"American-Dipper",
"Ruchika-mittal01",
"aditisrivastava07",
"padmagit77"
],
"_op_documentIdPathDepotMapping": {
"./": {
Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012-ps/adfs/Get-ADFSRelyingPartyTrust.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ Gets the current property settings for a relying party trust that is specified b

### -------------------------- EXAMPLE 2 --------------------------
```
C:\PS>Get-ADFSRelyingPartyTrust -Identifier https://SampleApp.SampleServer.org
C:\PS>Get-ADFSRelyingPartyTrust -Identifier https://www.fabrikam.com/
```

Description

-----------

Gets the current property settings for a relying party trust that is specified by the identifier https://SampleApp.SampleServer.org.
Gets the current property settings for a relying party trust that is specified by the identifier `https://www.fabrikam.com`.

### -------------------------- EXAMPLE 3 --------------------------
```
Expand Down
5 changes: 3 additions & 2 deletions docset/winserver2012r2-ps/adfs/Get-AdfsRelyingPartyTrust.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ This command gets the property settings for the relying party trust named Fabrik

### Example 2: Get property settings for a relying party trust by using an identifier
```
PS C:\> Get-AdfsRelyingPartyTrust -Identifier "https://FabrikamApp.CentralServer.org"
PS C:\> Get-AdfsRelyingPartyTrust -Identifier "https://app.fabrikam.com"
```

This command gets the property settings for a relying party trust that has the identifier https://FabrikamApp.CentralServer.org.
This command gets the property settings for a relying party trust that has the identifier `https://FabrikamApp.CentralServer.org`.

### Example 3: Get property settings for an updated relying party trust
```
Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/hpc/Get-HpcJobCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ This cmdlet was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2). It is
[New-HpcSoftCard](./New-HpcSoftCard.md)
[Remove-HpcJobCredential](./Remove-HpcJobCredential.md)
[Remove-HpcJobCredential](/powershell/module/hpcpack2016/remove-hpcjobcredential?view=hpc16-ps)
[Set-HpcJobCredential](./Set-HpcJobCredential.md)
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/New-HpcSoftCard.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Get-HpcJobCredential](./Get-HpcJobCredential.md)
[Set-HpcJobCredential](./Set-HpcJobCredential.md)
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/hpc/Set-HpcNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,11 @@ You must be a cluster administrator to run this cmdlet successfully.
## RELATED LINKS
[Get-HpcNode](./Get-HpcNode.md)
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)
[Remove-HpcNode](./Remove-HpcNode.md)
[Remove-HpcNode](/powershell/module/hpcpack2016/remove-hpcnode?view=hpc16-ps)
[Restart-HpcNode](./Restart-HpcNode.md)
[Restart-HpcNode](/powershell/module/hpcpack2016/restart-hpcnode?view=hpc16-ps)
[Shutdown-HpcNode](./Shutdown-HpcNode.md)
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Set-HpcNodeState.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ You must be a cluster administrator to run this cmdlet successfully.
## RELATED LINKS
[Get-HpcNode](./Get-HpcNode.md)
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)
[Set-HpcNode](./Set-HpcNode.md)
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/hpc/Set-HpcPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ This cmdlet was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2). It is
## RELATED LINKS
[Add-HpcPool](./Add-HpcPool.md)
[Add-HpcPool](/powershell/module/hpcpack2016/add-hpcpool?view=hpc16-ps)
[Get-HpcPool](./Get-HpcPool.md)
[Get-HpcPool](/powershell/module/hpcpack2016/get-hpcpool?view=hpc16-ps)
[Remove-HpcPool](./Remove-HpcPool.md)
[Remove-HpcPool](/powershell/module/hpcpack2016/remove-hpcpool?view=hpc16-ps)
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/hpc/Set-HpcSoaCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Remove-HpcSoaCredential](./Remove-HpcSoaCredential.md)
[Remove-HpcSoaCredential](/powershell/module/hpcpack2016/remove-hpcsoacredential?view=hpc16-ps)

[Set-HpcJobCredential](./Set-HpcJobCredential.md)
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)

[Set-HpcTestCredential](./Set-HpcTestCredential.md)
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/hpc/Set-HpcTask.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-HpcTask](./Add-HpcTask.md)
[Add-HpcTask](/powershell/module/hpcpack2016/add-hpctask?view=hpc16-ps)

[Export-HpcTask](./Export-HpcTask.md)
[Export-HpcTask](/powershell/module/hpcpack2016/export-hpctask?view=hpc16-ps)

[Get-HpcTask](./Get-HpcTask.md)
[Get-HpcTask](/powershell/module/hpcpack2016/get-hpctask?view=hpc16-ps)

[Stop-HpcTask](./Stop-HpcTask.md)
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/hpc/Set-HpcTestCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Invoke-HpcTest](./Invoke-HpcTest.md)
[Invoke-HpcTest](/powershell/module/hpcpack2016/invoke-hpctest?view=hpc16-ps)

[Remove-HpcTestCredential](./Remove-HpcTestCredential.md)
[Remove-HpcTestCredential](/powershell/module/hpcpack2016/remove-hpctestcredential?view=hpc16-ps)

[Set-HpcJobCredential](./Set-HpcJobCredential.md)
[Set-HpcJobCredential](/powershell/module/hpcpack2016/set-hpcjobcredential?view=hpc16-ps)

[Set-HpcSoaCredential](./Set-HpcSoaCredential.md)
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/hpc/Shutdown-HpcNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Get-HpcNode](./Get-HpcNode.md)
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)

[Remove-HpcNode](./Remove-HpcNode.md)
[Remove-HpcNode](/powershell/module/hpcpack2016/remove-hpcnode?view=hpc16-ps)

[Restart-HpcNode](./Restart-HpcNode.md)
[Restart-HpcNode](/powershell/module/hpcpack2016/restart-hpcnode?view=hpc16-ps)

[Set-HpcNode](./Set-HpcNode.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Start-HpcAzureNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Remove-HpcAzureNode](./Remove-HpcAzureNode.md)
[Remove-HpcAzureNode](/powershell/module/hpcpack2016/remove-hpcazurenode?view=hpc16-ps)

[Start-HpcNodeSet](./Start-HpcNodeSet.md)

Expand Down
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/hpc/Start-HpcNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Get-HpcNode](./Get-HpcNode.md)
[Get-HpcNode](/powershell/module/hpcpack2016/get-hpcnode?view=hpc16-ps)

[Remove-HpcNode](./Remove-HpcNode.md)
[Remove-HpcNode](/powershell/module/hpcpack2016/remove-hpcnode?view=hpc16-ps)

[Restart-HpcNode](./Restart-HpcNode.md)
[Restart-HpcNode](/powershell/module/hpcpack2016/restart-hpcnode?view=hpc16-ps)

[Set-HpcNode](./Set-HpcNode.md)

Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/hpc/Start-HpcNodeSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-HpcNodeSet](./Add-HpcNodeSet.md)
[Add-HpcNodeSet](/powershell/module/hpcpack2016/add-hpcnodeset?view=hpc16-ps)

[Remove-HpcNodeSet](./Remove-HpcNodeSet.md)
[Remove-HpcNodeSet](/powershell/module/hpcpack2016/remove-hpcnodeset?view=hpc16-ps)

[Start-HpcAzureNode](./Start-HpcAzureNode.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/hpc/Stop-HpcAzureNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Remove-HpcAzureNode](./Remove-HpcAzureNode.md)
[Remove-HpcAzureNode](/powershell/module/hpcpack2016/remove-hpcazurenode?view=hpc16-ps)

[Start-HpcAzureNode](./Start-HpcAzureNode.md)

Expand Down
8 changes: 4 additions & 4 deletions docset/winserver2012r2-ps/hpc/Stop-HpcJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,12 @@ All other tasks are queued, including those that failed.

## RELATED LINKS

[Export-HpcJob](./Export-HpcJob.md)
[Export-HpcJob](/powershell/module/hpcpack2016/export-hpcjob?view=hpc16-ps)

[Get-HpcJob](./Get-HpcJob.md)
[Get-HpcJob](/powershell/module/hpcpack2016/get-hpcjob?view=hpc16-ps)

[New-HpcJob](./New-HpcJob.md)
[New-HpcJob](/powershell/module/hpcpack2016/new-hpcjob?view=hpc16-ps)

[Set-HpcJob](./Set-HpcJob.md)
[Set-HpcJob](/powershell/module/hpcpack2016/set-hpcjob?view=hpc16-ps)

[Submit-HpcJob](./Submit-HpcJob.md)
4 changes: 2 additions & 2 deletions docset/winserver2012r2-ps/hpc/Stop-HpcNodeSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-HpcNodeSet](./Add-HpcNodeSet.md)
[Add-HpcNodeSet](/powershell/module/hpcpack2016/add-hpciscsistoragearray?view=hpc16-ps)

[Remove-HpcNodeSet](./Remove-HpcNodeSet.md)
[Remove-HpcNodeSet](/powershell/module/hpcpack2016/remove-hpcnodeset?view=hpc16-ps)

[Start-HpcNodeSet](./Start-HpcNodeSet.md)

Expand Down
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/hpc/Stop-HpcTask.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Add-HpcTask](./Add-HpcTask.md)
[Add-HpcTask](/powershell/module/hpcpack2016/add-hpctask?view=hpc16-ps)

[Export-HpcTask](./Export-HpcTask.md)
[Export-HpcTask](/powershell/module/hpcpack2016/export-hpctask?view=hpc16-ps)

[Get-HpcTask](./Get-HpcTask.md)
[Get-HpcTask](/powershell/module/hpcpack2016/get-hpctask?view=hpc16-ps)

[Set-HpcTask](./Set-HpcTask.md)

Expand Down
6 changes: 3 additions & 3 deletions docset/winserver2012r2-ps/hpc/Stop-HpcTestResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Export-HpcTestResult](./Export-HpcTestResult.md)
[Export-HpcTestResult](/powershell/module/hpcpack2016/export-hpctestresult?view=hpc16-ps)

[Get-HpcTestResult](./Get-HpcTestResult.md)
[Get-HpcTestResult](/powershell/module/hpcpack2016/get-hpctestresult?view=hpc16-ps)

[Invoke-HpcTest](./Invoke-HpcTest.md)
[Invoke-HpcTest](/powershell/module/hpcpack2016/invoke-hpctest?view=hpc16-ps)
8 changes: 4 additions & 4 deletions docset/winserver2012r2-ps/hpc/Submit-HpcJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Export-HpcJob](./Export-HpcJob.md)
[Export-HpcJob](/powershell/module/hpcpack2016/export-hpcjob?view=hpc16-ps)

[Get-HpcJob](./Get-HpcJob.md)
[Get-HpcJob](/powershell/module/hpcpack2016/get-hpcjob?view=hpc16-ps)

[New-HpcJob](./New-HpcJob.md)
[New-HpcJob](/powershell/module/hpcpack2016/new-hpcjob?view=hpc16-ps)

[Set-HpcJob](./Set-HpcJob.md)
[Set-HpcJob](/powershell/module/hpcpack2016/set-hpcjob?view=hpc16-ps)

[Stop-HpcJob](./Stop-HpcJob.md)
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ The message for this event provides more information about the failure.

## RELATED LINKS

[Add-HpcIScsiStorageArray](./Add-HpcIScsiStorageArray.md)
[Add-HpcIScsiStorageArray](/powershell/module/hpcpack2016/add-hpciscsistoragearray?view=hpc16-ps)

[Get-HpcIScsiStorageArray](./Get-HpcIScsiStorageArray.md)
[Get-HpcIScsiStorageArray](/powershell/module/hpcpack2016/get-hpciscsistoragearray?view=hpc16-ps)

[Remove-HpcIScsiStorageArray](./Remove-HpcIScsiStorageArray.md)
[Remove-HpcIScsiStorageArray](/powershell/module/hpcpack2016/remove-hpciscsistoragearray?view=hpc16-ps)

[Set-HpcIScsiStorageArray](./Set-HpcIScsiStorageArray.md)
[Set-HpcIScsiStorageArray](/powershell/module/hpcpack2016/set-hpciscsistoragearray?view=hpc16-ps)
1 change: 0 additions & 1 deletion docset/winserver2016-ps/bestpractices/Invoke-BpaModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ If a model is specified in the cmdlet after the BPA scan has been performed, the
This cmdlet cannot be canceled after it has been started.

Single-node XML is not supported by the BPA model schema.
For more information about what is supported by the BPA model schema, see the [Microsoft Baseline Configuration Analyzer Model Authoring Guide](https://www.microsoft.com/download/details.aspx?id=16475) on the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=16475).

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/smbshare/Disable-SmbDelegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To check the functional level of the Active Directory forest, use the Get-ADFore

## RELATED LINKS

[Install-WindowsFeature](../Microsoft.Windows.ServerManager.Migration/Install-WindowsFeature.md)
[Install-WindowsFeature](/powershell/module/servermanager/install-windowsfeature)

[Enable-SmbDelegation](./Enable-SmbDelegation.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/smbshare/Enable-SmbDelegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To check the functional level of the Active Directory forest, use the Get-ADFore

## RELATED LINKS

[Install-WindowsFeature](../Microsoft.Windows.ServerManager.Migration/Install-WindowsFeature.md)
[Install-WindowsFeature](/powershell/module/servermanager/install-windowsfeature)

[Disable-SmbDelegation](./Disable-SmbDelegation.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/smbshare/Get-SmbBandwidthLimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th

## RELATED LINKS

[Install-WindowsFeature](../Microsoft.Windows.ServerManager.Migration/Install-WindowsFeature.md)
[Install-WindowsFeature](/powershell/module/servermanager/install-windowsfeature)

[Set-SmbBandwidthLimit](./Set-SmbBandwidthLimit.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/smbshare/Get-SmbDelegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To check the functional level of the Active Directory forest, use the **Get-ADFo

## RELATED LINKS

[Install-WindowsFeature](../Microsoft.Windows.ServerManager.Migration/Install-WindowsFeature.md)
[Install-WindowsFeature](/powershell/module/servermanager/install-windowsfeature)

[Disable-SmbDelegation](./Disable-SmbDelegation.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th

## RELATED LINKS

[Install-WindowsFeature](../Microsoft.Windows.ServerManager.Migration/Install-WindowsFeature.md)
[Install-WindowsFeature](/powershell/module/servermanager/install-windowsfeature)

[Get-SmbBandwidthLimit](./Get-SmbBandwidthLimit.md)

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/smbshare/Set-SmbBandwidthLimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th

## RELATED LINKS

[Install-WindowsFeature](../Microsoft.Windows.ServerManager.Migration/Install-WindowsFeature.md)
[Install-WindowsFeature](/powershell/module/servermanager/install-windowsfeature)


[Get-SmbBandwidthLimit](./Get-SmbBandwidthLimit.md)
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/storage/Get-VirtualDisk.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ You can use the pipeline operator to pass an MSFT_TargetVirtualDisk object to th
## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
This cmdlet outputs an object that represents the specified virtual disk. For more information about output object type, see [MSFT_VirtualDisk class](/previous-versions/windows/desktop/stormgmt/msft-virtualdisk).
This cmdlet outputs an object that represents the specified virtual disk. For more information about output object type, see [MSFT_VirtualDisk class](/windows-hardware/drivers/storage/msft-virtualdisk).

## NOTES

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2016-ps/tls/New-TlsSessionTicketKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This mechanism helps to improve the performance of TLS.
The TLS server uses this mechanism to create a key to encrypt a session ticket.
The client can later use the encrypted session ticket to resume communication with the TLS server.
Otherwise, the client must restart the communication by acquiring of new session ticket.
For more information, see [RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](http://rfc5077.openrfc.org/).
For more information, see [RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](https://datatracker.ietf.org/doc/html/rfc5077).

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/adfs/Remove-AdfsFarmNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## RELATED LINKS
[Uninstall-WindowsFeature](/powershell/module/microsoft.windows.servermanager.migration/uninstall-windowsfeature)
[Uninstall-WindowsFeature](/powershell/module/servermanager/uninstall-windowsfeature)
Loading

0 comments on commit 7da81a9

Please sign in to comment.