09/01/2020

Active Directory Health Check

Being a server administrator, you are always running through a series of checklists when everything is not on fire to make sure there are no problems. […]
09/01/2020

Disable Nonessential Server Services Using ForEach and Set-Content

I recently ran into an issue. Where specific services that I feel should not run on a server were on the server. On top of this […]
08/25/2020

PowerShell – Server Down Notification Sending Email

Recently I needed to have a server down notification and not have it tied to our NMS. I need to be notified immediately if a server […]
08/15/2020

Post with vertical image

Aliquam erat ac ipsum. Integer aliquam purus. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel.
06/30/2020

Service Tag & Dell Support Lookup tool

Recently I have had the need to look up devices through Dell's support site. I thought it would be a perfect example of a task I can do through scripting the Service Tag & Dell support lookup tool. In the following post I explain how to get the service tag, place that data in a variable, use dot notation to get the data from the variable we need and subsequently open the browser at the correct dell support page for your device.
06/26/2020

PowerShell – Scripting a Mouse Jiggler

I have already written a PowerShell Mouse Jiggler script. Today, right now, we will go through it, breaking it apart and explaining the how and why […]