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
# Resource group and NSG name | |
$resourceGroupName = 'RESOURCE_GROUP_NAME' | |
$nsgName = 'NETWORK_SECURITY_GROUP_NAME' | |
# Path to the file containing IP ranges | |
$ipRangesFile = 'IP_RANGE_FILE_PATH' | |
# Read IP ranges from file | |
$ipRanges = Get-Content $ipRangesFile |
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
HDMI 1: | |
am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2f.hdmi.HDMIInputService%2fHW4 -n com.mediatek.wwtv.tvcenter/.nav.TurnkeyUiMainActivity | |
HDMI 2: | |
am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2f.hdmi.HDMIInputService%2fHW5 -n com.mediatek.wwtv.tvcenter/.nav.TurnkeyUiMainActivity | |
HDMI 3: | |
am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2f.hdmi.HDMIInputService%2fHW6 -n com.mediatek.wwtv.tvcenter/.nav.TurnkeyUiMainActivity |