Jump to content


  • 0
txhockeyman

Rename Domain Joined Computer Powershell

Question

Looking to rename but have no idea how to package this.

My script is below and think I'd have to bypass execution policy.

 

Rename-Computer -NewName "PC0001" -DomainCredential Domain01\Admin01 -Restart

 

Just not sure how to create a package for something like this..

 

Thanks for any replies.

 

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Why spend time packaging and deploying?

If you are a domain admin just use this script to rename remotely instead.

 

Rename-Computer -Computername "PC0001" -NewName "PC0002" -DomainCredential Domain01\Admin01 -Force -Restart

Edited by ericl1996

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.