Skip to content

Commit 87e8052

Browse files
committed
Applied text formatting
1 parent 41a76ed commit 87e8052

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docset/winserver2022-ps/hyper-v/Get-VHDSnapshot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Get-VHDSnapshot -Path "Data01.vhds" -SnapshotId 6c87351a-a39a-4581-b231-6d693b26
3737
```
3838

3939
This 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
6565
Specifies 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
7070
Type: String[]

docset/winserver2022-ps/hyper-v/Remove-VHDSnapshot.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ Removes a checkpoint from a VHD set file.
1919

2020
```
2121
Remove-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
```
2929
Remove-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

4848
This 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
9090
Specifies 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
9595
Type: String[]

0 commit comments

Comments
 (0)