Day: November 3, 2021

IpConfig Shows Static IP Address Status as Duplicate

Just the other night, I'd received a call from the guys about NetApps changes affecting…

PowerShell: Set PasswordNeverExpires on SamAccountName

Quick 1-liner Code $accounts=@( 'orange', 'apple', 'pear', 'dog', 'cat', 'dinosaur', 'chicken', 'cow', 'yomama', 'yodada' )…

Server Decommissioning Procedure

Migrate application or services of old server to new server Obtain approval from application owner…

Convert LastLogon Date From Number to Date Time

We have a case where our Admins have generated a CSV file with information about…