No announcements
Found 2200470 threads
-
0 Votes
Need some help with move-adobject
Do you still get the "Cannot convert 'System.Object[]' to the type 'System.String'" error from your command above?Answered | 8 Replies | 7606 Views | Created by Ogeccut - Tuesday, July 26, 2016 9:12 PM | Last reply by Richard Mueller - Thursday, July 28, 2016 3:47 PM -
2 Votes
Get-Content & Move-AdObject - Identity?
See the MS docs for limits and examplesAnswered | 12 Replies | 1700 Views | Created by SmokinWaffle - Tuesday, April 10, 2018 11:52 AM | Last reply by jrv - Tuesday, April 10, 2018 2:55 PM -
6 Votes
Move-ADobject challenges
For now I get it to work by using foreach ($name in $Users.sam) { Get-ADUser -Filter {Samaccountname -eq $name} ...Answered | 6 Replies | 676 Views | Created by PBA1211 - Tuesday, July 28, 2020 12:44 PM | Last reply by PBA1211 - Thursday, July 30, 2020 6:06 AM -
2 Votes
Move-ADObject return Access Denied
Hi, If the Protect from Accidental Deletion option is enabled on the OU to be moved, you will get “Access denied” message when you attempt to perform ...Answered | 2 Replies | 13489 Views | Created by Mahdi Tehrani - Sunday, January 27, 2013 7:47 AM | Last reply by Cicely Feng - Monday, January 28, 2013 7:04 AM -
1 Votes
Getting an odd result when trying to move-adobject
You do not need to use DC.Answered | 7 Replies | 1419 Views | Created by Breaker1253 - Monday, March 17, 2014 12:11 AM | Last reply by jrv - Monday, March 17, 2014 3:40 PM -
0 Votes
Get-ADObject giving errors
You can combine the two to get good output from Get-ADObject if all you have is a SamAccountName: Get-ADObject -Identity (Get-ADUser ...Answered | 3 Replies | 8935 Views | Created by RolandD7 - Tuesday, January 28, 2014 7:27 PM | Last reply by Mike Laughlin - Tuesday, January 28, 2014 8:42 PM -
0 Votes
Error moving ADObject to different OU is same domain
You can use ADRestore or AD Recycle Bin to restore it.Answered | 2 Replies | 4315 Views | Created by Exchange_support - Thursday, July 12, 2012 9:06 AM | Last reply by Mr X - Thursday, July 12, 2012 4:48 PM -
0 Votes
Move-ADObject user account from child to parent domain
Which is why I used ot in my example.Answered | 8 Replies | 6143 Views | Created by igibason - Thursday, January 26, 2017 5:50 PM | Last reply by jrv - Wednesday, March 11, 2020 11:46 AM -
1 Votes
Move-ADObjects cmdlet: how do I log output?
If you want to mix both output and error streams, you can mix both streams: ... | Move-ADObject ...Answered | 12 Replies | 4619 Views | Created by Tiiiimmyyyyyyy - Monday, April 22, 2013 7:15 PM | Last reply by Tiiiimmyyyyyyy - Wednesday, April 24, 2013 2:18 PM -
0 Votes
Get-ADObject
$users = get-aduser -SearchBase "dc=contoso,dc=com" -SearchScope Subtree -LDAPFilter "(ipPhone=*)" -ResultSetSize $null -property ipphone foreach ($user in ...Answered | 2 Replies | 7618 Views | Created by barocky82 - Thursday, September 22, 2011 1:05 PM | Last reply by barocky82 - Thursday, September 22, 2011 4:21 PM -
0 Votes
Error With Set ADObject, Cannot Bind Argument
Please let us know if you would like further assistance.Answered | 4 Replies | 2496 Views | Created by eponim - Friday, September 28, 2012 10:47 AM | Last reply by Yan Li_ - Monday, October 1, 2012 5:22 AM -
0 Votes
get-adobject not returning results
You need to convert it to a date using something like [datetime]::FromFileTime(lastLogonTimestamp) This is how I would handle your ...Answered | 2 Replies | 1133 Views | Created by PaulT15 - Wednesday, June 17, 2015 7:31 PM | Last reply by jrv - Wednesday, June 17, 2015 9:08 PM -
0 Votes
Powershell set-adobject -Identity
Get-ADUser jsmith | set-adobject -blah blah blah Brandon Shell [MVP]Answered | 2 Replies | 7957 Views | Created by Stephan-L - Wednesday, August 4, 2010 5:07 PM | Last reply by Stephan-L - Friday, August 6, 2010 7:00 AM -
0 Votes
Fetching the enabled attribute with ADObject.
If you resolve it using your own solution, please share your experience and solution here.Answered | 3 Replies | 2670 Views | Created by Nikul Vyas - Wednesday, August 28, 2019 8:02 PM | Last reply by LeeSeenLi - Friday, September 6, 2019 11:42 AM -
1 Votes
Move-ADObject : The operation could not be performed because the object's parent is either uninstantiated or deleted
Please use "Vote As Helpful", "Mark as answer" or "Propose as answer".Answered | 6 Replies | 21430 Views | Created by tament1 - Tuesday, July 12, 2016 3:13 PM | Last reply by Taher Al wusaibie - Tuesday, July 12, 2016 5:58 PM -
0 Votes
Moving computer objects using PowerShell
Hi KristophZ, Try this $COMPUTERS = get-content \\path\CompObjects.txt $COMPUTERS|Foreach{ try { $computer = $_ ...Answered | 2 Replies | 713 Views | Created by KristophZ - Wednesday, October 28, 2015 9:13 AM | Last reply by KristophZ - Thursday, October 29, 2015 12:58 PM -
0 Votes
Error using Move-ADObject
If you need further help, please feel free to let us know.Proposed | 4 Replies | 1757 Views | Created by Ricardo Cerqueira - Tuesday, January 23, 2018 1:08 PM | Last reply by Albert Ling - Wednesday, January 24, 2018 6:37 AM -
0 Votes
Powrshell Restore-ADObject fails trying to restore multiple deleted Objects
Answered | 7 Replies | 2853 Views | Created by SOMUM - Friday, October 25, 2013 2:33 PM | Last reply by SOMUM - Monday, October 28, 2013 2:51 PM -
4 Votes
Powershell - Move Inactive Computer Objects
I ended up using the Search-ADAccount function and got it to work.Answered | 6 Replies | 2114 Views | Created by SantaCruzSCN - Friday, September 19, 2014 6:23 PM | Last reply by jrv - Friday, September 19, 2014 11:14 PM -
0 Votes
Disable, move and append description
Move-ADObject : The operation could not be performed because the object's parent is either uninstantiated or deleted At line:9 ...Answered | 15 Replies | 951 Views | Created by DRHeinz - Wednesday, May 1, 2019 8:48 PM | Last reply by DRHeinz - Thursday, May 2, 2019 3:13 PM - Items 1 to 20 of 2200470 Next ›
No announcements