You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
34
37
35
38
## PARAMETERS
36
39
37
40
### -InputObject
38
-
Specifies the input to this cmdlet.
41
+
42
+
Specifies the input to this cmdlet.
39
43
You can use this parameter, or you can pipe the input to this cmdlet.
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,
0 commit comments