-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10c94f4
commit 7870c81
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# K1000-Rename-Computer | ||
# K1000-Rename-Computer | ||
|
||
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: | ||
|
||
Asset Settings: | ||
- Go to Asset > Asset Types > Computer | ||
- Add an asset field called "Desired Name" or something of that sort | ||
- Use MySQL Workbench to lookup what name this new field is assigned | ||
- It should be located in something similar to ORG1.ASSET_DATA_5 (may be different for you) | ||
|
||
Label to target computers with new names: | ||
- Create a smart label that targets computers as such: | ||
"Desired Name" != "" (blank) | ||
|
||
Script Settings: | ||
|