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
| @echo off | |
| setlocal EnableExtensions EnableDelayedExpansion | |
| REM ===== CONFIG ===== | |
| set "GROUPTAG=SHAREDPC" | |
| REM Optional: set the Object ID of your AAD device group if you prefer Add-To-Group | |
| REM instead of a dynamic rule. Leave blank to skip. | |
| set "ADDTOGROUP_OBJECTID=" | |
| echo Checking internet connectivity... |