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 modeCategory: PowerShell
Move 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 ThemeBulk 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 PowerShell