Skip to content

Commit 61b7252

Browse files
committed
Build validation fix
1 parent 3d70648 commit 61b7252

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docset/winserver2022-ps/failoverclusters/Remove-ClusterGroupSetDependency.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ title: Remove-ClusterGroupSetDependency
1111
# Remove-ClusterGroupSetDependency
1212

1313
## SYNOPSIS
14+
Removes a dependency from a group set.
15+
1416
## SYNTAX
1517

1618
### Query (cdxml) (Default)
@@ -33,6 +35,8 @@ The `Remove-ClusterGroupSetDependency` cmdlet removes a dependency from a group
3335

3436
## EXAMPLES
3537

38+
### Example 1: Remove a group set dependency on another group set
39+
3640
```powershell
3741
Remove-ClusterGroupSetDependency -Name "Set001" -Provider "Set002"
3842
```

0 commit comments

Comments
 (0)