Overview: In my current role, I am Network Administrator, or rather now what the industry now calls a TAM. (Technical Alignment Manager). One of my responsibilities is auditing and maintaining a business’s IT infrastructure. To help with this workflow I use a piece of software called RocketCyber. At a high level, RocketCyber is SIEM (Security information…
Posts Tagged
PowerShell
PowerShell: MyITProcess PowerShell Wrapper
Overview: In my current role, I am Network Administrator, or rather now what the industry now calls a TAM. (Technical Alignment Manager). One of my responsibilities is auditing and maintaining a business’s IT infrastructure. To help with this workflow I use a piece of software called MyITProcess made by TruMethods. At a high level, MyITProcess…
PowerShell: Modern HTML Reports
Overview: ConvertTo-Html is a cool function built directly into Powershell that allows you to generate simple HTML documents. The keyword there being “Simple” as the default output is a little too plain for my liking. I have always wanted to try and make more modern HTML reports so that I could show various data without…