No announcements
Found 1957066 threads
-
0 Votes
Moving users and computers in domain
When using admt to move users and computers, will the trasfered users group policy update to whatever domain B has?Answered | 15 Replies | 3535 Views | Created by hoosier1077 - Monday, February 20, 2012 1:01 PM | Last reply by Awinish - Friday, February 24, 2012 5:24 AM -
0 Votes
Computer Object Management - How to move computer from one domain to another?
1) How to move a computer object from one domain to another domain (child domain)?Answered | 4 Replies | 23678 Views | Created by radhakrishnan88 - Friday, June 29, 2012 11:18 AM | Last reply by Awinish - Friday, June 29, 2012 1:09 PM -
0 Votes
Moving computer objects using PowerShell
Hi KristophZ, Try this $COMPUTERS = get-content \\path\CompObjects.txt $COMPUTERS|Foreach{ try { ...Answered | 2 Replies | 746 Views | Created by KristophZ - Wednesday, October 28, 2015 9:13 AM | Last reply by KristophZ - Thursday, October 29, 2015 12:58 PM -
0 Votes
GPO to move computer object
However, added to others suggestions, if your requirement is to move computers as soon as they added to domain, please refer below.Answered | 4 Replies | 2766 Views | Created by Strahle_fz - Monday, May 9, 2016 11:40 AM | Last reply by Devaraj G - Monday, May 9, 2016 5:44 PM -
1 Votes
Using PowerShell to Move a Group of Computers
So now after attempting to move some computers (roughly 2,500), I am receiving this error.Answered | 16 Replies | 2659 Views | Created by bweav111 - Wednesday, June 19, 2013 2:03 AM | Last reply by jrv - Wednesday, June 19, 2013 9:56 PM -
2 Votes
How to move new Windows 8 file swapfile.sys to another drive?
Windows 8 has a new swapping / paging file called swapfile.sys.Answered | 6 Replies | 20783 Views | Created by ph0b0s123 - Sunday, December 23, 2012 2:49 PM | Last reply by LavendarGeode - Tuesday, February 5, 2019 9:14 AM -
1 Votes
Moving Computer to Another OU
For example, I have an OU named "New York" and inside this OU is another OU named "NYComputers".Answered | 8 Replies | 1032 Views | Created by lorenze - Thursday, September 15, 2016 1:35 PM | Last reply by Mike Laughlin - Monday, September 19, 2016 6:07 PM -
0 Votes
Moving parent vhdx file to new folder
Therefore, you move the parent - you must edit the children to point to the new parent location.Answered | 6 Replies | 3690 Views | Created by Karl_PCGuy - Monday, March 21, 2016 1:14 PM | Last reply by Karl_PCGuy - Thursday, March 24, 2016 8:51 AM -
4 Votes
Script for Moving List of Computers to OU
I have only one DC and one OU and like to move ALL computers to OU withouth file list.Answered | 9 Replies | 34582 Views | Created by Matthewleeprice - Monday, May 12, 2014 4:03 PM | Last reply by JimmyTheS - Friday, April 12, 2019 9:45 PM -
0 Votes
Offline files policy won't apply without moving computer object
Specifically, the "Allow or Disallow use of the Offline Files Feature" policy.Answered | 1 Replies | 3777 Views | Created by Dan Byne - Tuesday, November 16, 2010 3:46 PM | Last reply by Guy Yardeni - Tuesday, November 16, 2010 10:26 PM -
0 Votes
Moving mailboxes to a new database, question on log files
Move users from database A on lun1 to a new database B on a different lun2.Answered | 1 Replies | 4073 Views | Created by chmeehan - Wednesday, April 29, 2009 12:36 PM | Last reply by Amit Tank - Wednesday, April 29, 2009 1:00 PM -
0 Votes
Move computer to OU during OSD
Niall explains it ...Answered | 2 Replies | 1996 Views | Created by Murkelmuffla - Friday, September 8, 2017 6:19 AM | Last reply by Murkelmuffla - Wednesday, September 20, 2017 11:14 AM -
0 Votes
Script to move computers from different txt files to different OUs
Please also take time to learn how to post a question.Answered | 10 Replies | 752 Views | Created by LiviuSob - Friday, October 19, 2018 6:27 PM | Last reply by jrv - Saturday, October 20, 2018 12:42 PM -
6 Votes
Moving Outlook Express messages to Outlook 2010 onto new computer
So why did you move the file from the pen drive to the computer.Answered | 45 Replies | 157261 Views | Created by Ron McGrath - Friday, July 16, 2010 12:47 AM | Last reply by glnzglnz - Sunday, January 6, 2019 3:41 PM -
1 Votes
Move Computer Accounts from Computers container to OU
Delegate moving user, group and computer accounts between Organizational Units in Active ...Answered | 7 Replies | 10639 Views | Created by Fernando Chanco - Thursday, December 12, 2013 5:03 AM | Last reply by Mr X - Sunday, December 15, 2013 12:26 PM -
3 Votes
Moving data file from to a new location
There are two ways to go about doing this task, detaching the database from the SQL Server Instance, moving the files to the new location in the operating ...Answered | 5 Replies | 1038 Views | Created by Samantha v - Wednesday, December 9, 2015 1:02 PM | Last reply by Satish Kumar Gajula - Wednesday, December 9, 2015 8:09 PM -
0 Votes
Moving outlook 365 file from old PC to new PC
If so, you need to move these PST files to the new computer.Answered | 1 Replies | 4779 Views | Created by DFCfrisco - Friday, June 3, 2016 1:14 PM | Last reply by Steve Fan - Monday, June 6, 2016 5:56 AM -
0 Votes
Powershell script--Move Computers
$DomainName = (Get-ADDomain).DistinguishedName $NewComputers = Get-ADComputer -filter * -SearchBase "CN=Computers,$DomainName" ForEach ($Computer in ...Answered | 5 Replies | 9979 Views | Created by ktookes75 - Sunday, February 19, 2012 1:31 AM | Last reply by Kazun - Monday, February 20, 2012 9:33 AM -
0 Votes
Move Computer account AD to multiple OU from csv file
Hi Puffydee, you can import csv files using the ...Answered | 8 Replies | 1451 Views | Created by puffydee13 - Thursday, October 6, 2016 12:41 PM | Last reply by Richard Mueller - Thursday, October 6, 2016 1:20 PM -
0 Votes
Move computer to OU by computer name
Get-ADComputer -Filter {Name -like "FS*"} | Where-Object {$_.distinguishedName -notmatch "OU=Domain Servers"} | Move-ADObject ...Answered | 4 Replies | 4734 Views | Created by Rajeshkodali - Friday, June 3, 2011 10:51 AM | Last reply by A.Hultgren - Friday, June 3, 2011 9:44 PM
No announcements