Asked by:
need powershell script that create and rename local user in remote machine

Question
-
Hello Expert,
I need powershell script that to create a local user and rename it as "Administrator" name in remote computers.
Thanks
Richa- Moved by Bill_Stewart Wednesday, January 2, 2019 3:19 PM This is not "scripts on demand"
Tuesday, October 30, 2018 5:12 AM
All replies
-
Sorry. Read the following carefully.
Please carefully review the following links to set your expectation for posting in technical forums.
This Forum is for Scripting Questions Rather than script requests
- Microsoft Virtual Academy - Getting Started with Microsoft PowerShell
- PowerShell Documentation
- PowerShell Style Guidelines
- Posting guidelines
- Handy tips for posting to this forum
- How to ask questions in a technical forum
- Rubber duck problem solving
- How to write a bad forum post
- Help Vampires: A Spotter's Guide
- This forum is for scripting questions rather than script requests
\_(ツ)_/
- Edited by jrv Tuesday, October 30, 2018 5:26 AM
Tuesday, October 30, 2018 5:25 AM -
Please do not post colorized code. Use the code posting tool provided on the edit bar.
We do not fix or modify scripts that yu have found on the Internet. If you need someone to do this please contact a consultant.
This forum is for PowerShell scripters nd is for answering specific questions about PowerShell coding. It is not a free consulting or script writing forum.
\_(ツ)_/
Tuesday, October 30, 2018 6:51 AM -
thanks for info..also issue has been resolvedTuesday, October 30, 2018 6:55 AM
-
Good. If you need help with a script you are writing then post here but for scripts you find ask the author. The Gallery has numerous scripts that do what you ask and there is a PowerShell module that will do this.
\_(ツ)_/
Tuesday, October 30, 2018 6:59 AM -
I should point out that having a local account named Administrator that is not the built-in Administrator account is not likely to fool attackers. A sophisticated attacker will identify the actual account by it's well known RID (objectSID).
Richard Mueller - MVP Enterprise Mobility (Identity and Access)
Tuesday, October 30, 2018 9:34 AM -
Yes rightTuesday, October 30, 2018 10:12 AM