File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ Remove-AzStackHCIVMAttestation removes guests from AzureStack HCI IMDS Attestati
33
33
## EXAMPLES
34
34
35
35
### EXAMPLE 1
36
- ```
37
- Removing all guests on current node
36
+ ``` powershell
37
+ Remove-AzStackHCIVMAttestation -RemoveAll
38
38
```
39
39
40
- C:\PS \> Remove-AzStackHCIVMAttestation -RemoveVM
40
+ Removing all guests on current node
41
41
42
42
### EXAMPLE 2
43
- ```
44
- Invoking from the management node/WAC
43
+ ``` powershell
44
+ Invoke-Command -ScriptBlock {Remove-AzStackHCIVMAttestation -VMName "guest1", "guest2"} -ComputerName "node1"
45
45
```
46
46
47
- C:\PS \> Invoke-Command -ScriptBlock {Remove-AzStackHCIVMAttestation -VMName "guest1", "guest2"} -ComputerName "node1"
47
+ Invoking from the management node/WAC
48
48
49
49
## PARAMETERS
50
50
You can’t perform that action at this time.
0 commit comments