Skip to content

Commit

Permalink
Merge branch 'MicrosoftDocs:main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyTech authored Dec 13, 2024
2 parents 8eaaa84 + 2391448 commit 12b4123
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
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
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)
2 changes: 1 addition & 1 deletion docset/winserver2019-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/winserver2019-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/winserver2019-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/winserver2019-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/winserver2019-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/winserver2019-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/winserver2019-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/winserver2022-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
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/winserver2022-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/winserver2022-ps/tls/New-TlsSessionTicketKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mechanism. This mechanism helps to improve the performance of TLS. The TLS serve
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/).
[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/winserver2025-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/winserver2025-ps/tls/New-TlsSessionTicketKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mechanism. This mechanism helps to improve the performance of TLS. The TLS serve
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/).
[RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](https://datatracker.ietf.org/doc/html/rfc5077).

## EXAMPLES

Expand Down

0 comments on commit 12b4123

Please sign in to comment.