Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalfitt authored Jan 3, 2025
2 parents f00118f + c0f3d39 commit 1c4cb93
Show file tree
Hide file tree
Showing 40 changed files with 755 additions and 178 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.ReFsDedup.Commands.dll-Help.xml
Module Name: Microsoft.ReFsDedup.Commands
ms.date: 02/21/2024
ms.date: 11/20/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.refsdedup.commands/clear-refsdedupschedule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Clear-ReFSDedupSchedule
Expand All @@ -10,7 +10,7 @@ title: Clear-ReFSDedupSchedule
# Clear-ReFSDedupSchedule

## SYNOPSIS
{{ Fill in the Synopsis }}
Clears the scheduled task for deduplication on a specified ReFS volume.

## SYNTAX

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

## DESCRIPTION
{{ Fill in the Description }}

The `Clear-ReFSDedupSchedule` cmdlet clears the scheduled job, including the schedule itself, for
deduplication on the specified ReFS volume.

## EXAMPLES

### Example 1

```powershell
PS C:\> {{ Add example code here }}
Clear-ReFSDedupSchedule -Volume "D:"
```

{{ Add example description here }}
This example clears the scheduled task for volume `D:`.

## PARAMETERS

### -Volume
{{ Fill Volume Description }}

Specifies the volume or volumes to clear the scheduled optimization task. Enter one or more volume
IDs, drive letters, or volume GUID paths. For drive letters, use the format `D:`. For volume GUID
paths, use the format `\\?\Volume{{GUID}}\`. Separate multiple volumes with a comma.

```yaml
Type: System.String
Type: String
Parameter Sets: (All)
Aliases:

Expand All @@ -48,7 +54,11 @@ Accept wildcard characters: False
```
### CommonParameters
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).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
## INPUTS
Expand All @@ -57,6 +67,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS
### System.Object
## NOTES
## RELATED LINKS
[Get-ReFSDedupSchedule](Get-ReFSDedupSchedule.md)
[Resume-ReFSDedupSchedule](Resume-ReFSDedupSchedule.md)
[Set-ReFSDedupSchedule](Set-ReFSDedupSchedule.md)
[Suspend-ReFSDedupSchedule](Suspend-ReFSDedupSchedule.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
external help file: Microsoft.ReFsDedup.Commands.dll-Help.xml
Module Name: Microsoft.ReFsDedup.Commands
ms.date: 11/20/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.refsdedup.commands/clear-refsdedupscrubschedule?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Clear-ReFSDedupScrubSchedule
---

# Clear-ReFSDedupScrubSchedule

## SYNOPSIS
Clears the deduplication scrub schedule on a specified ReFS volume.

## SYNTAX

```
Clear-ReFSDedupScrubSchedule [-Volume] <String> [<CommonParameters>]
```

## DESCRIPTION

The `Clear-ReFSDedupScrubSchedule` cmdlet clears the deduplication scrub schedule on a specified
ReFS volume. When you clear the schedule, any pending scrub jobs will be cancelled and the schedule
will be reset.

## EXAMPLES

### Example 1

```powershell
Clear-ReFSDedupScrubSchedule -Volume "D:"
```

This example clears the deduplication scrub schedule on the `D:` ReFS volume.

## PARAMETERS

### -Volume

Specifies the volume on which to clear the ReFS deduplication scrub schedule. Enter one or more
volume IDs, drive letters, or volume GUID paths. For drive letters, use the format `D:`. For volume
GUID paths, use the format `\\?\Volume{{GUID}}\`. Separate multiple volumes with a comma.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
## INPUTS
### None
## OUTPUTS
### System.Object
## NOTES
## RELATED LINKS
[Get-ReFSDedupScrubSchedule](Get-ReFSDedupScrubSchedule.md)
[Set-ReFSDedupScrubSchedule](Set-ReFSDedupScrubSchedule.md)
Loading

0 comments on commit 1c4cb93

Please sign in to comment.