Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Param
- (
- [Parameter(mandatory=$true)] [String] $Server,
- [Parameter(mandatory=$true)] [String] $Message,
- [Parameter(mandatory=$true)] [Syslog_Severity] $Severity,
- [Parameter(mandatory=$true)] [Syslog_Facility] $Facility,
- [String] $Hostname,
- [String] $Timestamp,
- [int] $UDPPort = 514
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement