Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7952c7

Browse files
authored
fix: Fix example script for BoxCLI (#719)
1 parent 857de21 commit d7952c7

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

content/guides/cli/scripts/report-inactive-users.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,13 @@ When the script run is completed, you will see the following
112112
output or a similar one.
113113
114114
```bash
115-
Transfered employee content Managed User 1
116-
with User ID: 19927131476 to Employee Archive Folder
117-
Deleted user 19927131476
118-
Deleted employee Managed User 1
115+
Looking for users inactive for more than 3 days.
116+
Found 6 users.
117+
Found 7 events in last 3 days
118+
Enterprise has: 0 App user, 6 regular users. With 1 admin role, 5 user roles.
119+
Need to check 5 users (regular user, with user role) for inactive.
120+
Found 5 users inactive for more than 3 days.
121+
Report is available at InactiveUsers.csv
119122
```
120123
121124
## Logging

content/guides/cli/scripts/user-zones-mass-update.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ Run the script.
147147
148148
### Optional flags
149149
150-
To run the script in a simulation mode,
151-
add the `simulate` boolean flag.
150+
To run the script in a simulation mode,
151+
add the `DryRun` boolean flag.
152+
Dry run doesn't mean that API calls won't be made, but that any create/update/delete calls will be skipped.
152153
153154
```bash
154155
./Mass_Update_User_Zones.ps1 -DryRun

0 commit comments

Comments
 (0)