Posts Tagged

Windows

PowerShell: SentinelOne PowerShell Wrapper

Overview: SentinelOne or S1 is an example of a comprehensive enterprise security platform that provides threat detection, hunting, and response features that enable organizations to discover vulnerabilities and protect IT operations. Similar API Wrappers: Introduction: This wrapper is my most considerable undertaking yet and man have I learned a lot about RESTful APIs, GitHub, documentation, and…

Read More

PowerShell: Use Active Directory SPNs to find domain services

Overview: In this article, we will go over some basic high-level ways to find certain domain systems using the information contained in their service principal name (SPN) attribute. I have tested these SPNs against a few dozen different environments and so far everything appears to be correct. Though something that I’ve noticed is that while…

Read More

PowerShell: Datto 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 including its backups. To help with this workflow I use Datto BCDR (Business Continuity & Disaster Recovery) appliances for backing up…

Read More

PowerShell: RocketCyber 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 RocketCyber. At a high level, RocketCyber is SIEM (Security information…

Read More

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…

Read More

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…

Read More