Skip to content

Commit 1c4cb93

Browse files
authored
Merge branch 'main' into patch-1
2 parents f00118f + c0f3d39 commit 1c4cb93

40 files changed

+755
-178
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

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.ReFsDedup.Commands.dll-Help.xml
33
Module Name: Microsoft.ReFsDedup.Commands
4-
ms.date: 02/21/2024
4+
ms.date: 11/20/2024
55
online version: https://learn.microsoft.com/powershell/module/microsoft.refsdedup.commands/clear-refsdedupschedule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: Clear-ReFSDedupSchedule
@@ -10,7 +10,7 @@ title: Clear-ReFSDedupSchedule
1010
# Clear-ReFSDedupSchedule
1111

1212
## SYNOPSIS
13-
{{ Fill in the Synopsis }}
13+
Clears the scheduled task for deduplication on a specified ReFS volume.
1414

1515
## SYNTAX
1616

@@ -19,24 +19,30 @@ Clear-ReFSDedupSchedule [-Volume] <String> [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
22-
{{ Fill in the Description }}
22+
23+
The `Clear-ReFSDedupSchedule` cmdlet clears the scheduled job, including the schedule itself, for
24+
deduplication on the specified ReFS volume.
2325

2426
## EXAMPLES
2527

2628
### Example 1
29+
2730
```powershell
28-
PS C:\> {{ Add example code here }}
31+
Clear-ReFSDedupSchedule -Volume "D:"
2932
```
3033

31-
{{ Add example description here }}
34+
This example clears the scheduled task for volume `D:`.
3235

3336
## PARAMETERS
3437

3538
### -Volume
36-
{{ Fill Volume Description }}
39+
40+
Specifies the volume or volumes to clear the scheduled optimization task. Enter one or more volume
41+
IDs, drive letters, or volume GUID paths. For drive letters, use the format `D:`. For volume GUID
42+
paths, use the format `\\?\Volume{{GUID}}\`. Separate multiple volumes with a comma.
3743

3844
```yaml
39-
Type: System.String
45+
Type: String
4046
Parameter Sets: (All)
4147
Aliases:
4248

@@ -48,7 +54,11 @@ Accept wildcard characters: False
4854
```
4955
5056
### CommonParameters
51-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
57+
58+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
59+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
60+
-WarningAction, and -WarningVariable. For more information, see
61+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
5262
5363
## INPUTS
5464
@@ -57,6 +67,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5767
## OUTPUTS
5868
5969
### System.Object
70+
6071
## NOTES
6172
6273
## RELATED LINKS
74+
75+
[Get-ReFSDedupSchedule](Get-ReFSDedupSchedule.md)
76+
77+
[Resume-ReFSDedupSchedule](Resume-ReFSDedupSchedule.md)
78+
79+
[Set-ReFSDedupSchedule](Set-ReFSDedupSchedule.md)
80+
81+
[Suspend-ReFSDedupSchedule](Suspend-ReFSDedupSchedule.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
external help file: Microsoft.ReFsDedup.Commands.dll-Help.xml
3+
Module Name: Microsoft.ReFsDedup.Commands
4+
ms.date: 11/20/2024
5+
online version: https://learn.microsoft.com/powershell/module/microsoft.refsdedup.commands/clear-refsdedupscrubschedule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
6+
schema: 2.0.0
7+
title: Clear-ReFSDedupScrubSchedule
8+
---
9+
10+
# Clear-ReFSDedupScrubSchedule
11+
12+
## SYNOPSIS
13+
Clears the deduplication scrub schedule on a specified ReFS volume.
14+
15+
## SYNTAX
16+
17+
```
18+
Clear-ReFSDedupScrubSchedule [-Volume] <String> [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
23+
The `Clear-ReFSDedupScrubSchedule` cmdlet clears the deduplication scrub schedule on a specified
24+
ReFS volume. When you clear the schedule, any pending scrub jobs will be cancelled and the schedule
25+
will be reset.
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
31+
```powershell
32+
Clear-ReFSDedupScrubSchedule -Volume "D:"
33+
```
34+
35+
This example clears the deduplication scrub schedule on the `D:` ReFS volume.
36+
37+
## PARAMETERS
38+
39+
### -Volume
40+
41+
Specifies the volume on which to clear the ReFS deduplication scrub schedule. Enter one or more
42+
volume IDs, drive letters, or volume GUID paths. For drive letters, use the format `D:`. For volume
43+
GUID paths, use the format `\\?\Volume{{GUID}}\`. Separate multiple volumes with a comma.
44+
45+
```yaml
46+
Type: String
47+
Parameter Sets: (All)
48+
Aliases:
49+
50+
Required: True
51+
Position: 0
52+
Default value: None
53+
Accept pipeline input: False
54+
Accept wildcard characters: False
55+
```
56+
57+
### CommonParameters
58+
59+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
60+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
61+
-WarningAction, and -WarningVariable. For more information, see
62+
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
63+
64+
## INPUTS
65+
66+
### None
67+
68+
## OUTPUTS
69+
70+
### System.Object
71+
72+
## NOTES
73+
74+
## RELATED LINKS
75+
76+
[Get-ReFSDedupScrubSchedule](Get-ReFSDedupScrubSchedule.md)
77+
78+
[Set-ReFSDedupScrubSchedule](Set-ReFSDedupScrubSchedule.md)

0 commit comments

Comments
 (0)