@@ -34,7 +34,7 @@ cluster. The self-updating functionality of the cluster can be disabled with the
34
34
Enable-CauClusterRole -ClusterName "CONTOSO-FC1" -Force
35
35
```
36
36
37
- This command enables the CAU clustered role on the CONTOSO-FC1 cluster to begin performing Updating
37
+ This command enables the CAU clustered role on the ` CONTOSO-FC1 ` cluster to begin performing Updating
38
38
Runs. The cmdlet changes the status of the CAU clustered role to Running. The cmdlet runs without
39
39
displaying confirmation prompts, as the ** Force** parameter was used.
40
40
@@ -58,28 +58,28 @@ Accept pipeline input: False
58
58
Accept wildcard characters : False
59
59
` ` `
60
60
61
- ### -Confirm
61
+ ### -Credential
62
62
63
- Prompts you for confirmation before running the cmdlet .
63
+ Specifies the administrative credentials for the target cluster .
64
64
65
65
` ` ` yaml
66
- Type : SwitchParameter
66
+ Type : PSCredential
67
67
Parameter Sets : (All)
68
- Aliases : cf
68
+ Aliases :
69
69
70
70
Required : False
71
71
Position : Named
72
- Default value : False
72
+ Default value : None
73
73
Accept pipeline input : False
74
74
Accept wildcard characters : False
75
75
` ` `
76
76
77
- ### -Credential
77
+ ### -Force
78
78
79
- Specifies the administrative credentials for the target cluster .
79
+ Forces the command to run without asking for user confirmation .
80
80
81
81
` ` ` yaml
82
- Type : PSCredential
82
+ Type : SwitchParameter
83
83
Parameter Sets : (All)
84
84
Aliases :
85
85
@@ -90,26 +90,25 @@ Accept pipeline input: False
90
90
Accept wildcard characters : False
91
91
` ` `
92
92
93
- ### -Force
93
+ ### -Confirm
94
94
95
- Forces the command to run without asking for user confirmation .
95
+ Prompts you for confirmation before running the cmdlet .
96
96
97
97
` ` ` yaml
98
98
Type : SwitchParameter
99
99
Parameter Sets : (All)
100
- Aliases :
100
+ Aliases : cf
101
101
102
102
Required : False
103
103
Position : Named
104
- Default value : None
104
+ Default value : False
105
105
Accept pipeline input : False
106
106
Accept wildcard characters : False
107
107
` ` `
108
108
109
109
### -WhatIf
110
110
111
- Shows what would happen if the cmdlet runs.
112
- The cmdlet isn't run.
111
+ Shows what would happen if the cmdlet runs. The cmdlet isn't run.
113
112
114
113
` ` ` yaml
115
114
Type : SwitchParameter
@@ -128,7 +127,7 @@ Accept wildcard characters: False
128
127
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
129
128
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
130
129
-WarningAction, and -WarningVariable. For more information, see
131
- [about_CommonParameters](https://go. microsoft.com/fwlink/?LinkID=113216 ).
130
+ [about_CommonParameters](/powershell/module/ microsoft.powershell.core/about/about_commonparameters ).
132
131
133
132
## INPUTS
134
133
@@ -142,13 +141,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
142
141
143
142
## RELATED LINKS
144
143
145
- [Add-CauClusterRole](./Add-CauClusterRole.md)
146
-
147
- [Disable-CauClusterRole](./Disable-CauClusterRole.md)
144
+ [Add-CauClusterRole](add-cauclusterrole.md)
148
145
149
- [Get -CauClusterRole](./Get-CauClusterRole .md)
146
+ [Disable -CauClusterRole](disable-cauclusterrole .md)
150
147
151
- [Remove -CauClusterRole](./Remove-CauClusterRole .md)
148
+ [Get -CauClusterRole](get-cauclusterrole .md)
152
149
153
- [Set -CauClusterRole](./Set-CauClusterRole .md)
150
+ [Remove -CauClusterRole](remove-cauclusterrole .md)
154
151
152
+ [Set-CauClusterRole](set-cauclusterrole.md)
0 commit comments