File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
docset/winserver2022-ps/hyper-v Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Get-VHDSnapshot -Path "Data01.vhds" -SnapshotId 6c87351a-a39a-4581-b231-6d693b26
3737```
3838
3939This command gets information about the checkpoint that has the specified ID from the VHD set file
40- named Data01.vhds in the current working folder.
40+ named ` Data01.vhds ` in the current working folder.
4141
4242## PARAMETERS
4343
@@ -63,8 +63,8 @@ Accept wildcard characters: False
6363### -ComputerName
6464
6565Specifies one or more Hyper-V hosts that run this command. NetBIOS names, IP addresses, and fully
66- qualified domain names are allowable. The default is the local computer. Use localhost or a dot (.)
67- to specify the local computer explicitly.
66+ qualified domain names are allowable. The default is the local computer. Use ` localhost` or a dot
67+ (`.`) to specify the local computer explicitly.
6868
6969` ` ` yaml
7070Type: String[]
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ Removes a checkpoint from a VHD set file.
1919
2020```
2121Remove-VHDSnapshot [-Path] <String[]> [-PersistReferencePoint] -SnapshotId <Guid[]> [-AsJob]
22- [-CimSession <CimSession[]>] [-ComputerName <String[]>] [-Credential <PSCredential[]>] [-WhatIf]
23- [-Confirm] [<CommonParameters>]
22+ [-CimSession <CimSession[]>] [-ComputerName <String[]>] [-Credential <PSCredential[]>]
23+ [-WhatIf] [- Confirm] [<CommonParameters>]
2424```
2525
2626### VHDSnapshot
2727
2828```
2929Remove-VHDSnapshot [-PersistReferencePoint] [-VHDSnapshot] <VHDSnapshotInfo[]> [-AsJob]
30- [-CimSession <CimSession[]>] [-ComputerName <String[]>] [-Credential <PSCredential[]>] [-WhatIf]
31- [-Confirm] [<CommonParameters>]
30+ [-CimSession <CimSession[]>] [-ComputerName <String[]>] [-Credential <PSCredential[]>]
31+ [-WhatIf] [- Confirm] [<CommonParameters>]
3232```
3333
3434## DESCRIPTION
@@ -46,7 +46,7 @@ Remove-VHDSnapshot -Path "Data01.vhds" -SnapshotId 6c87351a-a39a-4581-b231-6d693
4646```
4747
4848This command removes the checkpoint that has the specified ID from the VHD set file named
49- Data01.vhds.
49+ ` Data01.vhds ` .
5050
5151## PARAMETERS
5252
@@ -88,8 +88,8 @@ Accept wildcard characters: False
8888### -ComputerName
8989
9090Specifies one or more Hyper-V hosts that run this cmdlet. NetBIOS names, IP addresses, and fully
91- qualified domain names are allowable. The default is the local computer. Use localhost or a dot (.)
92- to specify the local computer explicitly.
91+ qualified domain names are allowable. The default is the local computer. Use ` localhost` or a dot
92+ (`.`) to specify the local computer explicitly.
9393
9494` ` ` yaml
9595Type: String[]
You can’t perform that action at this time.
0 commit comments