├── LICENSE ├── README.md ├── bindMachineToActiveDirectory ├── LICENSE ├── README.md └── bindMachineToActiveDirectory.sh ├── flushDNS ├── LICENSE ├── README.md └── flushDNS.sh ├── installPrinterFromWindowsPrintServer ├── LICENSE ├── README.md └── installPrinterFromWindowsPrintServer.sh ├── migrateLocalUserToADDomainUser ├── LICENSE ├── README.md └── migrateLocalUserToADDomainUser.sh ├── reconUsername ├── LICENSE ├── README.md └── reconUsername.sh ├── setWirelessPreferences ├── LICENSE ├── README.md └── setWirelessPreferences.sh └── triggerPolicyWhenProcessNotRunning ├── LICENSE ├── README.md └── triggerPolicyWhenProcessNotRunning.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/README.md -------------------------------------------------------------------------------- /bindMachineToActiveDirectory/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/bindMachineToActiveDirectory/LICENSE -------------------------------------------------------------------------------- /bindMachineToActiveDirectory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/bindMachineToActiveDirectory/README.md -------------------------------------------------------------------------------- /bindMachineToActiveDirectory/bindMachineToActiveDirectory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/bindMachineToActiveDirectory/bindMachineToActiveDirectory.sh -------------------------------------------------------------------------------- /flushDNS/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/flushDNS/LICENSE -------------------------------------------------------------------------------- /flushDNS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/flushDNS/README.md -------------------------------------------------------------------------------- /flushDNS/flushDNS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/flushDNS/flushDNS.sh -------------------------------------------------------------------------------- /installPrinterFromWindowsPrintServer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/installPrinterFromWindowsPrintServer/LICENSE -------------------------------------------------------------------------------- /installPrinterFromWindowsPrintServer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/installPrinterFromWindowsPrintServer/README.md -------------------------------------------------------------------------------- /installPrinterFromWindowsPrintServer/installPrinterFromWindowsPrintServer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/installPrinterFromWindowsPrintServer/installPrinterFromWindowsPrintServer.sh -------------------------------------------------------------------------------- /migrateLocalUserToADDomainUser/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/migrateLocalUserToADDomainUser/LICENSE -------------------------------------------------------------------------------- /migrateLocalUserToADDomainUser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/migrateLocalUserToADDomainUser/README.md -------------------------------------------------------------------------------- /migrateLocalUserToADDomainUser/migrateLocalUserToADDomainUser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/migrateLocalUserToADDomainUser/migrateLocalUserToADDomainUser.sh -------------------------------------------------------------------------------- /reconUsername/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/reconUsername/LICENSE -------------------------------------------------------------------------------- /reconUsername/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/reconUsername/README.md -------------------------------------------------------------------------------- /reconUsername/reconUsername.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/reconUsername/reconUsername.sh -------------------------------------------------------------------------------- /setWirelessPreferences/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/setWirelessPreferences/LICENSE -------------------------------------------------------------------------------- /setWirelessPreferences/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/setWirelessPreferences/README.md -------------------------------------------------------------------------------- /setWirelessPreferences/setWirelessPreferences.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/setWirelessPreferences/setWirelessPreferences.sh -------------------------------------------------------------------------------- /triggerPolicyWhenProcessNotRunning/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/triggerPolicyWhenProcessNotRunning/LICENSE -------------------------------------------------------------------------------- /triggerPolicyWhenProcessNotRunning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/triggerPolicyWhenProcessNotRunning/README.md -------------------------------------------------------------------------------- /triggerPolicyWhenProcessNotRunning/triggerPolicyWhenProcessNotRunning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScottBlake/mac_scripts/HEAD/triggerPolicyWhenProcessNotRunning/triggerPolicyWhenProcessNotRunning.sh --------------------------------------------------------------------------------