├── Defender ├── Clean-MDEIndicators │ ├── Clean-MDEIndicators.ps1 │ └── README.md ├── ConvertTo-NRT │ ├── ConvertTo-NRT.ps1 │ └── readme.md ├── Delete-Indicator.ps1 ├── Get-HuntingData.ps1 ├── Get-WDSI5.ps1 ├── Get-WDSI7.ps1 └── readme.md ├── JiTAuto.ps1 ├── LICENSE ├── Make-AVnoise.ps1 └── README.md /Defender/Clean-MDEIndicators/Clean-MDEIndicators.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/Clean-MDEIndicators/Clean-MDEIndicators.ps1 -------------------------------------------------------------------------------- /Defender/Clean-MDEIndicators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/Clean-MDEIndicators/README.md -------------------------------------------------------------------------------- /Defender/ConvertTo-NRT/ConvertTo-NRT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/ConvertTo-NRT/ConvertTo-NRT.ps1 -------------------------------------------------------------------------------- /Defender/ConvertTo-NRT/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/ConvertTo-NRT/readme.md -------------------------------------------------------------------------------- /Defender/Delete-Indicator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/Delete-Indicator.ps1 -------------------------------------------------------------------------------- /Defender/Get-HuntingData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/Get-HuntingData.ps1 -------------------------------------------------------------------------------- /Defender/Get-WDSI5.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/Get-WDSI5.ps1 -------------------------------------------------------------------------------- /Defender/Get-WDSI7.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/Get-WDSI7.ps1 -------------------------------------------------------------------------------- /Defender/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Defender/readme.md -------------------------------------------------------------------------------- /JiTAuto.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/JiTAuto.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/LICENSE -------------------------------------------------------------------------------- /Make-AVnoise.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/Make-AVnoise.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cventour/PoSH/HEAD/README.md --------------------------------------------------------------------------------