A colleciton of Powershell Scripts for Setup of Crestron Hardware
Table of Contents
No one likes manually creating documentation. Typing Mac address and serial numbers. Creating IP address lists. Manually assigning them to devices. Then Uploading firmware to sometimes hundreds of devies. Not fun at all. This is a collection of scripts I have written for use on my projects. Posting them here for me to keep up with them as well as share with others.
These Scripts are to be used by Authorized Crestron users only and they require installation of Crestron software including toolbox and the Crestron EDK for Powershell. These scripts were tested on Powershell version 5.1.19041.906
Simply runs discovery on your network and outputs the relative info to a CSV file in your Documents folder with a date/Time stamp in the file name. Allows for copy/paste or modification to create useful documentation.
Reads info from a CSV file. Opens a connection to device at CurrentIP and sets the new IPAddress, IPMask, DefRouter, and IP Table, Disables DHCP and then reboots the device. This is used in conjunction with Discover to CSV
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/intellectualrockstar/CrestronScripts