Skip to content

Commit 957c079

Browse files
authored
Merge pull request MicrosoftDocs#3626 from MicrosoftDocs/main
Publish main to live, Friday 10:30AM PDT, 9/15
2 parents e485bb8 + 8bced42 commit 957c079

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)