February 16th, 2017 by Charlie Russel and tagged Hyper-V, PowerShell v5.1, Windows 10, Windows Server 2016
Creating VMs with New-myVM.ps1 – Part 1 As we saw in Part 1 of this series, I build my labs almost entirely with Windows PowerShell scripts. In that first post, I showed how to set the MAC address range on a Hyper-V host. I use this MAC address range to explicitly set my lab VMs […]
Posted in Building Labs, Hyper-V, PowerShell, Windows 10, Windows Server, Windows Server 2016 | Comments Off on Building a Lab in Hyper-V with PowerShell, Part 2
November 18th, 2016 by Charlie Russel and tagged Group Policy Preferences, PowerShell, Registry, Windows 10, WinX
Beginning in Windows 8.1, you could set the Windows PowerUser menu (right-click on the Start button, or Win-X key) to show Windows PowerShell and Windows PowerShell (Admin) on the menu instead of Command Prompt and Command Prompt (Admin). But every single new machine you log on to, you had to change that. A nuisance, at […]
Posted in Group Policy, PowerShell, Registry, Windows 10, Windows Server 2016 | Comments Off on Defaulting to PowerShell instead of CMD
May 30th, 2016 by Charlie Russel and tagged $Profile, Console Colors, Console Size, PowerShell v5, Windows 10
As I described in my previous post, I always open both an admin and non-admin PowerShell window when I log on to a computer. To tell the two apart, I set the background colour of the Admin window to dark red, with white text, and the non-admin window to a white background with dark blue […]
Posted in $Profile, Annoyances, Console, PowerShell, Windows 10, Windows Server 2016, WMI | Comments Off on Setting Console Colours
December 29th, 2013 by Charlie Russel and tagged network location, PowerShell, Server 2012 R2, Server 2016, Windows 10, Windows 8.1
One of those annoyances that sometimes happen with the new Network Location in Windows 8.x and Windows 10 is that the network gets mis-identified as Public when it should be Private, or the other way around. Changing this in the GUI is certainly possible, but annoying, so let’s take advantage of the improved Windows PowerShell […]
Posted in Network Administration, PowerShell, Windows 10, Windows Server 2016 | 20 Comments »