From: Amit Kumar Date: Wed, 5 Jun 2019 20:24:31 +0000 (+0530) Subject: docs: Add 'net gpo command' text in man net X-Git-Tag: talloc-2.3.1~343 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50cce842a230f82018be62fca8fe1374b9b0dcd1;p=thirdparty%2Fsamba.git docs: Add 'net gpo command' text in man net This change adds contents to man net for 'net ads gpo' command set based on results got after executing: '# net ads gpo help' and subcommands BUG: https://bugzilla.samba.org/show_bug.cgi?id=13986 Signed-off-by: Amit Kumar Reviewed-by: Andreas Schneider Reviewed-by: Ralph Boehme --- diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index f64efde0061..e585f247728 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -1334,6 +1334,46 @@ against an NT4 Domain Controller. + + +ADS GPO + +ADS GPO APPLY <USERNAME|MACHINENAME> +Apply GPOs for a username or machine name. Either username or machine name should be provided to the command, not both. + + + +ADS GPO GETGPO [<replaceable>GPO</replaceable>] +List specified GPO. + + + +ADS GPO LINKADD [<replaceable>LINKDN</replaceable>] [<replaceable>GPODN</replaceable>] +Link a container to a GPO. LINKDN Container to link to a GPO. GPODN GPO to link container to. DNs must be provided properly escaped. See RFC 4514 for details. + + + +ADS GPO LINKGET [<replaceable>CONTAINER</replaceable>] +Lists gPLink of a containter. + + + +ADS GPO LIST <USERNAME|MACHINENAME> +Lists all GPOs for a username or machine name. Either username or machine name should be provided to the command, not both. + + + +ADS GPO LISTALL +Lists all GPOs on a DC. + + + +ADS GPO REFRESH [<replaceable>USERNAME</replaceable>] [<replaceable>MACHINENAME</replaceable>] +Lists all GPOs assigned to an account and download them. USERNAME User to refresh GPOs for. MACHINENAME Machine to refresh GPOs for. + + + + ADS LEAVE [--keep-account]