@@ -24,15 +24,16 @@ Add-ClusterGenericScriptRole -ScriptFilePath <String> [-Storage <StringCollectio
24
24
25
25
## DESCRIPTION
26
26
27
- The ** Add-ClusterGenericScriptRole** cmdlet configures an application controlled by a script that
27
+ The ` Add-ClusterGenericScriptRole ` cmdlet configures an application controlled by a script that
28
28
runs in Windows Script Host, within a failover cluster.
29
29
30
30
The script provides the cluster software with information about the current state of the
31
31
application. As needed, the cluster software will restart or fail over the script. Through the
32
32
script, the application will be restarted or failed over.
33
33
34
- Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
35
- authentication on the server computer.
34
+ > [ !NOTE]
35
+ > This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
36
+ > authentication on the server computer.
36
37
37
38
## EXAMPLES
38
39
@@ -46,7 +47,7 @@ cluster1GenScript node2 Online
46
47
```
47
48
48
49
This example configures the script named script1.vbs to run within a failover cluster, using
49
- defaults for the name and IP address, and does not assign a disk.
50
+ defaults for the name and IP address, and doesn't assign a disk.
50
51
51
52
### Example 2: Configure a script on a failover cluster and assign a clustered script name
52
53
@@ -70,7 +71,7 @@ cluster1GenScript node2 Pending
70
71
```
71
72
72
73
This example configures the script called script1.vbs to run within a failover cluster, using
73
- defaults for the name and IP address, and does not assign a disk. The cmdlet completes without
74
+ defaults for the name and IP address, and doesn't assign a disk. The cmdlet completes without
74
75
waiting for all resources to come online.
75
76
76
77
## PARAMETERS
@@ -95,8 +96,8 @@ Accept wildcard characters: False
95
96
### -IgnoreNetwork
96
97
97
98
Specifies one or more networks to ignore when running the cmdlet. Networks with DHCP enabled are
98
- always included, but other networks need a static address to be specified using the *StaticAddress*
99
- parameter or should be explicitly ignored with this *IgnoreNetwork* parameter.
99
+ always included, but other networks need a static address to be specified using the
100
+ **StaticAddress** parameter or should be explicitly ignored with this ** IgnoreNetwork* * parameter.
100
101
101
102
` ` ` yaml
102
103
Type : StringCollection
@@ -162,7 +163,7 @@ Accept wildcard characters: False
162
163
163
164
Specifies one or more static addresses to use when running the cmdlet. Networks with DHCP enabled
164
165
are always included, but other networks need a static address to be specified using the
165
- *StaticAddress* parameter or should be explicitly ignored with this *IgnoreNetwork* parameter.
166
+ ** StaticAddress** parameter or should be explicitly ignored with this ** IgnoreNetwork* * parameter.
166
167
167
168
` ` ` yaml
168
169
Type : StringCollection
@@ -194,9 +195,9 @@ Accept wildcard characters: False
194
195
195
196
### -Wait
196
197
197
- Specifies the time in seconds to wait for the cmdlet. If the *Wait* parameter is not specified, then
198
- the cmdlet waits for completion. If ` -Wait 0` is specified, then the call is initiated and the
199
- cmdlet returns without waiting.
198
+ Specifies the time in seconds to wait for the cmdlet. If the ** Wait** parameter isn't specified,
199
+ then the cmdlet waits for completion. If the value ` 0` is specified, then the call is initiated and
200
+ the cmdlet returns without waiting.
200
201
201
202
` ` ` yaml
202
203
Type: Int32
0 commit comments