Skip to content

Commit

Permalink
Auto update readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNagy committed Jul 31, 2023
1 parent 22591ee commit 98a7dd6
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,29 @@ adsysctl policy debug [flags]
-v, --verbose count issue INFO (-v), DEBUG (-vv) or DEBUG with caller (-vvv) output
```

#### adsysctl policy debug cert-autoenroll-script

Write certificate autoenrollment python embedded script in current directory

```
adsysctl policy debug cert-autoenroll-script [flags]
```

##### Options

```
-h, --help help for cert-autoenroll-script
```

##### Options inherited from parent commands

```
-c, --config string use a specific configuration file
-s, --socket string socket path to use between daemon and client. Can be overridden by systemd socket activation. (default "/run/adsysd.sock")
-t, --timeout int time in seconds before cancelling the client request when the server gives no result. 0 for no timeout. (default 30)
-v, --verbose count issue INFO (-v), DEBUG (-vv) or DEBUG with caller (-vvv) output
```

#### adsysctl policy debug gpolist-script

Write GPO list python embeeded script in current directory
Expand Down
23 changes: 23 additions & 0 deletions doc/15.-Command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,29 @@ adsysctl policy debug [flags]
-v, --verbose count issue INFO (-v), DEBUG (-vv) or DEBUG with caller (-vvv) output
```

#### adsysctl policy debug cert-autoenroll-script

Write certificate autoenrollment python embedded script in current directory

```
adsysctl policy debug cert-autoenroll-script [flags]
```

##### Options

```
-h, --help help for cert-autoenroll-script
```

##### Options inherited from parent commands

```
-c, --config string use a specific configuration file
-s, --socket string socket path to use between daemon and client. Can be overridden by systemd socket activation. (default "/run/adsysd.sock")
-t, --timeout int time in seconds before cancelling the client request when the server gives no result. 0 for no timeout. (default 30)
-v, --verbose count issue INFO (-v), DEBUG (-vv) or DEBUG with caller (-vvv) output
```

#### adsysctl policy debug gpolist-script

Write GPO list python embeeded script in current directory
Expand Down

0 comments on commit 98a7dd6

Please sign in to comment.