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

Removed outdated usage example comments.

parent 963502a5
No related branches found
No related tags found
No related merge requests found
# Usage example:
# powershell.exe -ExecutionPolicy Bypass -file \\engr-wintools\packagedsoftware$\ushar\scripts\PushMessageToSlack.ps1 -channel "slackdevs" -message "%date%: Machine <machine> finished imaging with TS <ts>."
param( param(
[string]$message='No message given', [string]$message='No message given',
[string]$channel, [string]$channel,
......
# Usage example:
# powershell.exe -ExecutionPolicy Bypass -file \\engr-wintools\packagedsoftware$\ushar\scripts\PushMessageToSlack.ps1 -channel "slackdevs" -message "%date%: Machine <machine> finished imaging with TS <ts>."
param( param(
[string]$message='No message given', [string]$message='No message given',
# [string]$channel, # [string]$channel,
......
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