This commit is contained in:
Ross Scroggs
2025-05-31 20:48:36 -07:00
parent 7a08fb0518
commit 80ec0a739b
2 changed files with 2 additions and 2 deletions

View File

@@ -412,7 +412,7 @@ Print information about Shared Drives that have admin@domain.com as a member.
gam user admin@domain.com print teamdrives
```
## - Display Shared Drive Organizers
## Display Shared Drive Organizers
The following command can be used instead of the `GetTeamDriveOrganizers.py` script.
```

View File

@@ -387,7 +387,7 @@ count=$(gam user user@domain.com print shareddrives showitemcountonly)
Windows PowerShell
count = & gam user user@domain.com print shareddrives showitemcountonly
```
## - Display Shared Drive Organizers
## Display Shared Drive Organizers
The following command can be used instead of the `GetTeamDriveOrganizers.py` script.
```