Skip to content

Instantly share code, notes, and snippets.

View okieselbach's full-sized avatar

Oliver Kieselbach okieselbach

View GitHub Profile
<#
Version: 1.0
Author: Oliver Kieselbach
Script: Unregister-DOScript.ps1
Description:
Unregister the scheduled task and delete DO registry key
Release notes:
Version 1.0: Original published version.
<#
Version: 1.1
Author: Oliver Kieselbach
Script: Register-DOScript.ps1
Description:
Register a PS script as scheduled task to query DHCP for option 234 to get Group ID GUID
Release notes:
Version 1.0: Original published version.
@okieselbach
okieselbach / IntunePSTemplate.ps1
Last active March 8, 2023 12:36
Intune Management Extension PowerShell Template
<#
Version: 1.1
Author: Oliver Kieselbach
Script: IntunePSTemplate.ps1
Description:
Intune Management Extension - PowerShell script template with logging,
error codes, standard error output handling and x64 PowerShell execution.
Release notes: