Powershell: Script to notify when users change their passwords

We’re about to start a domain migration due to some applications we have tied into Active Directory and that we are taking a phased approach to migrating we have to have user objects active in the new domain while users are still logging into the old domain. We’ve disabled password expiry during the migration and … Read more

KB3002657 breaks everything!

Update: 2015-03-20 09:24 PST – Thank you Didi for informing us that Microsoft has released two updated hotfixes KB3002657-v2 and KB3033395-v2 that shouldn’t cause this problem. I have not had a chance to try these patches yet. Update: 2015-03-12 09:45 PST – Now that I’ve had a chance to sleep I’ve updated this post to … Read more

Workaround for 0x80248015 when trying to do Windows Updates on Server 2003

If you’re like us you probably noticed this patch Tuesday that a bunch, if not all, of your Windows 2003 servers are not able to load the Microsoft Update page. When trying to load the page the error 0x80248015 is displayed. After some Googling I’ve pieced together a workaround that will get you some updates … Read more

Error 0x80240030 when running Windows Update

Recently while trying to run Windows Update on one of my Windows 2008 R2 Domain Controllers I received error 0x80240030 when either trying to install the updates it said were available or trying to check for updates. It looks like some how my Internet Explorer Proxy settings got buggered (We don’t use a proxy on … Read more

Unable to use grep to search logfiles output from Powershell scripts

I recently had to do some PowerShell work on a Windows server which outputted some log files for later review using the “Start-Transcript” function. Later I went to review the logs looking for some specific information. I transferred them to my CentOS 5 Dev system to begin analyzing them with grep. Every time I ran … Read more