Difference between revisions of "Add-QADGroupMember"
From MyWiki
(Created page with "Add-QADGroupMember [-Identity] <IdentityParameter> [-Member] <IdentityParameter[]> [-Connection <ArsConnection>] [-ConnectionAccount <string>] [-ConnectionPassword <SecureSt...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <source lang="powershell"> | ||
Add-QADGroupMember [-Identity] <IdentityParameter> | Add-QADGroupMember [-Identity] <IdentityParameter> | ||
[-Member] <IdentityParameter[]> | [-Member] <IdentityParameter[]> | ||
[-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>' -Member '<DN of object>' | ||
| + | |||
| + | |||
| + | </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>'