macOS – Editing the Hosts File
Jan07

macOS – Editing the Hosts File

KB ID 0001268  Another guest post from Daniel Newton Problem I’ve had windows for years; I knew the OS inside out. Recently, I switched to Mac. But I wondered how to edit the hosts file for my VPN connections and my servers. After some research, I found out how to do it and thought I will document it on PeteNetLive! 🙂 Solution Open a terminal session and type in the following command; Sudo nano /etc/hosts Note: I’m using nano for this...

Read More
Windows 10 Create a WMI Filter for Group Policy
Jan04

Windows 10 Create a WMI Filter for Group Policy

KB ID 0001267  Problem I was messing around with some GPO’s for  client today to replace ‘Edge’ as the default browser, (with IE11). To make the whole process more efficient, I wanted to use a WMI filter toapply the policy only to Windows 10 machines. Before this used to be simple enough, you just set the Windows version in a WMI query. But because it searches for a string e.g. 6.1 (for Windows 8.1), that’s...

Read More