Skip to content

Commit 4de78cb

Browse files
Apply suggestions from code review
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent 839f6d0 commit 4de78cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ virtual machine must be on the clustered disk used by that virtual machine.
3737
> - This cmdlet cannot be run remotely without Credential Security Service Provider (CredSSP)
3838
> authentication on the server computer.
3939
>
40-
> - This cmdlet generates a .TMP file under the user temp folder, and you can't have more than 65535
41-
> .TMP files generated by this cmdlet, otherwise you will receive an exception "The File Exist". For
40+
> - This cmdlet generates a `.TMP` file under the user temp folder, and you can't have more than 65535
41+
> `.TMP` files generated by this cmdlet, otherwise you will receive an exception "The File Exist". For
4242
> more information, please go to:
4343
> https://techcommunity.microsoft.com/t5/ITOps-Talk-Blog/TQA-Add-ClusterVirtualMachineRole-fails-with-the-error-quot-The/ba-p/713344
4444
@@ -77,7 +77,7 @@ Name OwnerNode
7777
print-VM1 node1 Online
7878
```
7979

80-
This example queries for virtual machines matching the wildcard characters **print** and configures
80+
This example queries for virtual machines matching the wildcard characters `*print*` and configures
8181
them as clustered virtual machines.
8282

8383
## PARAMETERS

0 commit comments

Comments
 (0)