Skip to content

Commit bbc4c84

Browse files
Apply suggestions from code review
1 parent 76f26d6 commit bbc4c84

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

docset/winserver2022-ps/failoverclusters/Move-ClusterVirtualMachineRole.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,20 +161,20 @@ Accept wildcard characters: False
161161

162162
Specifies the type of migration to perform for the virtual machine. The options are as follows:
163163

164-
-- Live: Transparently migrates the virtual machine without a dropped network connection or
165-
perceived downtime.
164+
- `Live`: Transparently migrates the virtual machine without a dropped network connection or
165+
perceived downtime.
166166

167-
-- Quick: Rapidly migrates a running virtual machine with minimal downtime.
167+
- `Quick`: Rapidly migrates a running virtual machine with minimal downtime.
168168

169-
-- Shutdown: Performs an orderly shutdown of the operating system (waiting for all processes to
170-
close) on the virtual machine, and then migrates the virtual machine.
169+
- `Shutdown`: Performs an orderly shutdown of the operating system (waiting for all processes to
170+
close) on the virtual machine, and then migrates the virtual machine.
171171

172-
-- ShutdownForce: Shuts down the operating system on the virtual machine without waiting for slower
173-
processes to finish, and then migrates the virtual machine.
172+
- `ShutdownForce`: Shuts down the operating system on the virtual machine without waiting for slower
173+
processes to finish, and then migrates the virtual machine.
174174

175-
-- TurnOff: Turns off the virtual machine without shutting down the operating system first, then
176-
migrates the virtual machine. This is the same as turning off the power, which means that data loss
177-
may occur.
175+
- `TurnOff`: Turns off the virtual machine without shutting down the operating system first, then
176+
migrates the virtual machine. This is the same as turning off the power, which means that data
177+
loss may occur.
178178

179179
```yaml
180180
Type: VmMigrationType

docset/winserver2022-ps/failoverclusters/New-Cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ acceptable values for this parameter are:
124124

125125
- ActiveDirectoryAndDns. The cmdlet creates an administrative access point for the cluster. The
126126
administrative access point is registered in DNS and enabled in Active Directory Domain Services.
127+
127128
- Dns. The cmdlet creates an administrative access point for the cluster. The administrative access
128129
point is registered in DNS but is not enabled in Active Directory Domain Services.
130+
129131
- None.
130132

131133
The cmdlet does not create an administrative access point for the cluster. Some clustered roles and

0 commit comments

Comments
 (0)