Stop opening Server Manager at logon in Windows Server 2012 R2

The Server Manager wizard provides information of installed roles and features in [easyazon_link identifier="1118289420" locale="US" tag="wn0d5-20"] Windows Server 2012 R2 [/easyazon_link]. This Server Manager wizard will be automatically launched at…

Continue ReadingStop opening Server Manager at logon in Windows Server 2012 R2

Remove all Group Membership from Disabled user except Domain User Group in PowerShell

Here is quick PowerShell script to remove ALL Group Membership from Disabled user in Active Directory. We will remove all Group membership from this user except Domain User group. So…

Continue ReadingRemove all Group Membership from Disabled user except Domain User Group in PowerShell

How to identify which domain controller authenticated a user

You  re running some troubleshooting on your network connected to [easyazon_link identifier="1449320023" locale="US" tag="wn0d5-20"] Active Directory [/easyazon_link] and have questions like: which Domain Controller authenticated user on the current machine…

Continue ReadingHow to identify which domain controller authenticated a user

How to install PowerShell on Google Chromebook Linux mode

Here is quick code for installation of PowerShell on Google ChromeBook Pixel when [easyazon_link identifier="1118999878" locale="US" tag="wn0d5-20"] Linux [/easyazon_link] support is turned on: [cc lang="Bash"]sudo apt install curl gnupg apt-transport-https…

Continue ReadingHow to install PowerShell on Google Chromebook Linux mode

Get Account list with Password Never Expire from Active Directory to CSV file

Quick [easyazon_link identifier="B01NBI97UZ" locale="US" tag="wn0d5-20"] PowerShell [/easyazon_link] snippet to pull all accounts from [easyazon_link identifier="1449361420" locale="US" tag="wn0d5-20"] Active Directory [/easyazon_link] with PASSWORD NEVER EXPIRE into CSV report file so you…

Continue ReadingGet Account list with Password Never Expire from Active Directory to CSV file