mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
Added options filename <FileName> and movetoou <OrgUnitItem> to gam check ou <OrgUnitItem>
This commit is contained in:
@@ -199,6 +199,16 @@ gam update chromepolicy convertcrnl chrome.devices.DisabledDeviceReturnInstructi
|
||||
```
|
||||
|
||||
### Examples
|
||||
Restrict use of Chromebooks in an OU to a specific list of users.
|
||||
```
|
||||
gam update chromepolicy chrome.devices.SignInRestriction deviceAllowNewUsers RESTRICTED_LIST userAllowlist "user1@domain.com,user2@domain.com" ou "<Path/To/Ou>"
|
||||
```
|
||||
|
||||
Restrict use of Chromebooks in an OU to users in a specific domain.
|
||||
```
|
||||
gam update chromepolicy chrome.devices.SignInRestriction deviceAllowNewUsers RESTRICTED_LIST userAllowlist "*@domain.com" ou "<Path/To/Ou>"
|
||||
```
|
||||
|
||||
Restrict student users from adding additional printers and set default printing to black and white.
|
||||
```
|
||||
gam update chromepolicy chrome.users.UserPrintersAllowed userPrintersAllowed false chrome.users.DefaultPrintColor printingColorDefault MONOCHROME orgunit "/Students"
|
||||
|
||||
Reference in New Issue
Block a user