From 98a7dd61d98ab919065a006c13ae466a1cf597d4 Mon Sep 17 00:00:00 2001 From: GabrielNagy Date: Mon, 31 Jul 2023 12:29:35 +0000 Subject: [PATCH] Auto update readme files --- README.md | 23 +++++++++++++++++++++++ doc/15.-Command-line-reference.md | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/README.md b/README.md index 143d36635..13dfc5a49 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/15.-Command-line-reference.md b/doc/15.-Command-line-reference.md index ee08e2270..0d2fb640d 100644 --- a/doc/15.-Command-line-reference.md +++ b/doc/15.-Command-line-reference.md @@ -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