DESCRIPTION: Control command is a quick way to protect or Unprotect the DACL in Security Descriptor associated with the DfsLink. ...

DESCRIPTION: Control command is a quick way to protect or Unprotect the DACL in Security Descriptor associated with the DfsLink. If the DACL is protected, the dfslink just has explicit ACE's. If the DACL is unprotected, Inherited ACEs merge with that on the link.   %1!ws!  PARAMETERS:        : UNC path to the Dfs Link. Protect         : Protect the DACL of Security Descriptor associated with                   the DfsLink. UnProtect       : Remove protection on the DACL of Security Descriptor                    associated with the DfsLink. The inherited ACEs will be                   propagated on the reparse point/s of the link from its                   parent directory.      EXAMPLES: dfsutil property ACL Control \\contoso.com\DomainNamespace1\Link1 protect dfsutil property ACL Control \\StandaloneServer
amespace1\Link1 unprotect