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
Runs the cmdlet in a remote session or on a remote computer.
88
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
89
-
The default is the current session on the local computer.
95
+
96
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
97
+
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
98
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
105
-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
106
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
114
+
115
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
116
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an
117
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
118
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
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).
134
+
135
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
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.
35
+
This command uses the `Get-HgsGuardian` cmdlet to get the guardian named `Guardian11`, and then
36
+
passes the object to the current cmdlet by using the pipeline operator. That cmdlet exports the
37
+
guardian to the specified file.
34
38
35
39
## PARAMETERS
36
40
37
41
### -InputObject
38
-
Specifies the input to this cmdlet.
42
+
43
+
Specifies the input to this cmdlet.
44
+
39
45
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).
76
+
77
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
The **Get-HgsAttestationBaselinePolicy** cmdlet generates an attestation baseline policy.
30
-
You can use the policy to configure the attestation service.
31
29
32
-
This cmdlet gets a byte array that represents the attestation baseline policy from the raw data of the last full boot from the Trusted Computing Group log of the Trusted Platform Module (TPM).
30
+
The `Get-HgsAttestationBaselinePolicy` cmdlet generates an attestation baseline policy. You can use
31
+
the policy to configure the attestation service.
32
+
33
+
This cmdlet gets a byte array that represents the attestation baseline policy from the raw data of
34
+
the last full boot from the Trusted Computing Group log of the Trusted Platform Module (TPM).
33
35
34
36
Be sure to run this cmdlet on a host that is known to have good configuration.
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).
116
+
117
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments