maq: fix missing option in bloodyad command
parent
67a51de64b
commit
eda5d53d6f
|
@ -399,7 +399,7 @@ Members : {}
|
||||||
|
|
||||||
* Find `ms-DS-MachineAccountQuota`
|
* Find `ms-DS-MachineAccountQuota`
|
||||||
```ps1
|
```ps1
|
||||||
bloodyAD -d lab.local -u username -p 'Password123*' --host 10.10.10.10 get object 'DC=lab,DC=local' ms-DS-MachineAccountQuota
|
bloodyAD -d lab.local -u username -p 'Password123*' --host 10.10.10.10 get object 'DC=lab,DC=local' --attr ms-DS-MachineAccountQuota
|
||||||
```
|
```
|
||||||
* Add a new computer in the Active Directory, by default `MachineAccountQuota = 10`
|
* Add a new computer in the Active Directory, by default `MachineAccountQuota = 10`
|
||||||
```ps1
|
```ps1
|
||||||
|
|
Loading…
Reference in New Issue