Skip to content

Commit d5cbe2c

Browse files
author
Joe Gast
committed
Export-HgsGuardian.md - documentation formatting
1 parent c53ff60 commit d5cbe2c

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docset/winserver2022-ps/hgsclient/Export-HgsGuardian.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,26 @@ Export-HgsGuardian [-InputObject] <CimInstance> [-Path] <String> [<CommonParamet
2020
```
2121

2222
## DESCRIPTION
23+
2324
The **Export-HgsGuardian** cmdlet exports a guardian that contains public keys to an .xml file.
2425

2526
## EXAMPLES
2627

2728
### Example 1: Export a guardian
28-
```
29-
PS C:\> Get-HgsGuardian -Name "Guardian11" | Export-HGsGuardian -Path "C:\LocalHGSFiles\Guardian11.xml"
29+
30+
```powershell
31+
Get-HgsGuardian -Name "Guardian11" | Export-HGsGuardian -Path "C:\LocalHGSFiles\Guardian11.xml"
3032
```
3133

32-
This command uses the **Get-HgsGuardian** cmdlet to get the guardian named Guardian11, and then passes the object to the current cmdlet by using the pipeline operator.
33-
That cmdlet exports the guardian to the specified file.
34+
This command uses the **Get-HgsGuardian** cmdlet to get the guardian named `Guardian11`, and then
35+
passes the object to the current cmdlet by using the pipeline operator. That cmdlet exports the
36+
guardian to the specified file.
3437

3538
## PARAMETERS
3639

3740
### -InputObject
38-
Specifies the input to this cmdlet.
41+
42+
Specifies the input to this cmdlet.
3943
You can use this parameter, or you can pipe the input to this cmdlet.
4044

4145
```yaml
@@ -51,6 +55,7 @@ Accept wildcard characters: False
5155
```
5256
5357
### -Path
58+
5459
Specifies the path to the file to write an XML representation of the guardian.
5560
5661
```yaml
@@ -66,7 +71,10 @@ Accept wildcard characters: False
6671
```
6772
6873
### CommonParameters
69-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
74+
75+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
76+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
77+
-WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
7078
7179
## INPUTS
7280
@@ -83,4 +91,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8391
[New-HgsGuardian](./New-HgsGuardian.md)
8492
8593
[Remove-HgsGuardian](./Remove-HgsGuardian.md)
86-

0 commit comments

Comments
 (0)