Skip to content
Snippets Groups Projects
Commit 51da74ba authored by mmseng's avatar mmseng
Browse files

Removed outdated usage example comments

parent 1c519750
No related branches found
No related tags found
No related merge requests found
# Post Action Script for running post-Task Sequence tasks # Post Action Script for running post-Task Sequence tasks
# Originally developed by tewebb. Modded and converted to PS by mseng3 # Originally developed by tewebb. Modded and converted to PS by mseng3
# Usage example #1:
# powershell.exe -ExecutionPolicy Bypass -file "\\engr-wintools.ad.uillinois.edu\packagedsoftware$\ushar\scripts\SMSTSPostAction.ps1" -email "netid@illinois.edu"
# Usage example #2:
# powershell.exe -ExecutionPolicy Bypass -file "\\engr-wintools.ad.uillinois.edu\packagedsoftware$\ushar\scripts\SMSTSPostAction.ps1" -SlackMsg "%_SMSTSMachineName% (model: %EngrIT_Model%) finished imaging with TS: %_SMSTSPackageName%." -SlackChannel "yourchannel" -SlackName "YourBot" -SlackIcon "http://helptools.engrit.illinois.edu/images/block_i_70x70.png"
# Parameters # Parameters
param( param(
# If specified, will run the SCCM client's "Machine Policy Retrieval & Evaluation Cycle". Omit to like, not do that. # If specified, will run the SCCM client's "Machine Policy Retrieval & Evaluation Cycle". Omit to like, not do that.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment