This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.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. |