Skip to content

Instantly share code, notes, and snippets.

View tmknight's full-sized avatar
💭
Never get out of the boat

TMKnight tmknight

💭
Never get out of the boat
  • United States
View GitHub Profile
@tmknight
tmknight / Export-CMScriptResults.ps1
Last active December 20, 2022 22:34 — forked from alexverboon/Export-CMScriptResults.ps1
Export-CMScriptResults
<#
.Synopsis
Export-CMScriptResults
.DESCRIPTION
Export-CMScriptResults exports the return values from scripts that are executed
through the ConfigMgr Run Script feature.
.PARAMETER ScriptName
The name of the Script as it is displayed within the ConfigMgr Console.
.PARAMETER OperationId
The client operation ID as it is displayed within the ConfigMgr Console.