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 7870c81 commit c2a6501
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
This script is still being finalized and is only intended as a starting point for people, please use at your own risk.

Workstation Requirements:
Windows 7 or newer (Windows Management Framework 4.0 is required for Windows 7)
MySQL Data Connector (installed via K1000 script)

K1000 Settings and Script Settings:
- Windows 7 or newer (Windows Management Framework 4.0 is required for Windows 7)
- MySQL Data Connector (installed via K1000 script)

Asset Settings:
- Go to Asset > Asset Types > Computer
Expand All @@ -16,7 +14,18 @@ Asset Settings:

Label to target computers with new names:
- Create a smart label that targets computers as such:
"Desired Name" != "" (blank)
- "Desired Name" != "" (blank)

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"

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 c2a6501

Please sign in to comment.