@@ -32,8 +32,9 @@ If an application is run as a Generic Application, the cluster software will sta
32
32
then periodically query the operating system to see whether the application appears to be running.
33
33
If so, then it is presumed to be online and will not be restarted or failed over.
34
34
35
- Note: This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
36
- authentication on the server computer.
35
+ > [ !NOTE]
36
+ > This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
37
+ > authentication on the server computer.
37
38
38
39
## EXAMPLES
39
40
@@ -111,7 +112,7 @@ Accept wildcard characters: False
111
112
112
113
# ## -CommandLine
113
114
114
- Specifies the Windows PowerShell® command line to use for the highly available generic application.
115
+ Specifies the Windows PowerShell command line to use for the highly available generic application.
115
116
If the full path is specified, then the current directory is parsed out of the Windows PowerShell
116
117
command line.
117
118
@@ -130,9 +131,8 @@ Accept wildcard characters: False
130
131
# ## -IgnoreNetwork
131
132
132
133
Specifies one or more networks to ignore when running the cmdlet. Networks with DHCP enabled are
133
- always included, but other networks need a static address to be specified using the **StaticAddress**
134
-
135
- parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
134
+ always included, but other networks need a static address to be specified using the
135
+ **StaticAddress** parameter or should be explicitly ignored with this **IgnoreNetwork** parameter.
136
136
137
137
` ` ` yaml
138
138
Type: StringCollection
@@ -230,9 +230,9 @@ Accept wildcard characters: False
230
230
231
231
# ## -Wait
232
232
233
- Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified, then
234
- the cmdlet waits for completion. If `-Wait 0` is specified, then the call is initiated and the
235
- cmdlet returns without waiting.
233
+ Specifies the time in seconds to wait for the cmdlet. If the **Wait** parameter isn't specified,
234
+ then the cmdlet waits for completion. If the value ` 0` is specified, then the call is initiated and
235
+ the cmdlet returns without waiting.
236
236
237
237
` ` ` yaml
238
238
Type: Int32
0 commit comments