Skip to content

Commit f5f5404

Browse files
authored
Merge pull request #3915 from MicrosoftDocs/main
Published main to live, Tuesday 5:00 PM IST, 12/10
2 parents 3591506 + 2391448 commit f5f5404

24 files changed

+25
-25
lines changed

docset/winserver2012-ps/adfs/Get-ADFSRelyingPartyTrust.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Gets the current property settings for a relying party trust that is specified b
4646

4747
### -------------------------- EXAMPLE 2 --------------------------
4848
```
49-
C:\PS>Get-ADFSRelyingPartyTrust -Identifier https://SampleApp.SampleServer.org
49+
C:\PS>Get-ADFSRelyingPartyTrust -Identifier https://www.fabrikam.com/
5050
```
5151

5252
Description
5353

5454
-----------
5555

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

5858
### -------------------------- EXAMPLE 3 --------------------------
5959
```

docset/winserver2016-ps/smbshare/Disable-SmbDelegation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To check the functional level of the Active Directory forest, use the Get-ADFore
9999

100100
## RELATED LINKS
101101

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

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

docset/winserver2016-ps/smbshare/Enable-SmbDelegation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To check the functional level of the Active Directory forest, use the Get-ADFore
8383

8484
## RELATED LINKS
8585

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

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

docset/winserver2016-ps/smbshare/Get-SmbBandwidthLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th
126126

127127
## RELATED LINKS
128128

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

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

docset/winserver2016-ps/smbshare/Get-SmbDelegation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To check the functional level of the Active Directory forest, use the **Get-ADFo
6767

6868
## RELATED LINKS
6969

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

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

docset/winserver2016-ps/smbshare/Remove-SmbBandwidthLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th
165165

166166
## RELATED LINKS
167167

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

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

docset/winserver2016-ps/smbshare/Set-SmbBandwidthLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th
175175

176176
## RELATED LINKS
177177

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

180180

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

docset/winserver2016-ps/storage/Get-VirtualDisk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ You can use the pipeline operator to pass an MSFT_TargetVirtualDisk object to th
624624
## OUTPUTS
625625

626626
### Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
627-
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).
627+
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).
628628

629629
## NOTES
630630

docset/winserver2016-ps/tls/New-TlsSessionTicketKey.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This mechanism helps to improve the performance of TLS.
2727
The TLS server uses this mechanism to create a key to encrypt a session ticket.
2828
The client can later use the encrypted session ticket to resume communication with the TLS server.
2929
Otherwise, the client must restart the communication by acquiring of new session ticket.
30-
For more information, see [RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](http://rfc5077.openrfc.org/).
30+
For more information, see [RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](https://datatracker.ietf.org/doc/html/rfc5077).
3131

3232
## EXAMPLES
3333

docset/winserver2019-ps/adfs/Remove-AdfsFarmNode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8787
8888
## RELATED LINKS
8989
90-
[Uninstall-WindowsFeature](/powershell/module/microsoft.windows.servermanager.migration/uninstall-windowsfeature)
90+
[Uninstall-WindowsFeature](/powershell/module/servermanager/uninstall-windowsfeature)
9191

docset/winserver2019-ps/smbshare/Disable-SmbDelegation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To check the functional level of the Active Directory forest, use the Get-ADFore
9999

100100
## RELATED LINKS
101101

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

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

docset/winserver2019-ps/smbshare/Enable-SmbDelegation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To check the functional level of the Active Directory forest, use the Get-ADFore
8383

8484
## RELATED LINKS
8585

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

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

docset/winserver2019-ps/smbshare/Get-SmbBandwidthLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th
126126

127127
## RELATED LINKS
128128

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

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

docset/winserver2019-ps/smbshare/Get-SmbDelegation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To check the functional level of the Active Directory forest, use the **Get-ADFo
6767

6868
## RELATED LINKS
6969

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

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

docset/winserver2019-ps/smbshare/Remove-SmbBandwidthLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th
165165

166166
## RELATED LINKS
167167

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

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

docset/winserver2019-ps/smbshare/Set-SmbBandwidthLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th
175175

176176
## RELATED LINKS
177177

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

180180

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

docset/winserver2019-ps/storage/Get-VirtualDisk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ You can use the pipeline operator to pass an MSFT_TargetVirtualDisk object to th
624624
## OUTPUTS
625625

626626
### Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
627-
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).
627+
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).
628628

629629
## NOTES
630630

docset/winserver2019-ps/tls/New-TlsSessionTicketKey.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This mechanism helps to improve the performance of TLS.
2727
The TLS server uses this mechanism to create a key to encrypt a session ticket.
2828
The client can later use the encrypted session ticket to resume communication with the TLS server.
2929
Otherwise, the client must restart the communication by acquiring of new session ticket.
30-
For more information, see [RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](http://rfc5077.openrfc.org/).
30+
For more information, see [RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](https://datatracker.ietf.org/doc/html/rfc5077).
3131

3232
## EXAMPLES
3333

docset/winserver2022-ps/smbshare/Get-SmbBandwidthLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th
126126

127127
## RELATED LINKS
128128

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

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

docset/winserver2022-ps/smbshare/Remove-SmbBandwidthLimit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For more information, type `Get-Help Install-WindowsFeature`. When you enable th
165165

166166
## RELATED LINKS
167167

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

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

docset/winserver2022-ps/storage/Get-VirtualDisk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ You can use the pipeline operator to pass an MSFT_TargetVirtualDisk object to th
624624
## OUTPUTS
625625

626626
### Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
627-
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).
627+
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).
628628

629629
## NOTES
630630

docset/winserver2022-ps/tls/New-TlsSessionTicketKey.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mechanism. This mechanism helps to improve the performance of TLS. The TLS serve
2929
mechanism to create a key to encrypt a session ticket. The client can later use the encrypted
3030
session ticket to resume communication with the TLS server. Otherwise, the client must restart the
3131
communication by acquiring of new session ticket. For more information, see
32-
[RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](http://rfc5077.openrfc.org/).
32+
[RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](https://datatracker.ietf.org/doc/html/rfc5077).
3333

3434
## EXAMPLES
3535

docset/winserver2025-ps/storage/Get-VirtualDisk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ You can use the pipeline operator to pass an MSFT_TargetVirtualDisk object to th
624624
## OUTPUTS
625625

626626
### Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk
627-
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).
627+
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).
628628

629629
## NOTES
630630

docset/winserver2025-ps/tls/New-TlsSessionTicketKey.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mechanism. This mechanism helps to improve the performance of TLS. The TLS serve
2929
mechanism to create a key to encrypt a session ticket. The client can later use the encrypted
3030
session ticket to resume communication with the TLS server. Otherwise, the client must restart the
3131
communication by acquiring of new session ticket. For more information, see
32-
[RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](http://rfc5077.openrfc.org/).
32+
[RFC 5077, Transport Layer Security (TLS) Session Resumption without Server-Side State](https://datatracker.ietf.org/doc/html/rfc5077).
3333

3434
## EXAMPLES
3535

0 commit comments

Comments
 (0)