No announcements
Found 2311972 threads
-
0 Votes
PowerShell Script to Add Users & Groups to AD Groups
Thank You it worked Import-Csv C:\MyInput.csv | ForEach { $users = $_.UserandGroup.Split(',') Add-ADGroupMember -Identity $_.ADGroup -Members ...Answered | 6 Replies | 11343 Views | Created by gNikhil - Friday, December 30, 2016 5:40 PM | Last reply by clayman2 - Tuesday, January 3, 2017 12:52 PM -
7 Votes
Powershell script to find if an AD user is it own manager.
I can see around 5227 users which are same as numbers of actual users in AD.Answered | 18 Replies | 1859 Views | Created by M. Jawad Hassan Khan - Wednesday, November 2, 2016 12:25 PM | Last reply by M. Jawad Hassan Khan - Sunday, November 6, 2016 8:49 AM -
0 Votes
Powershell script for Ad users
Hi, To add users to a group, we could use powershell command ...Answered | 13 Replies | 2693 Views | Created by adk11 - Wednesday, August 22, 2012 2:47 AM | Last reply by Yan Li_ - Tuesday, August 28, 2012 5:53 AM -
5 Votes
Adding AD Group users to SharePoint groups Using PowerShell
Hi i am facing issue while ensure the use by using above script i am getting the below error while ensuring the user please help to come out of ...Answered | 16 Replies | 10803 Views | Created by Div210 - Tuesday, February 16, 2016 1:27 AM | Last reply by MoreSuperDave - Wednesday, March 14, 2018 7:15 PM -
0 Votes
Powershell to find AD group Change
Hi, Please refer below link on Monitoring AD Privileged Groups using ...Answered | 7 Replies | 4237 Views | Created by PriyabrataSethi - Wednesday, September 2, 2015 5:36 AM | Last reply by Gopi-JiJiTechnologies - Friday, September 4, 2015 10:58 AM -
13 Votes
Powershell Script to obtain current user Group Membership
Also, just wanted to point out that your filter will not work with the primary group or nested groups.Answered | 9 Replies | 63967 Views | Created by Jim Lahey - Thursday, May 6, 2010 8:42 PM | Last reply by Bill_Stewart - Tuesday, March 27, 2012 3:20 PM -
0 Votes
Find Users in specific AD Groups
To get all of the mebers of a group: Get-AdGroupMember 'Domain Users' For multiple groups: $groups | ...Answered | 4 Replies | 1323 Views | Created by mcubac - Friday, August 16, 2019 6:56 PM | Last reply by jrv - Friday, August 16, 2019 10:14 PM -
0 Votes
Powershell - Create an AD group and add users to that group
Import-Csv "H:\PowerShell Scripts\new_conf_groups.csv" | ForEach { $groupname = $_.Answered | 4 Replies | 8248 Views | Created by macrun95 - Wednesday, November 12, 2014 9:11 PM | Last reply by macrun95 - Thursday, November 13, 2014 9:19 PM -
23 Votes
Powershell Script: Add users from an OU to an AD security Group
Hi here are the details To test we exported to a csv file and he out put is correct - it seems to be the second part when the ouput is piped to ...Answered | 22 Replies | 59400 Views | Created by exchinfo - Tuesday, August 28, 2012 2:52 PM | Last reply by Rasika Praz Hewasiliyange - Thursday, April 2, 2020 3:45 AM -
0 Votes
Adding users in groups with powershell
For Add-ADGroupMember, the members have to be in this format : user1,user2,user3 (Separated by commas) The member name have to be either "distinguised ...Answered | 3 Replies | 4440 Views | Created by Marcos Santiago - Wednesday, August 3, 2011 6:35 PM | Last reply by Marcos Santiago - Friday, August 5, 2011 12:59 PM -
0 Votes
Powershell script to find users and groups(admin groups) on non domain machines
Thank you. seen powershell cmdlts for local admin that didnt work, probably why.Answered | 6 Replies | 685 Views | Created by Corey_L - Friday, March 1, 2019 7:33 PM | Last reply by Corey_L - Tuesday, March 5, 2019 10:09 PM -
0 Votes
Powershell script to extract servers from an AD group
Answered | 5 Replies | 587 Views | Created by Hush_IT - Thursday, May 9, 2019 3:32 PM | Last reply by Hush_IT - Friday, May 10, 2019 9:56 AM -
0 Votes
Powershell Script that outputs AD users account info
No, actually I want the output to show group membership of all users...Hence, the need to create a script....Answered | 12 Replies | 733 Views | Created by bb1876 - Monday, April 11, 2016 8:31 PM | Last reply by bb1876 - Tuesday, April 12, 2016 6:09 PM -
0 Votes
powershell script for identifying empty user groups.
This script will go through the webs under the URL provide and output the group name, web name, user count, and permissions to the screen (and variable ...Answered | 7 Replies | 1734 Views | Created by Cooltechie1234 - Wednesday, May 10, 2017 9:56 PM | Last reply by Aravinda_SP - Friday, November 23, 2018 7:43 PM -
1 Votes
Powershell Script ad or remove user into a new group according to their group
I want to test out a few things before I post anything.Answered | 6 Replies | 654 Views | Created by Nightingal - Monday, March 11, 2019 3:04 PM | Last reply by CITLead - Tuesday, March 12, 2019 3:16 PM -
1 Votes
Powershell Script - AD Tasks!!
I'm surprised by the number of requests lately for scripts that, among other things, remove all group memberships from disabled user accounts.Answered | 7 Replies | 2479 Views | Created by PeteyWest - Tuesday, April 23, 2013 6:33 AM | Last reply by Aled_L - Tuesday, April 23, 2013 3:51 PM -
0 Votes
Run script using Powershell for AD
Include the Import-Module statement at the top of your script.Answered | 1 Replies | 849 Views | Created by MikeeMiracle - Monday, January 19, 2015 3:08 PM | Last reply by Braham20 - Monday, January 19, 2015 3:12 PM -
0 Votes
AD group domain migration - Powershell Script
It is one element of certification for advanced AD design and management and is beyond day-to-day user/account management.Answered | 12 Replies | 4946 Views | Created by George Teodor - Monday, October 31, 2016 9:21 AM | Last reply by Alvwan - Tuesday, November 8, 2016 5:48 AM -
1 Votes
powershell script for ad user information
Thanks i am using this new script.Answered | 13 Replies | 9393 Views | Created by sdcisa - Friday, March 23, 2012 1:53 PM | Last reply by jrv - Friday, March 30, 2012 5:47 PM -
1 Votes
Powershell Script for AD maintenance
The memberOf attribute is a collection of the DN's of all groups the user is a direct member of, except their "primary" group (which ...Answered | 6 Replies | 6161 Views | Created by jamccloud - Thursday, April 11, 2013 2:16 PM | Last reply by Yan Li_ - Monday, April 15, 2013 7:00 AM - Items 1 to 20 of 2311972 Next ›
No announcements