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
The first command gets the guardian object named Guardian06 by using the **Get-HgsGuardian** cmdlet, and then stores that object in the **$Owner** variable.
47
+
The first command gets the guardian object named `Guardian06` by using the `Get-HgsGuardian` cmdlet,
48
+
and then stores that object in the `$Owner` variable.
45
49
46
-
The second commands get the guardian object named Guardian11, and then stores it in the **$Guardian01** variable.
50
+
The second commands get the guardian object named `Guardian11`, and then stores it in the `$Guardian01` variable.
47
51
48
52
The third command creates a key protector.
49
-
The command defines Guardian06, stored in **$Owner**, as the **Owner**.
53
+
The command defines `Guardian06`, stored in `$Owner`, as the **Owner**.
50
54
51
-
The final command grants access to the guardian stored in **$Guardian01** for the key protector.
55
+
The final command grants access to the guardian stored in `$Guardian01` for the key protector.
52
56
53
57
## PARAMETERS
54
58
55
59
### -AllowExpired
60
+
56
61
Indicates that this cmdlet can grant permissions to a guardian that contains certificates that are expired.
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).
140
+
141
+
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).
132
142
133
143
## INPUTS
134
144
135
145
## OUTPUTS
136
146
137
147
### CimInstance#MSFT_HgsKeyProtector
138
-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
139
-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
148
+
149
+
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays
150
+
Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
151
+
namespace and class name for the underlying WMI object.
140
152
141
153
## NOTES
142
154
@@ -147,4 +159,3 @@ The path after the pound sign (`#`) provides the namespace and class name for th
0 commit comments