Skip to content

Instantly share code, notes, and snippets.

@DarkAllien
Created August 3, 2018 08:25
Show Gist options
  • Save DarkAllien/20087322ed8ef187e5d0add8afd7fa6e to your computer and use it in GitHub Desktop.
Save DarkAllien/20087322ed8ef187e5d0add8afd7fa6e to your computer and use it in GitHub Desktop.
<ActionDescription Class="Group" DisplayName="RC Tools" MnemonicDisplayName="RC Tools" Description="Created by Octavian Cordos" SqmDataPoint="53" SelectionMode="Both">
<ShowOn>
<string>ContextMenu</string>
</ShowOn>
<ActionGroups>
<ActionDescription Class ="Executable" DisplayName="Remove old Revisions" MnemonicDisplayName="Remove old Revisions" Description="Not a required value">
<ShowOn>
<string>ContextMenu</string>
</ShowOn>
<Executable>
<FilePath>"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"</FilePath>
<Parameters>-file D:\SCCM_Console_Extension_Scripts\Remove-ApplicationRevisions\Remove-ApplicationRevisions.ps1 ##SUB:LocalizedDisplayName##</Parameters>
</Executable>
</ActionDescription>
</ActionGroups>
</ActionDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment