No announcements
Found 1622416 threads
-
1 Votes
how to rename domain computers with powershell script
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/rename-computer?Answered | 1 Replies | 642 Views | Created by 2019_315 - Monday, July 8, 2019 6:07 AM | Last reply by Hamid Sadeghpour Saleh - Monday, July 8, 2019 6:32 AM -
1 Votes
Renaming a Domain Computer with PowerShell
However, you cannot use the method remotely for domain computers.Answered | 10 Replies | 7041 Views | Created by Webtechy - Monday, September 5, 2011 12:26 PM | Last reply by Kazun - Monday, September 5, 2011 3:12 PM -
0 Votes
PowerShell Script to Rename Computer
Does the script you last posted work now?Answered | 11 Replies | 8596 Views | Created by Eric Welshons - Tuesday, February 7, 2012 4:33 PM | Last reply by -Johno- - Friday, February 17, 2012 5:58 AM -
1 Votes
Rename Computer Powershell/CSV
If the PC is not joined to a domain you will need to run elevated to rename the PCs.Answered | 9 Replies | 6672 Views | Created by CM2k - Wednesday, June 27, 2012 9:50 AM | Last reply by jrv - Thursday, June 28, 2012 4:13 PM -
5 Votes
How can I pass the rename-computer credential in a powershell script (.ps1)?
Since you're renaming a computer I see that you're using a Domain Administrator credentials.Answered | 19 Replies | 7552 Views | Created by 2019_315 - Thursday, July 18, 2019 9:08 AM | Last reply by 2019_315 - Wednesday, August 21, 2019 6:06 PM -
0 Votes
Rename computer with Powershell - with input list
how about non domain computer rename scripts?Answered | 10 Replies | 12533 Views | Created by ac2326 - Wednesday, February 9, 2011 5:43 PM | Last reply by iM3th0 - Friday, June 29, 2012 10:33 PM -
2 Votes
how to rename computer account using Powershell 2.0
Or use Rename-Computer (PowerShell 3.0) - works locally and remote...Answered | 20 Replies | 63961 Views | Created by DPE - Monday, October 26, 2009 12:31 PM | Last reply by Arnoud vV - Tuesday, March 4, 2014 9:26 AM -
0 Votes
PowerShell Script / Check If Computer on the Domain
On der server side there are the Active Directory Cmdlets in Windows PowerShell, this seems to be what you want: Inventorying Computers with AD ...Answered | 1 Replies | 1155 Views | Created by technoBooze - Wednesday, July 27, 2016 4:49 PM | Last reply by EckiS - Wednesday, July 27, 2016 8:40 PM -
1 Votes
Rename Computers using Powershell
Hi, you can read the computers from the ADS with the Microsoft cmdlets or the quest cmdlets and export them to a csv no problem.Answered | 1 Replies | 1531 Views | Created by Redinet Support - Thursday, February 7, 2013 8:26 AM | Last reply by Daniel.Sommer - Thursday, February 7, 2013 8:35 AM -
0 Votes
Renaming a computer takes it out of domain
>"The trust relationship between this workstation and the primary Domain failed For this error: you could solve by this command: netdom resetpwd ...Answered | 2 Replies | 365 Views | Created by Deitools - Thursday, January 12, 2017 2:00 PM | Last reply by Hello_2018 - Friday, January 13, 2017 6:00 AM -
0 Votes
Rename and Add Computer to Domain with Single reboot
Dear Team, Could you please share the VB script to rename the current computer and add the same computer to domain with ...Answered | 1 Replies | 1650 Views | Created by Internet Explorer 11 - Automatically-Zooms - Monday, July 18, 2016 4:40 AM | Last reply by aperelli - Monday, July 18, 2016 8:29 AM -
0 Votes
Rename Computer using Powershell fails with cannot establish WMI connection
Use PowerShell to Replace netdom Commands to Join the ...Answered | 4 Replies | 9722 Views | Created by anandprasad89 - Monday, August 22, 2016 10:34 PM | Last reply by Eve Wang - Wednesday, August 24, 2016 1:49 AM -
0 Votes
How to rename bulk computer in the network
Thank you for sharing this script here.Answered | 7 Replies | 982 Views | Created by It EDC - Monday, November 16, 2015 5:30 AM | Last reply by Ethan Hua - Monday, November 30, 2015 1:14 AM -
0 Votes
Rename a set of or indiviaual Domain PC computer name in windows 2003 domain
Hi Alagar, It is possible to rename computers in group policy, but it wouldn't be inteligent enough for what you need.Answered | 2 Replies | 3779 Views | Created by Alagar' - Wednesday, December 8, 2010 11:26 AM | Last reply by Nathan Owen - Wednesday, December 8, 2010 12:39 PM -
0 Votes
Rename Computers Using PowerShell and a CSV File
Found a new script $cred = get-credential $Computers = import-csv c:\temp\rename.csv foreach ($Computer in $Computers){ ...Answered | 4 Replies | 4174 Views | Created by Happywilli - Saturday, October 15, 2016 12:32 PM | Last reply by Richard Mueller - Saturday, October 15, 2016 2:03 PM -
0 Votes
Powershell script--Move Computers
Ask in the PowerShell forum suggested.Answered | 5 Replies | 9881 Views | Created by ktookes75 - Sunday, February 19, 2012 1:31 AM | Last reply by Kazun - Monday, February 20, 2012 9:33 AM -
0 Votes
Powershell script to find shortcuts on remote computers by their target path, and then rename the shortcuts.
Hi Shane, As the forum don't write scripts on users' demand you could check the below prewritten script for example.Answered | 3 Replies | 3717 Views | Created by Shane199098 - Sunday, January 24, 2016 7:51 PM | Last reply by Elaine Jing - Monday, January 25, 2016 8:57 AM -
2 Votes
Rename a computer on a Windows 2008 domain
I was able to rename the computer without any issues.Answered | 4 Replies | 2019 Views | Created by klbullock12030 - Wednesday, March 13, 2013 3:11 PM | Last reply by klbullock12030 - Tuesday, March 19, 2013 2:01 PM -
0 Votes
domain computer rename
'Write All Properties permission on the computer object', how to do this?Answered | 8 Replies | 4978 Views | Created by R nandkishore - Friday, November 5, 2010 11:35 AM | Last reply by Diadem 85 - Saturday, December 8, 2012 10:18 AM -
1 Votes
[SOLVED] - How to Rename a Win 7 Computer Using Powershell (deployment)
I was able to put this short powershell script together which takes care of the renaming .Answered | 41 Replies | 50550 Views | Created by JuliusPIV - Monday, January 11, 2010 3:40 PM | Last reply by Arnoud vV - Tuesday, March 4, 2014 9:28 AM - Items 1 to 20 of 1622416 Next ›
No announcements