gradecke
gradecke
## General information mk_oracle.ps1 runs certain sections async, to make sure it doesn't "catch up" with it's own background async jobs it saves the PID of the async job and...
Splunk System messages have 5 parts. Line 28 uses the first 4 correctly, however line 29 starts at index 5 which is actually the 6th element, hence dropping most of...
Depending on the mailserver + python version, the mail_id can be bytes instead of str. i.e. in 2.1 with the older Python 3, out onprem exchange response was parsed to...