Skip to content

Commit e94334f

Browse files
authored
Merge branch 'main' into alexbuckgit/docutune-autopr-20230819-224848-7254994-ignore-build
2 parents 3d5a426 + 8bced42 commit e94334f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docset/winserver2016-ps/failoverclusters/Set-ClusterStorageSpacesDirectDisk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PS C:\> Set-ClusterStorageSpacesDirectDisk -CimSession "K0619-C1.contoso.com" -C
3636

3737
This command configures the system that physical disks that have the IDs 55CD2E404B75A3FC and 50014EE05950DD7C cannot be claimed by S2D.
3838
In this example, the *CanBeClaimed* parameter is explicitly specified as $False.
39-
Omitting that parameter has the same effect.
39+
Omitting that parameter indicates that the specified physical disks can be claimed.
4040

4141
## PARAMETERS
4242

docset/winserver2019-ps/failoverclusters/Set-ClusterStorageSpacesDirectDisk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PS C:\> Set-ClusterStorageSpacesDirectDisk -CimSession "K0619-C1.contoso.com" -C
3636

3737
This command configures the system that physical disks that have the IDs 55CD2E404B75A3FC and 50014EE05950DD7C cannot be claimed by S2D.
3838
In this example, the *CanBeClaimed* parameter is explicitly specified as $False.
39-
Omitting that parameter has the same effect.
39+
Omitting that parameter indicates that the specified physical disks can be claimed.
4040

4141
## PARAMETERS
4242

docset/winserver2022-ps/failoverclusters/Set-ClusterStorageSpacesDirectDisk.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ Set-ClusterStorageSpacesDirectDisk @parameters
4444
```
4545

4646
This command configures the system that physical disks that have the IDs `55CD2E404B75A3FC` and
47-
`50014EE05950DD7C` cannot be claimed by S2D. In this example, the `CanBeClaimed` parameter is
48-
explicitly specified as `$False`. Omitting that parameter has the same effect.
47+
`50014EE05950DD7C` cannot be claimed by S2D. In this example, the **CanBeClaimed** parameter is
48+
explicitly specified as `$False`. Omitting that parameter indicates that the specified physical disks can be claimed.
49+
4950

5051

5152
This example uses splatting to pass parameter values from the `$Parameters` variable to the command.

0 commit comments

Comments
 (0)