This file contains hidden or 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
# | |
# ATEM Legato Stream Deck controler | |
# | |
# By Ian Morrish | |
# https://ianmorrish.wordpress.com | |
# | |
# Disable display and sleep mode timeouts | |
function DisableSleepTimeout { | |
Write-Host "Disabling display and sleep mode timeouts..." |
This file contains hidden or 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
| | Node 1 | Node 2 | Node 3 | Admin PC | | |
|---------------------------|-------------|-------------|-------------|-------------| | |
| Host IP address | 172.0.3.10 | 172.0.3.20 | 172.0.3.30 | 172.0.0.1 | | |
| Host subnet mask | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 | | |
| Host gateway | 172.0.0.1 | 172.0.0.1 | 172.0.0.1 | | | |
| Controller VM IP address | 172.0.0.10 | 172.0.0.20 | 172.0.0.30 | | | |
| Controller VM subnet mask | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 | | | |
| Controller VM gateway | 172.0.0.1 | 172.0.0.1 | 172.0.0.1 | | |