Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwhirsch authored Jan 14, 2017
1 parent c2a6501 commit a07d9e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ Label to target computers with new names:
- Create a smart label that targets computers as such:
- "Desired Name" != "" (blank)

Script Settings:
Script Settings:
- Type: Online KScript
- Labels: the smart label you created above
- Operating Systems: Win7+
- Windows Run As: Local System
- Dependencies:
- MySql Data Connector installer MSI
- The powershell script created to rename the computer
Task - Run Batch: powershell -executionpolicy bypass -file "set-name.ps1"
- Task - Run Batch: powershell -executionpolicy bypass -file "set-name.ps1"

What this should do:
- Put any computer you add a "Desired Name" for in it's asset item to a smart label group
- Run the set-name file and rename the computer and restart at midnight
What this should do:
- Put any computer you add a "Desired Name" for in it's asset item to a smart label group
- Run the set-name file and rename the computer and restart at midnight

0 comments on commit a07d9e4

Please sign in to comment.