├── Add_Devices_From_Excel_To_Zone.ps1 ├── Add_Devices_From_Excel_To_Zone.xlsx ├── Backup-Tenant.ps1 ├── Devices_With_Threats.ps1 ├── Download_Trusted_Local_files.ps1 ├── Get-All-TDRs.md ├── Get-All-TDRs.ps1 ├── HashesFromExcel.ps1 ├── HashesFromExcel.xlsx ├── Identify_Duplicate_Devices-README.md ├── Identify_Duplicate_Devices.ps1 ├── Identify_Duplicate_Devices_by_MAC.ps1 ├── Identify_NonDomain_Devices.ps1 ├── LICENSE ├── Migration.ps1 ├── README.md ├── Report_AD_Coverage.ps1 ├── Waive_Device_Threats-README.md └── Waive_Device_Threats.ps1 /Add_Devices_From_Excel_To_Zone.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Add_Devices_From_Excel_To_Zone.ps1 -------------------------------------------------------------------------------- /Add_Devices_From_Excel_To_Zone.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Add_Devices_From_Excel_To_Zone.xlsx -------------------------------------------------------------------------------- /Backup-Tenant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Backup-Tenant.ps1 -------------------------------------------------------------------------------- /Devices_With_Threats.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Devices_With_Threats.ps1 -------------------------------------------------------------------------------- /Download_Trusted_Local_files.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Download_Trusted_Local_files.ps1 -------------------------------------------------------------------------------- /Get-All-TDRs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Get-All-TDRs.md -------------------------------------------------------------------------------- /Get-All-TDRs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Get-All-TDRs.ps1 -------------------------------------------------------------------------------- /HashesFromExcel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/HashesFromExcel.ps1 -------------------------------------------------------------------------------- /HashesFromExcel.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/HashesFromExcel.xlsx -------------------------------------------------------------------------------- /Identify_Duplicate_Devices-README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Identify_Duplicate_Devices-README.md -------------------------------------------------------------------------------- /Identify_Duplicate_Devices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Identify_Duplicate_Devices.ps1 -------------------------------------------------------------------------------- /Identify_Duplicate_Devices_by_MAC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Identify_Duplicate_Devices_by_MAC.ps1 -------------------------------------------------------------------------------- /Identify_NonDomain_Devices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Identify_NonDomain_Devices.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /Migration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Migration.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/README.md -------------------------------------------------------------------------------- /Report_AD_Coverage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Report_AD_Coverage.ps1 -------------------------------------------------------------------------------- /Waive_Device_Threats-README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Waive_Device_Threats-README.md -------------------------------------------------------------------------------- /Waive_Device_Threats.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jan-tee/cycli-examples/HEAD/Waive_Device_Threats.ps1 --------------------------------------------------------------------------------