![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Add user to a group? Isn't there a way to add a member simply to a group using something similar to: get-qaduser -dn "CN=msmith,OU=office1,OU=state,DC=corp,DC=net" | add-qadgroupmember "OU=Accounting users,OU=branch,OU=facility,OU=state,DC=corp,DC=net" |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Add user to a group? Try: Get-QADUser <user> | Add-QADGroupMember <group> - or - Add-QADGroupMember -Identity <group> -Member <userDN> ----- Shay Levi $cript Fanatic http://scriptolog.blogspot.com Quote: > Isn't there a way to add a member simply to a group using something > similar to: > > get-qaduser -dn "CN=msmith,OU=office1,OU=state,DC=corp,DC=net" | > add-qadgroupmember "OU=Accounting > users,OU=branch,OU=facility,OU=state,DC=corp,DC=net" > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Create user group in vista basic without the user and group manager window | Vista security | |||
| add user to group /group scope - Global /Group type - Security | PowerShell | |||
| Set Group Policy different for each user group? | System Security | |||
| Add User to AD Group | PowerShell | |||
| ADD USER TO GROUP ?? | PowerShell | |||