Difference between revisions of "Add-QADGroupMember"

From MyWiki
Jump to: navigation, search
 
Line 4: Line 4:
 
  [-Connection <ArsConnection>] [-ConnectionAccount <string>] [-ConnectionPassword <SecureString>] [-Control <hashtable>] [-Credential <PSCredential>] [-Proxy] [-Service <string>] [-UseGlobalCatalog] [-Confirm] [-WhatIf] [<CommonParameters>]
 
  [-Connection <ArsConnection>] [-ConnectionAccount <string>] [-ConnectionPassword <SecureString>] [-Control <hashtable>] [-Credential <PSCredential>] [-Proxy] [-Service <string>] [-UseGlobalCatalog] [-Confirm] [-WhatIf] [<CommonParameters>]
  
add-QADGroupMember '<DN of group>' -Service 'server.domain.local:389' -Member '<DN of object>'
+
add-QADGroupMember '<DN of group>' -Member '<DN of object>'
  
  
 
</source>
 
</source>

Latest revision as of 08:57, 29 May 2015

Add-QADGroupMember [-Identity] <IdentityParameter>
 [-Member] <IdentityParameter[]>
 [-Connection <ArsConnection>] [-ConnectionAccount <string>] [-ConnectionPassword <SecureString>] [-Control <hashtable>] [-Credential <PSCredential>] [-Proxy] [-Service <string>] [-UseGlobalCatalog] [-Confirm] [-WhatIf] [<CommonParameters>]
 
add-QADGroupMember '<DN of group>'  -Member '<DN of object>'