File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
documentation/components/domain Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,20 @@ A missing computer will be logged but not otherwise noted.
164
164
165
165
> This parameter uses [ name resolution] ( ../../advanced/name-mapping.html ) .
166
166
167
+ ### GroupName
168
+
169
+ Only thus designated principals are allowed to retrieve the password to the gMSA.
170
+ Using this you can grant access to an explicit list of ActiveDirectory groups.
171
+
172
+ > This parameter uses [ name resolution] ( ../../advanced/name-mapping.html ) .
173
+
174
+ ### KerberosEncryptionType
175
+
176
+ The supported Kerberos encryption types.
177
+ Can be any combination of 'AES128', 'AES256', 'DES', 'RC4'
178
+
179
+ > Default: 'AES128','AES256'
180
+
167
181
### Enabled
168
182
169
183
Whether the account should be enabled or disabled.
@@ -179,3 +193,8 @@ Set this to $false in order to explicitly delete an existing gMSA.
179
193
180
194
Offer additional attributes to define.
181
195
This can be either a hashtable or an object and can contain any writeable properties a gMSA can have in your organization.
196
+
197
+ ### OldNames
198
+
199
+ A list of previous names the gMSA held.
200
+ This causes the ADMF to trigger rename actions.
You can’t perform that action at this time.
0 commit comments