Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken links - JasonGerend #3901

Merged
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.sampleserve.com/
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved
```

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.sampleserve.com/.
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

### -------------------------- 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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved


[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://www.rfc-editor.org/rfc/rfc5077).
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

## 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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-psdocset/winserver2016-ps/smbshare/Remove-SmbBandwidthLimit.md)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved


[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://www.rfc-editor.org/rfc/rfc5077).
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

## 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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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?view=windowsserver2022-ps)
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

[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://www.rfc-editor.org/rfc/rfc5077).
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

## 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://www.rfc-editor.org/rfc/rfc5077).
Albertyang0 marked this conversation as resolved.
Show resolved Hide resolved

## EXAMPLES

Expand Down