Advertisement
kjacobsen

syslog params

Jul 10th, 2014
22,527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Param
  2. (
  3.         [Parameter(mandatory=$true)] [String] $Server,
  4.         [Parameter(mandatory=$true)] [String] $Message,
  5.         [Parameter(mandatory=$true)] [Syslog_Severity] $Severity,
  6.         [Parameter(mandatory=$true)] [Syslog_Facility] $Facility,
  7.         [String] $Hostname,
  8.         [String] $Timestamp,
  9.         [int] $UDPPort = 514
  10. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement