diff --git a/docset/winserver2012-ps/adfs/Get-ADFSRelyingPartyTrust.md b/docset/winserver2012-ps/adfs/Get-ADFSRelyingPartyTrust.md index c7c52de02f..ebf6319706 100644 --- a/docset/winserver2012-ps/adfs/Get-ADFSRelyingPartyTrust.md +++ b/docset/winserver2012-ps/adfs/Get-ADFSRelyingPartyTrust.md @@ -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 -------------------------- ``` diff --git a/docset/winserver2016-ps/smbshare/Disable-SmbDelegation.md b/docset/winserver2016-ps/smbshare/Disable-SmbDelegation.md index 5578e052f7..039446c179 100644 --- a/docset/winserver2016-ps/smbshare/Disable-SmbDelegation.md +++ b/docset/winserver2016-ps/smbshare/Disable-SmbDelegation.md @@ -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) diff --git a/docset/winserver2016-ps/smbshare/Enable-SmbDelegation.md b/docset/winserver2016-ps/smbshare/Enable-SmbDelegation.md index 7f341f7cf4..2cd1d0e505 100644 --- a/docset/winserver2016-ps/smbshare/Enable-SmbDelegation.md +++ b/docset/winserver2016-ps/smbshare/Enable-SmbDelegation.md @@ -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) diff --git a/docset/winserver2016-ps/smbshare/Get-SmbBandwidthLimit.md b/docset/winserver2016-ps/smbshare/Get-SmbBandwidthLimit.md index bb1b4ed2bb..1123eee7e9 100644 --- a/docset/winserver2016-ps/smbshare/Get-SmbBandwidthLimit.md +++ b/docset/winserver2016-ps/smbshare/Get-SmbBandwidthLimit.md @@ -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) diff --git a/docset/winserver2016-ps/smbshare/Get-SmbDelegation.md b/docset/winserver2016-ps/smbshare/Get-SmbDelegation.md index 68353c7d65..820f649625 100644 --- a/docset/winserver2016-ps/smbshare/Get-SmbDelegation.md +++ b/docset/winserver2016-ps/smbshare/Get-SmbDelegation.md @@ -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) diff --git a/docset/winserver2016-ps/smbshare/Remove-SmbBandwidthLimit.md b/docset/winserver2016-ps/smbshare/Remove-SmbBandwidthLimit.md index 49a2f4f0f1..063c66c2a4 100644 --- a/docset/winserver2016-ps/smbshare/Remove-SmbBandwidthLimit.md +++ b/docset/winserver2016-ps/smbshare/Remove-SmbBandwidthLimit.md @@ -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) diff --git a/docset/winserver2016-ps/smbshare/Set-SmbBandwidthLimit.md b/docset/winserver2016-ps/smbshare/Set-SmbBandwidthLimit.md index 072e4b7684..4a0ca28c90 100644 --- a/docset/winserver2016-ps/smbshare/Set-SmbBandwidthLimit.md +++ b/docset/winserver2016-ps/smbshare/Set-SmbBandwidthLimit.md @@ -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) diff --git a/docset/winserver2016-ps/storage/Get-VirtualDisk.md b/docset/winserver2016-ps/storage/Get-VirtualDisk.md index 39545534f2..e0d94cccf9 100644 --- a/docset/winserver2016-ps/storage/Get-VirtualDisk.md +++ b/docset/winserver2016-ps/storage/Get-VirtualDisk.md @@ -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 diff --git a/docset/winserver2016-ps/tls/New-TlsSessionTicketKey.md b/docset/winserver2016-ps/tls/New-TlsSessionTicketKey.md index 8d70fbf266..2d3b3d707f 100644 --- a/docset/winserver2016-ps/tls/New-TlsSessionTicketKey.md +++ b/docset/winserver2016-ps/tls/New-TlsSessionTicketKey.md @@ -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 diff --git a/docset/winserver2019-ps/adfs/Remove-AdfsFarmNode.md b/docset/winserver2019-ps/adfs/Remove-AdfsFarmNode.md index b882661296..c76a64d5eb 100644 --- a/docset/winserver2019-ps/adfs/Remove-AdfsFarmNode.md +++ b/docset/winserver2019-ps/adfs/Remove-AdfsFarmNode.md @@ -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) diff --git a/docset/winserver2019-ps/smbshare/Disable-SmbDelegation.md b/docset/winserver2019-ps/smbshare/Disable-SmbDelegation.md index 395583cf3d..bc2b8b9dcc 100644 --- a/docset/winserver2019-ps/smbshare/Disable-SmbDelegation.md +++ b/docset/winserver2019-ps/smbshare/Disable-SmbDelegation.md @@ -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) diff --git a/docset/winserver2019-ps/smbshare/Enable-SmbDelegation.md b/docset/winserver2019-ps/smbshare/Enable-SmbDelegation.md index 6e9db07530..22e1759636 100644 --- a/docset/winserver2019-ps/smbshare/Enable-SmbDelegation.md +++ b/docset/winserver2019-ps/smbshare/Enable-SmbDelegation.md @@ -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) diff --git a/docset/winserver2019-ps/smbshare/Get-SmbBandwidthLimit.md b/docset/winserver2019-ps/smbshare/Get-SmbBandwidthLimit.md index 3924822589..6309bd2b6a 100644 --- a/docset/winserver2019-ps/smbshare/Get-SmbBandwidthLimit.md +++ b/docset/winserver2019-ps/smbshare/Get-SmbBandwidthLimit.md @@ -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) diff --git a/docset/winserver2019-ps/smbshare/Get-SmbDelegation.md b/docset/winserver2019-ps/smbshare/Get-SmbDelegation.md index 4d9e0f4aed..57a8fab0db 100644 --- a/docset/winserver2019-ps/smbshare/Get-SmbDelegation.md +++ b/docset/winserver2019-ps/smbshare/Get-SmbDelegation.md @@ -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) diff --git a/docset/winserver2019-ps/smbshare/Remove-SmbBandwidthLimit.md b/docset/winserver2019-ps/smbshare/Remove-SmbBandwidthLimit.md index 795cbf3ce9..33ff0abc82 100644 --- a/docset/winserver2019-ps/smbshare/Remove-SmbBandwidthLimit.md +++ b/docset/winserver2019-ps/smbshare/Remove-SmbBandwidthLimit.md @@ -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) diff --git a/docset/winserver2019-ps/smbshare/Set-SmbBandwidthLimit.md b/docset/winserver2019-ps/smbshare/Set-SmbBandwidthLimit.md index 560cda959f..2fc8f3409c 100644 --- a/docset/winserver2019-ps/smbshare/Set-SmbBandwidthLimit.md +++ b/docset/winserver2019-ps/smbshare/Set-SmbBandwidthLimit.md @@ -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) diff --git a/docset/winserver2019-ps/storage/Get-VirtualDisk.md b/docset/winserver2019-ps/storage/Get-VirtualDisk.md index 59f1e8fb4f..eba081fddb 100644 --- a/docset/winserver2019-ps/storage/Get-VirtualDisk.md +++ b/docset/winserver2019-ps/storage/Get-VirtualDisk.md @@ -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 diff --git a/docset/winserver2019-ps/tls/New-TlsSessionTicketKey.md b/docset/winserver2019-ps/tls/New-TlsSessionTicketKey.md index fc003a547f..5978188214 100644 --- a/docset/winserver2019-ps/tls/New-TlsSessionTicketKey.md +++ b/docset/winserver2019-ps/tls/New-TlsSessionTicketKey.md @@ -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 diff --git a/docset/winserver2022-ps/smbshare/Get-SmbBandwidthLimit.md b/docset/winserver2022-ps/smbshare/Get-SmbBandwidthLimit.md index 35166e83a7..0bc11c0b76 100644 --- a/docset/winserver2022-ps/smbshare/Get-SmbBandwidthLimit.md +++ b/docset/winserver2022-ps/smbshare/Get-SmbBandwidthLimit.md @@ -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) diff --git a/docset/winserver2022-ps/smbshare/Remove-SmbBandwidthLimit.md b/docset/winserver2022-ps/smbshare/Remove-SmbBandwidthLimit.md index e786707c9a..2409b89c95 100644 --- a/docset/winserver2022-ps/smbshare/Remove-SmbBandwidthLimit.md +++ b/docset/winserver2022-ps/smbshare/Remove-SmbBandwidthLimit.md @@ -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) diff --git a/docset/winserver2022-ps/storage/Get-VirtualDisk.md b/docset/winserver2022-ps/storage/Get-VirtualDisk.md index 1eee5baa1b..7fc458b33c 100644 --- a/docset/winserver2022-ps/storage/Get-VirtualDisk.md +++ b/docset/winserver2022-ps/storage/Get-VirtualDisk.md @@ -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 diff --git a/docset/winserver2022-ps/tls/New-TlsSessionTicketKey.md b/docset/winserver2022-ps/tls/New-TlsSessionTicketKey.md index 7e4e5fdacd..06cb1a6320 100644 --- a/docset/winserver2022-ps/tls/New-TlsSessionTicketKey.md +++ b/docset/winserver2022-ps/tls/New-TlsSessionTicketKey.md @@ -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 diff --git a/docset/winserver2025-ps/storage/Get-VirtualDisk.md b/docset/winserver2025-ps/storage/Get-VirtualDisk.md index 0477fdea43..0a5d4c7b1a 100644 --- a/docset/winserver2025-ps/storage/Get-VirtualDisk.md +++ b/docset/winserver2025-ps/storage/Get-VirtualDisk.md @@ -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 diff --git a/docset/winserver2025-ps/tls/New-TlsSessionTicketKey.md b/docset/winserver2025-ps/tls/New-TlsSessionTicketKey.md index a251810fa8..4608ca3a0d 100644 --- a/docset/winserver2025-ps/tls/New-TlsSessionTicketKey.md +++ b/docset/winserver2025-ps/tls/New-TlsSessionTicketKey.md @@ -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