EguibarIT.Delegation.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <!-- Cmdlet: Remove-AccountOperator --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-AccountOperator</command:name> <command:verb>Remove</command:verb> <command:noun>AccountOperator</command:noun> <maml:description> <maml:para>Remove Account Operators built-in group from the given object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove the built-in group Account Operators from the given object.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Remove-AccountOperator</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Remove-AccountOperator "OU=Admin,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Get-AclAccessRule --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-AclAccessRule</command:name> <command:verb>Get</command:verb> <command:noun>AclAccessRule</command:noun> <maml:description> <maml:para>Show Access Rules of given object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Display all the Access Rules</maml:para> <maml:para>for the given object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-AclAccessRule</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>The DistinguishedName of object to show Access Rule.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: SearchBy --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>SearchBy</maml:name> <maml:description> <maml:para>The SamAccountName of object to search for within all Access Rules.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>The DistinguishedName of object to show Access Rule.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: SearchBy --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>SearchBy</maml:name> <maml:description> <maml:para>The SamAccountName of object to search for within all Access Rules.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the container Distinguished name (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Identity to search for. (ej. Administrator).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: ACEarray --> <command:returnValue> <dev:type> <maml:name>EguibarIT.Delegation.ACEarray</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Get-AclAccessRule "OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclBitLockerTPM --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclBitLockerTPM</command:name> <command:verb>Set</command:verb> <command:noun>AdAclBitLockerTPM</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify BitLocker and TPM information of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify BitLocker and TPM information of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclBitLockerTPM</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclBitLockerTPM "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangeComputerPassword --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangeComputerPassword</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangeComputerPassword</command:noun> <maml:description> <maml:para>Set delegation to change computer password</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can change password on computer objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangeComputerPassword</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangeComputerPassword "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangeGroup --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangeGroup</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangeGroup</command:noun> <maml:description> <maml:para>Set delegation to change Group objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can change Group objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangeGroup</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangeGroup "SL_GroupRight" "OU=Groups,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangeOU --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangeOU</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangeOU</command:noun> <maml:description> <maml:para>Set delegation to change OU objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can change OU objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangeOU</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangeOU "SL_InfraRight" "OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangePrintQueue --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangePrintQueue</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangePrintQueue</command:noun> <maml:description> <maml:para>Set delegation to Modify Print Queues objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can Modify Print Queues objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangePrintQueue</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangePrintQueue "SL_PrintRight" "OU=Printers,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangeSite --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangeSite</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangeSite</command:noun> <maml:description> <maml:para>Set delegation to Modify Site objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (configuration) to delegate the permissions to a group so it can Modify Site objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangeSite</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangeSite "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangeSiteLink --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangeSiteLink</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangeSiteLink</command:noun> <maml:description> <maml:para>Set delegation to Modify Site-Link objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (configuration) to delegate the permissions to a group so it can Modify Site-Link objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangeSiteLink</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangeSiteLink "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangeSubnet --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangeSubnet</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangeSubnet</command:noun> <maml:description> <maml:para>Set delegation to Modify Subnet objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (configuration) to delegate the permissions to a group so it can Modify Subnet objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangeSubnet</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangeSubnet "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangeUserPassword --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangeUserPassword</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangeUserPassword</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Change user password</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Change user password</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangeUserPassword</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangeUserPassword "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclChangeVolume --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclChangeVolume</command:name> <command:verb>Set</command:verb> <command:noun>AdAclChangeVolume</command:noun> <maml:description> <maml:para>Set delegation to change Volume objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can change Group objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclChangeVolume</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclChangeVolume "SL_VolumeRight" "OU=Shares,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Rename-AdAclComputer --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Rename-AdAclComputer</command:name> <command:verb>Rename</command:verb> <command:noun>AdAclComputer</command:noun> <maml:description> <maml:para>Set delegation to rename computer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can rename computer objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Rename-AdAclComputer</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Rename-AdAclCreateDeleteComputer "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclComputerAccountRestriction --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclComputerAccountRestriction</command:name> <command:verb>Set</command:verb> <command:noun>AdAclComputerAccountRestriction</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Computer Account Restriction Set of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Computer Account Restriction Set of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclComputerAccountRestriction</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclComputerAccountRestriction "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclComputerGroupMembership --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclComputerGroupMembership</command:name> <command:verb>Set</command:verb> <command:noun>AdAclComputerGroupMembership</command:noun> <maml:description> <maml:para>Set delegation to change computer group membership</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can change computer object group membership.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclComputerGroupMembership</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclComputerGroupMembership "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclComputerPersonalInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclComputerPersonalInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclComputerPersonalInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Personal Information Set of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Personal Information Set of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclComputerPersonalInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclComputerPersonalInfo "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclComputerPublicInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclComputerPublicInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclComputerPublicInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Public Information Set of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Public Information Set of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclComputerPublicInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclComputerPublicInfo "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclContactPersonalInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclContactPersonalInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclContactPersonalInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Personal Information Set of contact objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Personal Information Set of contact objects</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclContactPersonalInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclContactPersonalInfo "SL_ContactRight" "OU=Contacts,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclContactWebInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclContactWebInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclContactWebInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Web Information Set of contact objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Personal Information Set of contact objects</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclContactWebInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclContactWebInfo "SL_ContactRight" "OU=Contacts,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteComputer --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteComputer</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteComputer</command:noun> <maml:description> <maml:para>Set delegation to create/delete computer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete computer objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteComputer</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteComputer "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteContact --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteContact</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteContact</command:noun> <maml:description> <maml:para>Set delegation to create/delete contact objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete contact objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteContact</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteContact "SL_ContactRight" "OU=Contacts,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteGMSA --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteGMSA</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteGMSA</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Create/Delete Group Managed Service Accounts</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Create/Delete Group Managed Service Accounts</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteGMSA</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteGMSA "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteGPO --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteGPO</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteGPO</command:noun> <maml:description> <maml:para>Set delegation to create/delete Group Policy Objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to create/Delete Group Policy Objects objects within the Group Policy Container</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteGPO</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteOU "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteGroup --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteGroup</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteGroup</command:noun> <maml:description> <maml:para>Set delegation to create/delete Group objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete Group objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteGroup</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteGroup "SL_GroupRight" "OU=Groups,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteMSA --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteMSA</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteMSA</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Create/Delete Managed Service Accounts</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Create/Delete Managed Service Accounts</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteMSA</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteMSA "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteOU --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteOU</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteOU</command:noun> <maml:description> <maml:para>Set delegation to create/delete OU objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete OU objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteOU</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteOU "SL_InfraRight" "OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeletePrintQueue --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeletePrintQueue</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeletePrintQueue</command:noun> <maml:description> <maml:para>Set delegation to create/delete Print Queues objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete Print Queues objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeletePrintQueue</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeletePrintQueue "SL_PrintRight" "OU=Printers,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteSite --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteSite</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteSite</command:noun> <maml:description> <maml:para>Set delegation to create/delete Site objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete Site objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteSite</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteSite "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteSiteLink --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteSiteLink</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteSiteLink</command:noun> <maml:description> <maml:para>Set delegation to create/delete Site-Link objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete Site-Link objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteSiteLink</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteSiteLink "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteSubnet --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteSubnet</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteSubnet</command:noun> <maml:description> <maml:para>Set delegation to create/delete Subnet objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete Subnet objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteSubnet</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteSubnet "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteUser --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteUser</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteUser</command:noun> <maml:description> <maml:para>Set delegation to create/delete user</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete user objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteUser</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteUser "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclCreateDeleteVolume --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclCreateDeleteVolume</command:name> <command:verb>Set</command:verb> <command:noun>AdAclCreateDeleteVolume</command:noun> <maml:description> <maml:para>Set delegation to create/delete Volume objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete Volume objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclCreateDeleteVolume</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclCreateDeleteVolume "SL_VolumeRight" "OU=Shares,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclDnsInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclDnsInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclDnsInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify DNS Information Set of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify DNS Information Set of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclDnsInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclDnsInfo "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclEnableDisableComputer --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclEnableDisableComputer</command:name> <command:verb>Set</command:verb> <command:noun>AdAclEnableDisableComputer</command:noun> <maml:description> <maml:para>Set delegation to enable/disable computer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can enable/disable computer objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclEnableDisableComputer</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclEnableDisableComputer "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclEnableDisableUser --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclEnableDisableUser</command:name> <command:verb>Set</command:verb> <command:noun>AdAclEnableDisableUser</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to enable or disable a user</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to enable or disable a user</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclEnableDisableUser</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclEnableDisableUser "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclFSMOtransfer --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclFSMOtransfer</command:name> <command:verb>Set</command:verb> <command:noun>AdAclFSMOtransfer</command:noun> <maml:description> <maml:para>Delegate the management rights of FMSO roles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delegate the right to transfer any of the 5 FMSO roles to a given group</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclFSMOtransfer</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: FSMOroles --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>FSMOroles</maml:name> <maml:description> <maml:para>Flexible Single Master Operations (FSMO) Roles to delegate.</maml:para> </maml:description> <command:parameterValue required="true">string[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: FSMOroles --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>FSMOroles</maml:name> <maml:description> <maml:para>Flexible Single Master Operations (FSMO) Roles to delegate.</maml:para> </maml:description> <command:parameterValue required="true">string[]</command:parameterValue> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String[]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING ARRAY representing the each FSMO roles.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclFMSOtransfer -Group "SL_FSMOadmin" -FSMOroles 'Schema', 'Infrastructure', 'DomainNaming', 'RID', 'PDC'</dev:code> </command:example> <command:example> <maml:title>---------- EXAMPLE 2 ----------</maml:title> <dev:code>Set-AdAclFMSOtransfer -Group "SL_FSMOadmin" -FSMOroles 'Schema', 'Infrastructure', 'DomainNaming', 'RID', 'PDC' -RemoveRule</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclFullControlDFS --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclFullControlDFS</command:name> <command:verb>Set</command:verb> <command:noun>AdAclFullControlDFS</command:noun> <maml:description> <maml:para>Set delegation to fully manage Distributed File System (DFS)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the configuration container to delegate the permissions to a group so it can fully manage Distributed File System (DFS).</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclFullControlDFS</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclFullControlDFS "SL_DfsRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclFullControlDHCP --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclFullControlDHCP</command:name> <command:verb>Set</command:verb> <command:noun>AdAclFullControlDHCP</command:noun> <maml:description> <maml:para>Set delegation to fully manage Dynamic Host Configuration Protocol (DHCP)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the configuration container to delegate the permissions to a group so it can fully manage Dynamic Host Configuration Protocol (DHCP).</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclFullControlDHCP</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclFullControlDHCP "SL_DHCPRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclGPoption --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclGPoption</command:name> <command:verb>Set</command:verb> <command:noun>AdAclGPoption</command:noun> <maml:description> <maml:para>Set delegation to gPOptions</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to gPOptions</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclGPoption</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclGPoption "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Rename-AdAclGroup --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Rename-AdAclGroup</command:name> <command:verb>Rename</command:verb> <command:noun>AdAclGroup</command:noun> <maml:description> <maml:para>Set delegation to Rename groups</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can Rename group objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Rename-AdAclGroup</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Rename-AdAclGroup "SL_CreateGroupRight" "OU=Groups,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclGroupGroupMembership --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclGroupGroupMembership</command:name> <command:verb>Set</command:verb> <command:noun>AdAclGroupGroupMembership</command:noun> <maml:description> <maml:para>Set delegation to change group group membership</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can change group object group membership.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclGroupGroupMembership</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclGroupGroupMembership "SL_GroupRight" "OU=Group,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclLinkGPO --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclLinkGPO</command:name> <command:verb>Set</command:verb> <command:noun>AdAclLinkGPO</command:noun> <maml:description> <maml:para>Set delegation to Link Group Policy Objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Link Group Policy Objects objects to Domain or OU</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclLinkGPO</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclLinkGPO "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclMngPrivilegedAccounts --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclMngPrivilegedAccounts</command:name> <command:verb>Set</command:verb> <command:noun>AdAclMngPrivilegedAccounts</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Managed Privileged Accounts</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Managed Privileged Accounts</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclMngPrivilegedAccounts</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclMngPrivilegedAccounts "SL_PUM"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclMngPrivilegedGroups --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclMngPrivilegedGroups</command:name> <command:verb>Set</command:verb> <command:noun>AdAclMngPrivilegedGroups</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Managed Privileged Groups</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Managed Privileged Groups</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclMngPrivilegedGroups</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclMngPrivilegedGroups "SL_PGM"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclMsTsGatewayInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclMsTsGatewayInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclMsTsGatewayInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify MS TerminalServices Gateway Information Set of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify MS TerminalServices Gateway Information Set of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclMsTsGatewayInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclMsTsGatewayInfo "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Rename-AdAclOU --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Rename-AdAclOU</command:name> <command:verb>Rename</command:verb> <command:noun>AdAclOU</command:noun> <maml:description> <maml:para>Set delegation to Rename OU</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can Rename organizational unit objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Rename-AdAclOU</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Rename-AdAclOU "SL_ADRight" "OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclPkiAdmin --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclPkiAdmin</command:name> <command:verb>Set</command:verb> <command:noun>AdAclPkiAdmin</command:noun> <maml:description> <maml:para>Set delegation to fully manage Certificate Authority (CA or PKI)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the configuration container to delegate the permissions to a group so it can fully manage Certificate Authority (CA or PKI).</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclPkiAdmin</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ItRightsOuDN --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>ItRightsOuDN</maml:name> <maml:description> <maml:para>Distinguished Name of the OU having the Rights groups (Usually OU=Rights,OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ItRightsOuDN --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>ItRightsOuDN</maml:name> <maml:description> <maml:para>Distinguished Name of the OU having the Rights groups (Usually OU=Rights,OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Rights,OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclPkiAdmin "SL_PkiRight"</dev:code> </command:example> <command:example> <maml:title>---------- EXAMPLE 2 ----------</maml:title> <dev:code>Set-AdAclPkiAdmin -Group "SL_PkiRight" </dev:code> </command:example> <command:example> <maml:title>---------- EXAMPLE 3 ----------</maml:title> <dev:code>Set-AdAclPkiAdmin -Group "SL_PkiRight" -RemoveRule</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclPkiTemplateAdmin --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclPkiTemplateAdmin</command:name> <command:verb>Set</command:verb> <command:noun>AdAclPkiTemplateAdmin</command:noun> <maml:description> <maml:para>Set delegation to fully manage CA Templates</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the configuration container to delegate the permissions to a group so it can fully manage CA Templates.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclPkiTemplateAdmin</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclPkiTemplateAdmin "SL_PkiTemplatesRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Rename-AdAclPrintQueue --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Rename-AdAclPrintQueue</command:name> <command:verb>Rename</command:verb> <command:noun>AdAclPrintQueue</command:noun> <maml:description> <maml:para>Set delegation to Rename PrintQueue</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can Rename PrintQueue objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Rename-AdAclPrintQueue</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Rename-AdAclPrintQueue "SL_PrinterRight" "OU=Printers,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclResetComputerPassword --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclResetComputerPassword</command:name> <command:verb>Set</command:verb> <command:noun>AdAclResetComputerPassword</command:noun> <maml:description> <maml:para>Set delegation to reset computer password</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can reset password on computer objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclResetComputerPassword</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclResetComputerPassword "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclResetUserPassword --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclResetUserPassword</command:name> <command:verb>Set</command:verb> <command:noun>AdAclResetUserPassword</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to reset user password</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to reset user password</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclResetUserPassword</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclResetUserPassword "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclRSoPLogging --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclRSoPLogging</command:name> <command:verb>Set</command:verb> <command:noun>AdAclRSoPLogging</command:noun> <maml:description> <maml:para>Set delegation to Resultant Set of Policy (Logging)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Resultant Set of Policy (Logging)</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclRSoPLogging</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclRSoPLogging "SL_GpoRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclRSoPPlanning --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclRSoPPlanning</command:name> <command:verb>Set</command:verb> <command:noun>AdAclRSoPPlanning</command:noun> <maml:description> <maml:para>Set delegation to Resultant Set of Policy (Planning)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Resultant Set of Policy (Planning)</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclRSoPPlanning</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclRSoPPlanning "SL_GpoRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUnlockUser --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUnlockUser</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUnlockUser</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Unlock a user</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Unlock a user</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUnlockUser</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUnlockUser "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Rename-AdAclUser --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Rename-AdAclUser</command:name> <command:verb>Rename</command:verb> <command:noun>AdAclUser</command:noun> <maml:description> <maml:para>Set delegation to Rename user</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can Rename user objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Rename-AdAclUser</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Rename-AdAclUser "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUserAccountRestriction --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUserAccountRestriction</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUserAccountRestriction</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify User Account Restriction Set of user object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify User Account Restriction Set of user object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUserAccountRestriction</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUserAccountRestriction "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUserEmailInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUserEmailInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUserEmailInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Phone and Mail Options Set of user object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Phone and Mail Options Set of user object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUserEmailInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUserEmailInfo "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUserGeneralInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUserGeneralInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUserGeneralInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify General Information Set of user object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify General Information Set of user object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUserGeneralInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUserGeneralInfo "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUserGroupMembership --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUserGroupMembership</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUserGroupMembership</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Group Membership Set of user object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Group Membership Set of user object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUserGroupMembership</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUserGroupMembership "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUserLogonInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUserLogonInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUserLogonInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Logon Information Set of user object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Logon Information Set of user object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUserLogonInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUserLogonInfo "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUserPersonalInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUserPersonalInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUserPersonalInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Personal Information Set of user object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Personal Information Set of user object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUserPersonalInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUserPersonalInfo "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUserPublicInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUserPublicInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUserPublicInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Public Information Set of user object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Public Information Set of user object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUserPublicInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUserPublicInfo "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclUserWebInfo --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclUserWebInfo</command:name> <command:verb>Set</command:verb> <command:noun>AdAclUserWebInfo</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Web Information Set of user object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify Web Information Set of user object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclUserWebInfo</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclUserWebInfo "SL_CreateUserRight" "OU=Users,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclValidateWriteDnsHostName --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclValidateWriteDnsHostName</command:name> <command:verb>Set</command:verb> <command:noun>AdAclValidateWriteDnsHostName</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify the extended right to validate DNS Host Name of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify the extended right to validate DNS Host Name of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclValidateWriteDnsHostName</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclValidateWriteDnsHostName "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdAclValidateWriteSPN --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdAclValidateWriteSPN</command:name> <command:verb>Set</command:verb> <command:noun>AdAclValidateWriteSPN</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to Modify the the extended right to validate Service Principal Name of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to Modify the the extended right to validate Service Principal Name of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdAclValidateWriteSPN</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdAclValidateWriteSPN "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdDirectoryReplication --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdDirectoryReplication</command:name> <command:verb>Set</command:verb> <command:noun>AdDirectoryReplication</command:noun> <maml:description> <maml:para>Sets the premission for a group to Replicate the directory</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the configuration container to delegate the permissions to a group so it can replicate the directory</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdDirectoryReplication</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdDirectoryReplication "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdInheritance --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdInheritance</command:name> <command:verb>Set</command:verb> <command:noun>AdInheritance</command:noun> <maml:description> <maml:para>The function will Set/Clear Inheritance of an object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will Set/Clear Inheritance of an object.</maml:para> <maml:para>RemoveInheritancevalue will Set/Remove the inheritance Check-Box</maml:para> <maml:para>* If TRUE the value of the IsProtected parameter (1) to TRUE, the inheritance checkbox will be cleared.</maml:para> <maml:para>* If FALSE, the checkbox will become checked</maml:para> <maml:para>RemovePermissions will "copy" (true) or "remove" (false) the permissions. The "preserveInheritance" parameter (2) only has an effect when we uncheck the inheritance checkbox (RemoveInheritancevalue = TRUE).</maml:para> <maml:para>* If RemovePermissions is set to TRUE then the permissions from the parent object are copied to the object. It has the same effect as clicking "Add".</maml:para> <maml:para>* If RemovePermissions is set to FALSE, it has the same effect as clicking "Remove"</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdInheritance</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveInheritance --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveInheritance</maml:name> <maml:description> <maml:para>TRUE or FALSE for the IsProtected parameter. If TRUE the inheritance will be cleared.</maml:para> </maml:description> <command:parameterValue required="true">bool</command:parameterValue> <dev:type> <maml:name>System.Boolean</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: RemovePermissions --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemovePermissions</maml:name> <maml:description> <maml:para>TRUE or FALSE for the preserveInheritance parameter. If TRUE the permissions from the parent object are copied to the object, otherwise are removed.</maml:para> </maml:description> <command:parameterValue required="true">bool</command:parameterValue> <dev:type> <maml:name>System.Boolean</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveInheritance --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveInheritance</maml:name> <maml:description> <maml:para>TRUE or FALSE for the IsProtected parameter. If TRUE the inheritance will be cleared.</maml:para> </maml:description> <command:parameterValue required="true">bool</command:parameterValue> <dev:type> <maml:name>System.Boolean</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: RemovePermissions --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemovePermissions</maml:name> <maml:description> <maml:para>TRUE or FALSE for the preserveInheritance parameter. If TRUE the permissions from the parent object are copied to the object, otherwise are removed.</maml:para> </maml:description> <command:parameterValue required="true">bool</command:parameterValue> <dev:type> <maml:name>System.Boolean</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Boolean</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>BOOL prameter (true or false).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Boolean</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>BOOL prameter (true or false).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdInheritance "OU=Admin,DC=EguibarIT,DC=local" $true $true</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdmPwdComputerSelfPermission --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdmPwdComputerSelfPermission</command:name> <command:verb>Set</command:verb> <command:noun>AdmPwdComputerSelfPermission</command:noun> <maml:description> <maml:para>The function will delegate the right were the computer can self update admin password attributes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the right were the computer can self update admin password attributes</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdmPwdComputerSelfPermission</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdmPwdComputerSelfPermission "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdmPwdReadPasswordPermission --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdmPwdReadPasswordPermission</command:name> <command:verb>Set</command:verb> <command:noun>AdmPwdReadPasswordPermission</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to read Admin password of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to read Admin password of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdmPwdReadPasswordPermission</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdmPwdReadPasswordPermission "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-AdmPwdResetPasswordPermission --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-AdmPwdResetPasswordPermission</command:name> <command:verb>Set</command:verb> <command:noun>AdmPwdResetPasswordPermission</command:noun> <maml:description> <maml:para>The function will delegate the premission for a group to reset Admin password of Computer object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate the premission for a group to reset Admin password of Computer object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-AdmPwdResetPasswordPermission</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdmPwdResetPasswordPermission "SL_PcRight" "OU=Desktops,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Get-AttributeSchemaHashTable --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-AttributeSchemaHashTable</command:name> <command:verb>Get</command:verb> <command:noun>AttributeSchemaHashTable</command:noun> <maml:description> <maml:para>Function to Read all Attributes GUID from Schema</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Function that reads all Attributes GUID from the Schema and returns a Hashtable object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-AttributeSchemaHashTable</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues> <!-- OutputType: AttributeSchemaHashTable --> <command:returnValue> <dev:type> <maml:name>EguibarIT.Delegation.CMDlets.AttributeSchemaHashTable</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Hashtable containing Attributes and its corresponding GUID.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <maml:introduction> <maml:para>This example shows how to use this CMDlet to get the Hashtable</maml:para> </maml:introduction> <dev:code>Get-AttributeSchemaHashTable</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Remove-AuthUser --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-AuthUser</command:name> <command:verb>Remove</command:verb> <command:noun>AuthUser</command:noun> <maml:description> <maml:para>Remove Authenticated Users built-in group from the given object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove the built-in group Authenticated Users from the given object.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Remove-AuthUser</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Remove-AuthUser "OU=Admin,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Get-ClassSchemaHashTable --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-ClassSchemaHashTable</command:name> <command:verb>Get</command:verb> <command:noun>ClassSchemaHashTable</command:noun> <maml:description> <maml:para>Function to Read all Class GUID from Schema</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Function that reads all Class GUID from the Schema and returns a Hashtable object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-ClassSchemaHashTable</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues> <!-- OutputType: ClassSchemaHashTable --> <command:returnValue> <dev:type> <maml:name>EguibarIT.Delegation.CMDlets.ClassSchemaHashTable</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Hashtable containing object class and its corresponding GUID.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <maml:introduction> <maml:para>This example shows how to use this CMDlet to get the Hashtable</maml:para> </maml:introduction> <dev:code>Get-ClassSchemaHashTable</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-CreateDeleteInetOrgPerson --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-CreateDeleteInetOrgPerson</command:name> <command:verb>Set</command:verb> <command:noun>CreateDeleteInetOrgPerson</command:noun> <maml:description> <maml:para>Set delegation to create/delete InetOrg objects</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configures the container (OU) to delegate the permissions to a group so it can create/delete InetOrg objects.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-CreateDeleteInetOrgPerson</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-CreateDeleteInetOrgPerson "SL_CreateUserRight" "OU=Groups,OU=XXXX,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-DeleteOnlyComputer --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-DeleteOnlyComputer</command:name> <command:verb>Set</command:verb> <command:noun>DeleteOnlyComputer</command:noun> <maml:description> <maml:para>The function will delegate premission for a group to Only Delete Computer objects from given container</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate premission for a group to Only Delete Computer objects from given container</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-DeleteOnlyComputer</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-DeleteOnlyComputer "SL_PcRight" "OU=X-Computers,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-DomainJoinComputer --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-DomainJoinComputer</command:name> <command:verb>Set</command:verb> <command:noun>DomainJoinComputer</command:noun> <maml:description> <maml:para>The function will delegate premission for a group to Domain-Join Computer objects from given container</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will delegate premission for a group to Domain-Join Computer objects from given container</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-DomainJoinComputer</maml:name> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Group --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Group</maml:name> <maml:description> <maml:para>Identity of the group getting the delegation.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveRule --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>RemoveRule</maml:name> <maml:description> <maml:para>Switch indicator to remove the access rule</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the group SamAccountName.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the access rule will be removed</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-DomainJoinComputer "SL_PcRight" "OU=X-Computers,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Remove-Everyone --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-Everyone</command:name> <command:verb>Remove</command:verb> <command:noun>Everyone</command:noun> <maml:description> <maml:para>Remove Print Operators built-in group from the given object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove the built-in group Print Operators from the given object.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Remove-Everyone</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Remove-Everyone "OU=Admin,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Get-ExtendedRightHashTable --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-ExtendedRightHashTable</command:name> <command:verb>Get</command:verb> <command:noun>ExtendedRightHashTable</command:noun> <maml:description> <maml:para>Function to Read all Extended Rights GUID from Schema</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Function that reads all Extended Rights GUID from the Schema and returns a Hashtable object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-ExtendedRightHashTable</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes /> <command:returnValues> <!-- OutputType: ExtendedRightHashTable --> <command:returnValue> <dev:type> <maml:name>EguibarIT.Delegation.CMDlets.ExtendedRightHashTable</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>Hashtable containing Extended Rights and its corresponding GUID.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <maml:introduction> <maml:para>This example shows how to use this CMDlet to get the Hashtable</maml:para> </maml:introduction> <dev:code>Get-ExtendedRightHashTable</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-GpoPrivilegeRights --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-GpoPrivilegeRights</command:name> <command:verb>Set</command:verb> <command:noun>GpoPrivilegeRights</command:noun> <maml:description> <maml:para>Set the Privileged Rights into a Group Policy Objects (MUST be executed on DomainController)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will modify the Privileged Rights into a Group Policy Object based on the Delegation Model with Tiers</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-GpoPrivilegeRights</maml:name> <!-- Parameter: GpoToModify --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>GpoToModify</maml:name> <maml:description> <maml:para>Name of the GPO which will get the Restricted Groups modification.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: NetworkLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>NetworkLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Access this computer from the network</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyServiceLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="10"> <maml:name>DenyServiceLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny Log On as a Service"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyNetworkLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>DenyNetworkLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny access this computer from the network"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InteractiveLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"> <maml:name>InteractiveLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Allow Log On Locally"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyInteractiveLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="4"> <maml:name>DenyInteractiveLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny Log On Locally"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoteInteractiveLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="5"> <maml:name>RemoteInteractiveLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Allow Log On through Remote Desktop Services"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyRemoteInteractiveLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="6"> <maml:name>DenyRemoteInteractiveLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny Log On through Remote Desktop Services"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: BatchLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="7"> <maml:name>BatchLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Log On as a Batch Job"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyBatchLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="8"> <maml:name>DenyBatchLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny Log On as a Batch Job"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ServiceLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="9"> <maml:name>ServiceLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Log On as a Service"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: GpoToModify --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>GpoToModify</maml:name> <maml:description> <maml:para>Name of the GPO which will get the Restricted Groups modification.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: NetworkLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>NetworkLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Access this computer from the network</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyNetworkLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>DenyNetworkLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny access this computer from the network"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: InteractiveLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"> <maml:name>InteractiveLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Allow Log On Locally"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyInteractiveLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="4"> <maml:name>DenyInteractiveLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny Log On Locally"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoteInteractiveLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="5"> <maml:name>RemoteInteractiveLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Allow Log On through Remote Desktop Services"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyRemoteInteractiveLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="6"> <maml:name>DenyRemoteInteractiveLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny Log On through Remote Desktop Services"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: BatchLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="7"> <maml:name>BatchLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Log On as a Batch Job"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyBatchLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="8"> <maml:name>DenyBatchLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny Log On as a Batch Job"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: ServiceLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="9"> <maml:name>ServiceLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be GRANTED the right "Log On as a Service"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: DenyServiceLogon --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="10"> <maml:name>DenyServiceLogon</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to configure the right "Deny Log On as a Service"</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING Name of the GPO which will get the Restricted Groups modification.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be GRANTED the right "Access this computer from the network"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to configure the right "Deny access this computer from the network"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be GRANTED the right "Allow Log On Locally"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to configure the right "Deny Log On Locally"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be GRANTED the right "Allow Log On through Remote Desktop Services"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to configure the right "Deny Log On through Remote Desktop Services"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be GRANTED the right "Log On as a Batch Job"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to configure the right "Deny Log On as a Batch Job"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be GRANTED the right "Log On as a Service"</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to configure the right "Deny Log On as a Service"</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-GpoPrivilegeRights "Default Domain" "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Set-GpoRestrictedGroups --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Set-GpoRestrictedGroups</command:name> <command:verb>Set</command:verb> <command:noun>GpoRestrictedGroups</command:noun> <maml:description> <maml:para>Set the restrictions on Local groups (MUST be executed on DomainController)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Add groups to the restricted group section of a GPO.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Set-GpoRestrictedGroups</maml:name> <!-- Parameter: GpoToModify --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>GpoToModify</maml:name> <maml:description> <maml:para>Name of the GPO which will get the Restricted Groups modification.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: MergeUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>MergeUsers</maml:name> <maml:description> <maml:para>Switch indicator to merge users (retain existing users). Default is not present, meaning all users in group will be removed</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: LocalAdminUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>LocalAdminUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Administrators group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalBackupOpUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"> <maml:name>LocalBackupOpUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Backup Operator group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalEventLogReaders --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="4"> <maml:name>LocalEventLogReaders</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Event Log Readers group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalPerfLogUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="5"> <maml:name>LocalPerfLogUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Performance Log Users group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalPerfMonitorUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="6"> <maml:name>LocalPerfMonitorUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Performance Monitor Users group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalRemoteDesktopUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="7"> <maml:name>LocalRemoteDesktopUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Remote Desktop Users group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: GpoToModify --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>GpoToModify</maml:name> <maml:description> <maml:para>Name of the GPO which will get the Restricted Groups modification.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: MergeUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>MergeUsers</maml:name> <maml:description> <maml:para>Switch indicator to merge users (retain existing users). Default is not present, meaning all users in group will be removed</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <!-- Parameter: LocalAdminUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"> <maml:name>LocalAdminUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Administrators group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalBackupOpUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"> <maml:name>LocalBackupOpUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Backup Operator group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalEventLogReaders --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="4"> <maml:name>LocalEventLogReaders</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Event Log Readers group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalPerfLogUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="5"> <maml:name>LocalPerfLogUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Performance Log Users group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalPerfMonitorUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="6"> <maml:name>LocalPerfMonitorUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Performance Monitor Users group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: LocalRemoteDesktopUsers --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="7"> <maml:name>LocalRemoteDesktopUsers</maml:name> <maml:description> <maml:para>Identity (SamAccountName) to be included in the Local Remote Desktop Users group.</maml:para> </maml:description> <command:parameterValue required="true">List`1</command:parameterValue> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING Name of the GPO which will get the Restricted Groups modification.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false).</maml:para> <maml:para>If present the value becomes TRUE, and the existing group members will remain. New users will be added.</maml:para> <maml:para>Default is Not Present, so value becomes FALSE, and the existing group members will be removed, having only the users configured by this CMDlet.</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be included in the Local Administrators group."</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be included in the Local Backup Operator group."</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be included in the Local Event Log Readers group."</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be included in the Local Performance Log Users group."</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be included in the Local Performance Monitor Users group."</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING[] Identity (SamAccountName) to be included in the Local Remote Desktop Users group."</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-GpoRestrictedGroups "Default Domain" "SL_InfraRight"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Get-GUIDtoName --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-GUIDtoName</command:name> <command:verb>Get</command:verb> <command:noun>GUIDtoName</command:noun> <maml:description> <maml:para>Helper function to translate GUID to display name</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This function translates a GUID into a human readible Display Name</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-GUIDtoName</maml:name> <!-- Parameter: GUID --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>GUID</maml:name> <maml:description> <maml:para>GUID of the object to translate to its display name.</maml:para> </maml:description> <command:parameterValue required="true">Guid</command:parameterValue> <dev:type> <maml:name>System.Guid</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>00000000-0000-0000-0000-000000000000</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: GUID --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>GUID</maml:name> <maml:description> <maml:para>GUID of the object to translate to its display name.</maml:para> </maml:description> <command:parameterValue required="true">Guid</command:parameterValue> <dev:type> <maml:name>System.Guid</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>00000000-0000-0000-0000-000000000000</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.Guid</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>GUID of the object to translate to its display name.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: String --> <command:returnValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Get-GUIDtoName -GUID "bf967a86-0de6-11d0-a285-00aa003049e2"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Remove-PreWin2000 --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-PreWin2000</command:name> <command:verb>Remove</command:verb> <command:noun>PreWin2000</command:noun> <maml:description> <maml:para>Remove Pre-Windows 2000 Compatible Access built-in group from the given object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove the built-in group Pre-Windows 2000 Compatible Access from the given object.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Remove-PreWin2000</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Remove-PreWin2000 "OU=Admin,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Remove-PreWin2000FromOU --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-PreWin2000FromOU</command:name> <command:verb>Remove</command:verb> <command:noun>PreWin2000FromOU</command:noun> <maml:description> <maml:para>Remove Pre-Windows 2000 Compatible Access built-in group from the given Organizational Unit</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove the built-in group Pre-Windows 2000 Compatible Access from the given Organizational Unit.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Remove-PreWin2000FromOU</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Remove-PreWin2000FromOU "OU=Admin,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Remove-PrintOperator --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-PrintOperator</command:name> <command:verb>Remove</command:verb> <command:noun>PrintOperator</command:noun> <maml:description> <maml:para>Remove Print Operators built-in group from the given object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove the built-in group Print Operators from the given object.</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Remove-PrintOperator</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be removed.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Admin,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Remove-PrintOperator "OU=Admin,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Remove-SpecificACLandEnableInheritance --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-SpecificACLandEnableInheritance</command:name> <command:verb>Remove</command:verb> <command:noun>SpecificACLandEnableInheritance</command:noun> <maml:description> <maml:para>The function will Remove Specific/Non-Inherited ACL and enable inheritance on an object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The function will Remove Specific/Non-Inherited ACL and enable inheritance on an object</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Remove-SpecificACLandEnableInheritance</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Set-AdInheritance "OU=Admin,DC=EguibarIT,DC=local" $true $true</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Remove-UnknownSID --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Remove-UnknownSID</command:name> <command:verb>Remove</command:verb> <command:noun>UnknownSID</command:noun> <maml:description> <maml:para>Remove Un-Resolvable SID from a given object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove Un-Resolvable SID from a given object. If a SID is displayed within the ACE, is</maml:para> <maml:para>because a name could not be resolved. Most likely the object was deleted, and its friendly</maml:para> <maml:para>name could not be retrived. This function will identify this unresolved SID and remove it from the ACE</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Remove-UnknownSID</maml:name> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveSID --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveSID</maml:name> <maml:description> <maml:para>Switch indicator to remove the unknown SID</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: LDAPpath --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>LDAPpath</maml:name> <maml:description> <maml:para>Distinguished Name of the object (or container) where the permissions are going to be configured.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> <!-- Parameter: RemoveSID --> <command:parameter required="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"> <maml:name>RemoveSID</maml:name> <maml:description> <maml:para>Switch indicator to remove the unknown SID</maml:para> </maml:description> <command:parameterValue required="true">SwitchParameter</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the Distinguished Name of the object (ej. OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local).</maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.Management.Automation.SwitchParameter</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>SWITCH parameter (true or false). If present the value becomes TRUE, and the unknown SID will be removed. If ommited, unknown SID will only display.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Remove-UnknownSID "OU=Users,OU=Good,OU=Sites,DC=EguibarIT,DC=local"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Cmdlet: Get-WellKnownSID --> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Get-WellKnownSID</command:name> <command:verb>Get</command:verb> <command:noun>WellKnownSID</command:noun> <maml:description> <maml:para>Get well Known SIDs</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get well Known SIDs</maml:para> </maml:description> <command:syntax> <!-- Parameter set: __AllParameterSets --> <command:syntaxItem> <maml:name>Get-WellKnownSID</maml:name> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Name</maml:name> <maml:description> <maml:para>Name of the identity to find its SID, including Well-Known SIDs.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <!-- Parameter: Name --> <command:parameter required="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0"> <maml:name>Name</maml:name> <maml:description> <maml:para>Name of the identity to find its SID, including Well-Known SIDs.</maml:para> </maml:description> <command:parameterValue required="true">string</command:parameterValue> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> <maml:uri /> </dev:type> <maml:description> <maml:para>STRING representing the object SamAccountName.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <!-- OutputType: Int32 --> <command:returnValue> <dev:type> <maml:name>System.Int32</maml:name> <maml:uri /> </dev:type> </command:returnValue> </command:returnValues> <command:examples> <command:example> <maml:title>---------- EXAMPLE 1 ----------</maml:title> <dev:code>Get-WellKnownSID Name "dvader"</dev:code> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>[Eguibar Information Technology S.L. web site]</maml:linkText> <maml:uri>(http://EguibarIT.eu)</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> </helpItems> |