Files
Intune/intune/Externally Sourced Remediations/DeviceConfiguration/README.md
2025-05-19 15:19:36 -04:00

3.0 KiB

Device Configuration

Get-CorporateCertificate

Link

  • Detection: Checks for a specific certificate is installed (requires modification based on your requirements).
  • Remediation: Installs the missing certificate from a file path.

Get-CorporateVPN

Link

  • Detection: Checks for a specific VPN Connection is configured (requires modification based on your requirements).
  • Remediation: Configures the missing VPN Connection.

Get-CustomWallpaper

Link

  • Detection: Checks for a specific wallpaper is configured (requires modification based on your requirements).
  • Remediation: Configures the custom wallpaper.

Get-DriveMapping

Link

  • Detection: Checks for a specific mapped drive (requires modification based on your requirements).
  • Remediation: Maps the missing drive if it is not located.

Get-LocalDNSSettings

Link

  • Detection: Checks for a specific DNS Setting on your Ethernet (requires modification based on your requirements).
  • Remediation: Configures the Local DNS settings if it is incorrect.

Get-OfficeTemplates

Link

  • Detection: Checks the Templates folder for a specific template file within Program Files repo.
  • Remediation: Will copy a template file from a network share to the Program Files repo.

Get-OutlookTemplate

Link

  • Detection: Checks the NormalEmail.dotm file within AppData associated to Outlook Emails.
  • Remediation: Will copy the NormalEmail.dotm file from a network share to the AppData repo.

Get-TimeZone

Link

  • Detection: Checks for a specific Time Zone (requires modification based on your requirements).
  • Remediation: Corrects the endpoint's Time Zone if it is incorrect.

Get-UAC

Link

  • Detection: Checks if UAC is enabled.
  • Remediation: Enables UAC if it is disabled.

Get-WDAC

Link

  • Detection: Checks for a specific WDAC Policy (requires modification based on your requirements).
  • Remediation: Corrects the endpoint's WDAC Policy if it is not detected.