2
2
description : Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
3
3
external help file : Microsoft.FailoverClusters.PowerShell.dll-Help.xml
4
4
Module Name : FailoverClusters
5
- ms.date : 10 /21/2022
5
+ ms.date : 11 /21/2022
6
6
online version : https://learn.microsoft.com/powershell/module/failoverclusters/get-clusterparameter?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
7
7
schema : 2.0.0
8
8
title : Get-ClusterParameter
@@ -22,7 +22,7 @@ Get-ClusterParameter [[-Name] <StringCollection>] [-InputObject <PSObject>] [-Cl
22
22
23
23
## DESCRIPTION
24
24
25
- The ** Get-ClusterParameter** cmdlet gets detailed information about an object in a failover cluster,
25
+ The ` Get-ClusterParameter ` cmdlet gets detailed information about an object in a failover cluster,
26
26
such as a cluster resource. This cmdlet is used to manage private properties for a cluster object.
27
27
To get and set common properties for a cluster object, use the appropriate Get-Cluster* cmdlet to
28
28
get the cluster object of interest and then set the property of interest on that cluster object
@@ -31,17 +31,17 @@ directly.
31
31
The type of detailed information you can obtain with this cmdlet depends on the cmdlet you combine
32
32
with it. For example:
33
33
34
- - If you use this cmdlet with the ** Get-ClusterResource** cmdlet for a disk resource, then you can
34
+ - If you use this cmdlet with the ` Get-ClusterResource ` cmdlet for a disk resource, then you can
35
35
obtain the disk signature or GUID of a disk and information about whether maintenance is turned on
36
36
for that disk.
37
37
38
- - If you use this cmdlet with the ** Get-ClusterResource** cmdlet for a Network Name resource, then
38
+ - If you use this cmdlet with the ` Get-ClusterResource ` cmdlet for a Network Name resource, then
39
39
you can obtain DNS-related information about the resource.
40
40
41
- - If you use this cmdlet with the ** Get-ClusterResource** cmdlet for an IP address resource, then
41
+ - If you use this cmdlet with the ` Get-ClusterResource ` cmdlet for an IP address resource, then
42
42
you can obtain DHCP-related information about the IP Address resource.
43
43
44
- - If you use this cmdlet with the ** Get-ClusterResource** cmdlet for resources used by virtual
44
+ - If you use this cmdlet with the ` Get-ClusterResource ` cmdlet for resources used by virtual
45
45
machines, then you can obtain details about the settings for the virtual machines.
46
46
47
47
## EXAMPLES
0 commit comments