Here is a quick almost one liner in [easyazon_link identifier=”B07883YKV1″ locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] to update/change UPN for users of specific group in [easyazon_link identifier=”1449361420″…
View More Change or Update UPN for users of specific group in Active DirectoryTag: PowerShell
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: 123456sudo apt…
View More How to install PowerShell on Google Chromebook Linux modeMove all FSMO roles from server to another in Active Directory
Here is one liner to move all FSMO roles from one server to another. In most cases an administrator can keep the FSMO role holders…
View More Move all FSMO roles from server to another in Active DirectoryUpdate UPN for group of users or all users in domain
There can be situation when you will need to update UPN for your users in domain. In my situation this change helped to solve my…
View More Update UPN for group of users or all users in domainHOW TO LIST UPN SUFFIXES OF AN ACTIVE DIRECTORY FOREST
The default UPN is contained in the Canonical Name attribute on the Partitions container object in the configuration naming context. The default UPN suffix identifies…
View More HOW TO LIST UPN SUFFIXES OF AN ACTIVE DIRECTORY FORESTCustomize the PowerShell ISE Theme
The default theme for the PowerShell ISE is very boring, lets spice it up with a new theme. There is a great repository with PowerShell…
View More Customize the PowerShell ISE ThemeAudit your Active Directory user passwords with PowerShell or other free tools
Trust to your users is one thing but make sure that your user listening and really applying good password is another. It is good practice …
View More Audit your Active Directory user passwords with PowerShell or other free toolsBulk update EmployeeID in Active Directory with PowerShell
Here is a quick [easyazon_link identifier=”B01NBI97UZ” locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] script to run users from csv file where you have 2 columns SamAccountName and EmployeeID.…
View More Bulk update EmployeeID in Active Directory with PowerShellGet 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…
View More Get Account list with Password Never Expire from Active Directory to CSV fileActive Directory module and cmdlet missing upon patching
You are trying to execute your standard [easyazon_link identifier=”B01NBI97UZ” locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link] commands such as Get-ADuser and getting errors – this is caused for…
View More Active Directory module and cmdlet missing upon patching