Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-D-Foster committed Aug 11, 2021
1 parent 6f94d07 commit 77e7f9e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,21 @@ Remove user from group
```sh
huc ActiveDirectoryRemoveUserFromGroup -h=192.168.1.5 -u=administrator -p=testpass testuser MyGroup1
```

Enable user
```sh
huc ActiveDirectoryEnableUser -h=192.168.1.5 -u=administrator -p=testpass testuser
```

Disable user
```sh
huc ActiveDirectoryDisableUser -h=192.168.1.5 -u=administrator -p=testpass testuser
```

Disable users who have not logged on in the past 7 days
```sh
huc ActiveDirectoryDisableUsers -h=192.168.1.5 -u=administrator -p=testpass -l=7
```
 
### Google Sheets
For setting up the Google account see...\
Expand Down

0 comments on commit 77e7f9e

Please sign in to comment.