Remotely Uninstall Software with Powershell

Like a lot of folks in IT there have been a lot of times where I have to uninstall something from a machine and don’t want to involve the user.  Sometimes the reason that the software has to come off is that the user shouldn’t have put it there in the first place too.  PSExec has always been an option […]

Remote Software Uninstall with Powershell

Lets say you are in a position where you need to uninstall something from a remote machine for whatever reason…maybe it’s software that’s no longer needed, maybe the user shouldn’t have installed it, or maybe you just want to mess with someone.  Me personally, I would rather do this remotely than go to the person’s machine and interrupt whatever they […]

Exchange 2013/2016 – How to set an Out Of Office with Powershell

I can’t begin to count how many times I have been asked to set an Out Of Office message for someone over the years.  Standard reply has always seemed like a cop out to people I’m sure but generally it has kind of always come back to an HR thing and not accessing someone else’s email.  NO MORE!  While its […]

DHCP At 100%, the fix and automating it for the future…

I ran across an issue this week where my DHCP server started throwing “warnings” that there were only 11 addresses left.  Looking at the Leases it was pretty obvious that that wasn’t true though.  So, how do you handle that?  I did some looking around and probably about 90% of what I could find out there was to reduce the […]

Deleting Files with Powershell

Recently I had an issue in my environment on a reasonably old and very slow system, one of those machines that does something very specific and always works.  The problem is that I was going to replace the hard drive and I had to clean up a backup folder that it had.  On a very slow hard drive deleting some […]

Stop being afraid of Windows Server CORE

I have been an admin for longer than I want to admit…I’m not old, I’m experienced.  One thing I always seem to see notice among Windows admins is that if there is no GUI, they aren’t interested.  Well several years ago Microsoft started producing a version of their server OS that were just command line since then I don’t think that […]

Exchange Message Tracking…The “Old” Way

It’s been quite some time since I have had someone say that they didn’t receive a message in their email, so I haven’t had a reason to run email tracking in a long time. Email tracking in the old System Manager couldn’t have been easier, fill in the email address and time span and track. I do love simple. Then […]