https://github.com/evotecit/microsoftintune
Microsoft Intune Scripts providing detect & remediation functionality for stuff that is hard or impossible to do with just Intune Settings
https://github.com/evotecit/microsoftintune
intune powershell scripts
Last synced: 10 months ago
JSON representation
Microsoft Intune Scripts providing detect & remediation functionality for stuff that is hard or impossible to do with just Intune Settings
- Host: GitHub
- URL: https://github.com/evotecit/microsoftintune
- Owner: EvotecIT
- Created: 2025-04-08T10:58:20.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-17T11:17:17.000Z (10 months ago)
- Last Synced: 2025-04-23T15:15:57.389Z (10 months ago)
- Topics: intune, powershell, scripts
- Language: PowerShell
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Intune Scripts
This repository contains PowerShell scripts to manage and enforce security policies on Windows devices through Microsoft Intune. These scripts are designed to help organizations comply with security best practices and enhance the overall security posture of their devices.
Since Intune does not support the direct application of security policies, these scripts can be deployed as Intune scripts to configure and enforce security settings on Windows devices.
## Available Scripts
### Password Policy Settings
- **Detect-PasswordPolicy.ps1**: Detects compliance with password policy settings.
- **Remediate-PasswordPolicy.ps1**: Configures password policy settings to meet security requirements.
### Account Lockout Settings
- **Detect-AccountLockoutSettings.ps1**: Detects compliance with account lockout settings.
- **Remediate-AccountLockoutSettings.ps1**: Configures account lockout settings to meet security requirements.
### Local Security Authority (LSA) Protection
- **Detect-LsaProtection.ps1**: Detects if LSA protection is enabled.
- **Remediate-LsaProtection.ps1**: Enables LSA protection to prevent credential theft.
### Disable Domain Credentials Storage
- **Detect-DisableDomainCreds.ps1**: Detects if credential storage is disabled.
- **Remediate-DisableDomainCreds.ps1**: Disables credential storage for network authentication.
## Usage
- Refer to the `.SYNOPSIS` and `.EXAMPLE` sections in each script for detailed usage instructions.
- Ensure you have administrative privileges to execute these scripts.