jroberts079Sep 28, 20212 min readProving why a User Failed to log into Windows with PowerShellHave you ever received a ticket where a user failed to log into a system? You call them up and find out they are now locked out of their...
jroberts079Feb 10, 20212 min readCoding Logic: Your Scripts Better Include This...In IT, our job is to make our workflow more efficient and eliminate human error. But how can we do this? Simple, write scripts that stop...
jroberts079Dec 11, 20202 min readUsing PowerShell foreach-object in array containsAre you working on a task that involves processing multiple files or a list of items? For instance, imagine you need to check...