No announcements
Found 2038495 threads
-
0 Votes
Help with Remove-ADGroupMember
I get "Remove-ADGroupMember : Cannot validate argument on parameter 'Identity'.Answered | 5 Replies | 3367 Views | Created by Dsmyth1915 - Thursday, June 4, 2015 12:36 AM | Last reply by jrv - Thursday, June 4, 2015 1:23 PM -
78 Votes
Remove-ADGroupmember disable confirm prompt
Thanks, just what I needed - the answer !Answered | 13 Replies | 126672 Views | Created by mario.exe - Thursday, April 19, 2012 11:15 PM | Last reply by stroper13 - Friday, August 30, 2019 5:57 PM -
2 Votes
Remove-ADGroupMember based on MemberOf
You need to use th whole DN to use contains.Answered | 6 Replies | 545 Views | Created by MHem - Saturday, August 22, 2020 2:50 PM | Last reply by MHem - Monday, August 24, 2020 7:14 AM -
0 Votes
Converting "System.Windows.Forms.TextBox to use with Remove-ADGroupMember
This is what i have: $Button_Stage_Click= { #TODO: Place custom script here Write-Host ...Answered | 3 Replies | 972 Views | Created by Ogeccut - Monday, August 1, 2016 6:55 PM | Last reply by jrv - Monday, August 1, 2016 8:56 PM -
0 Votes
about Remove-ADGroupMember
Adding/removing members from another forest or domain to groups in Active DirectoryAnswered | 3 Replies | 3653 Views | Created by DKmolko - Thursday, May 2, 2013 2:33 AM | Last reply by Kazun - Monday, May 6, 2013 8:46 AM -
2 Votes
Error using Remove-ADGroupMember with -Confirm parameter
When I attempt to use the Remove-ADGroupMember commandlet with the -Confirm parameter, I get the following error: Command: ...Answered | 1 Replies | 2988 Views | Created by Nate Cosgrove - Friday, January 29, 2016 7:53 PM | Last reply by Mike Laughlin - Friday, January 29, 2016 7:55 PM -
1 Votes
Need help with PS script
$tsusersreport = Get-ADGroupMember -id "terminal users" | Get-ADGroupMember | get-aduser -Properties Description | select name, description -Unique | Sort ...Answered | 2 Replies | 2404 Views | Created by AMindaugas - Tuesday, July 17, 2012 7:06 AM | Last reply by AMindaugas - Tuesday, July 17, 2012 7:22 AM -
0 Votes
Script kinda buggy, need some help
Fun update: While the script works, my peer who manages the process in which we would use this script informed me that it's more than just the ...Answered | 14 Replies | 753 Views | Created by Obujuwami - Tuesday, May 10, 2016 5:59 PM | Last reply by Mike Laughlin - Tuesday, May 17, 2016 4:18 PM -
0 Votes
Add-AdGroupMember
I used your code but it wasn't helpful in my situation.Answered | 5 Replies | 693 Views | Created by Avellano81 - Monday, May 6, 2019 9:38 AM | Last reply by jrv - Monday, May 6, 2019 1:42 PM -
0 Votes
Exporting ADGroupMember results to CSV
Try this (remove info u dont need) $Groups = Get-ADGroup -Filter {name -like "FIL_*"} $myCol = @() ForEach ($Group in ...Answered | 4 Replies | 1929 Views | Created by Caleb Deane - Wednesday, July 15, 2015 3:20 AM | Last reply by Mekac - Wednesday, July 15, 2015 12:22 PM -
0 Votes
At wits end with add-adgroupmember
I left the file as is and just did this with the script - import-module ActiveDirectory import-csv C:\cache\lighterside.csv | ...Answered | 12 Replies | 1180 Views | Created by DanderMYDOSDruid - Sunday, May 8, 2016 10:18 PM | Last reply by Aliyani Sabrey - Tuesday, May 10, 2016 12:14 AM -
0 Votes
A Script needs Improvement
While I try to stay out of those discussions, I can point you to a few references that may or may not help.Answered | 3 Replies | 638 Views | Created by iM3th0 - Wednesday, October 19, 2016 2:46 PM | Last reply by jrv - Wednesday, October 19, 2016 8:11 PM -
0 Votes
Get-ADGroupMember Output Formatting
This should work in V3+ Also, just FYI - you're generally supposed to mark the posts that helped you as answers, not your own reply to them.Answered | 4 Replies | 10742 Views | Created by jclarkemmis - Friday, March 28, 2014 5:35 PM | Last reply by Mike Laughlin - Friday, March 28, 2014 7:40 PM -
1 Votes
Get-AdGroupMember in a FOREACH loop with variables
If it were up to me, I'd give you what I needed to, in order to help you help me :)Answered | 11 Replies | 21638 Views | Created by Robert Little - Tuesday, February 7, 2012 6:48 PM | Last reply by mjolinor - Wednesday, February 8, 2012 4:39 PM -
0 Votes
Guru's - Need help on script
That was easy, thanks sometime you need only the basics Inderjit Glad it helped, please mark my ...Answered | 3 Replies | 930 Views | Created by IJSingh - Thursday, June 11, 2015 10:34 AM | Last reply by Antoine Delrue - Thursday, June 11, 2015 12:18 PM -
0 Votes
need Script to remove language packs
We need a script and push via GPO/SCCM.Answered | 1 Replies | 1754 Views | Created by SGTWTF22 - Monday, June 13, 2016 3:51 PM | Last reply by Carl Fan - Tuesday, June 14, 2016 9:17 AM -
0 Votes
Remove-ADGroupMember from groups imported from csv with names like...
Something like this: Remove-ADGroupMember -Identity $_.group -Members (Get-ADGroupMember -Identity $_.group | Where { $_.Name -like 'e*' -or ...Answered | 5 Replies | 954 Views | Created by WorkingSmarterIn2015 - Tuesday, September 1, 2015 2:41 PM | Last reply by Mike Laughlin - Tuesday, September 1, 2015 3:29 PM -
0 Votes
Inconsitent Results from Test-ADGroupMember
Thanks again for your help.Answered | 11 Replies | 1029 Views | Created by Nathan Sutton - Thursday, April 28, 2016 9:55 PM | Last reply by jrv - Wednesday, May 4, 2016 2:08 AM -
1 Votes
Attempting to remove aduser from all groups error in script please help
Yes the issue is that rarely have I found a script that needs no tweaking to get it working.Answered | 13 Replies | 866 Views | Created by NarlyAdmin - Tuesday, July 31, 2018 11:38 PM | Last reply by Richard Mueller - Friday, August 3, 2018 12:30 AM -
0 Votes
How to use Get-ADGroupMember
Example: Get-ADGroupMember -Identity $Group | Get-Member Now you will notice, that the output of Get-ADGroupMember does not have the ...Answered | 2 Replies | 5207 Views | Created by Pwrshelllrn - Tuesday, February 9, 2016 5:13 PM | Last reply by FWN - Tuesday, February 9, 2016 5:50 PM - Items 1 to 20 of 2038495 Next ›
No announcements