├── ADMX Custom Policies - STIG ├── Google Chrome v97 - STIG.json └── Readme ├── AddToRemoteDesktopUsers.ps1 ├── CheckSelfDeploying.ps1 ├── CmtraceIntune.zip ├── ConnectDrives.zip ├── Custom Compliance ├── Get-CredentialGuardCompliance.json ├── Get-CredentialGuardStatus.ps1 └── Readme ├── Dell Bios ├── DellSmBios-SetAdmPass.ps1 └── Readme ├── DesktopAppInstaller CSP Custom policy ├── Windows - Desktop App Installer Config.json └── readme ├── Edge Security Baseline 107 Settings catalog ├── Edge Baseline v107-109.json ├── EdgeAdditional.ps1 └── Readme ├── HP ├── HPClientMgmt-SetAdmPass.ps1 └── Readme ├── Make Enrolled user local admin └── SetLocalAdmin.ps1 ├── README.md ├── ReinstallWin32App ├── Readme ├── Reinstall-RemoteHelp-Detect.ps1 └── Reinstall-Remotehelp-Remediate.ps1 ├── RemoveAppsIntune.zip ├── SwitchFirewall ├── Readme └── SwitchFirewall.zip └── Windows MDM Security Baseline Settings Catalog └── readme /ADMX Custom Policies - STIG/Google Chrome v97 - STIG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/ADMX Custom Policies - STIG/Google Chrome v97 - STIG.json -------------------------------------------------------------------------------- /ADMX Custom Policies - STIG/Readme: -------------------------------------------------------------------------------- 1 | I will upload and maintain custom ADMX Ingestion based policies here. 2 | -------------------------------------------------------------------------------- /AddToRemoteDesktopUsers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/AddToRemoteDesktopUsers.ps1 -------------------------------------------------------------------------------- /CheckSelfDeploying.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/CheckSelfDeploying.ps1 -------------------------------------------------------------------------------- /CmtraceIntune.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/CmtraceIntune.zip -------------------------------------------------------------------------------- /ConnectDrives.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/ConnectDrives.zip -------------------------------------------------------------------------------- /Custom Compliance/Get-CredentialGuardCompliance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/Custom Compliance/Get-CredentialGuardCompliance.json -------------------------------------------------------------------------------- /Custom Compliance/Get-CredentialGuardStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/Custom Compliance/Get-CredentialGuardStatus.ps1 -------------------------------------------------------------------------------- /Custom Compliance/Readme: -------------------------------------------------------------------------------- 1 | This folder contains Custom Compliance samples 2 | -------------------------------------------------------------------------------- /Dell Bios/DellSmBios-SetAdmPass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/Dell Bios/DellSmBios-SetAdmPass.ps1 -------------------------------------------------------------------------------- /Dell Bios/Readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /DesktopAppInstaller CSP Custom policy/Windows - Desktop App Installer Config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/DesktopAppInstaller CSP Custom policy/Windows - Desktop App Installer Config.json -------------------------------------------------------------------------------- /DesktopAppInstaller CSP Custom policy/readme: -------------------------------------------------------------------------------- 1 | Example Desktop App installer CSP policy 2 | -------------------------------------------------------------------------------- /Edge Security Baseline 107 Settings catalog/Edge Baseline v107-109.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/Edge Security Baseline 107 Settings catalog/Edge Baseline v107-109.json -------------------------------------------------------------------------------- /Edge Security Baseline 107 Settings catalog/EdgeAdditional.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/Edge Security Baseline 107 Settings catalog/EdgeAdditional.ps1 -------------------------------------------------------------------------------- /Edge Security Baseline 107 Settings catalog/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/Edge Security Baseline 107 Settings catalog/Readme -------------------------------------------------------------------------------- /HP/HPClientMgmt-SetAdmPass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/HP/HPClientMgmt-SetAdmPass.ps1 -------------------------------------------------------------------------------- /HP/Readme: -------------------------------------------------------------------------------- 1 | Sample script to configure HP Bios using PowerShell 2 | -------------------------------------------------------------------------------- /Make Enrolled user local admin/SetLocalAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/Make Enrolled user local admin/SetLocalAdmin.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/README.md -------------------------------------------------------------------------------- /ReinstallWin32App/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/ReinstallWin32App/Readme -------------------------------------------------------------------------------- /ReinstallWin32App/Reinstall-RemoteHelp-Detect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/ReinstallWin32App/Reinstall-RemoteHelp-Detect.ps1 -------------------------------------------------------------------------------- /ReinstallWin32App/Reinstall-Remotehelp-Remediate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/ReinstallWin32App/Reinstall-Remotehelp-Remediate.ps1 -------------------------------------------------------------------------------- /RemoveAppsIntune.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/RemoveAppsIntune.zip -------------------------------------------------------------------------------- /SwitchFirewall/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/SwitchFirewall/Readme -------------------------------------------------------------------------------- /SwitchFirewall/SwitchFirewall.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/SwitchFirewall/SwitchFirewall.zip -------------------------------------------------------------------------------- /Windows MDM Security Baseline Settings Catalog/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ccmexec/Intune-MEM/HEAD/Windows MDM Security Baseline Settings Catalog/readme --------------------------------------------------------------------------------