Add The ‘Group Policy Management Console’
Nov06

Add The ‘Group Policy Management Console’

KB ID 0001615 Problem On a Domain Controller you will get Group Policy Management, (by default) listed under administrative tools. But if you have a ‘Management Server’ of a ‘Jump Box’, that you want to install the tool onto, (without making it a domain controller!) Then do the following; Option 1: Install GPMC with Powershell This is the quickest and simplest option! Open a PowerShell Windows and execute the...

Read More
Windows Group Policy – Disable The Local Windows Firewall
Nov06

Windows Group Policy – Disable The Local Windows Firewall

KB ID 0001090 Problem I’ve got nothing against the Windows firewall, it’s certainly a lot easier to manage now than it was back in the XP SP2 days. But I find a lot of clients still just ‘want it gone’ and, providing they have a decent corporate firewall in front of them that’s fair enough. Solution 1. On a domain controller or a client running the remote administration tools > Windows Key+R >...

Read More
Network Profile Switches from ‘Private’ to ‘Public’
Nov05

Network Profile Switches from ‘Private’ to ‘Public’

KB ID 0001613 Problem This popped up in the forums last night, if you have a Workgroup*, (non domain joined) machine, the profile of the network card keeps switching from Private to Public. *Note: A domain joined machine, automatically will set it’s network profile to ‘Domain’. Option 1: Set the Network Profile using Local Group Policy Hit Windows Ker + R to open Run prompt, and type gpedit.msc Navigate to Computer...

Read More
PowerShell: Find Computers Last Logon Date
Oct23

PowerShell: Find Computers Last Logon Date

KB ID 0001612 Problem I had to find the last time a particular server had logged on for a client the other week, so we knew for sure it was dead! Solution The two commands you may need are; Locate Servers Last Login Time Get-ADComputer -Filter {OperatingSystem -Like ‘*SERVER’} -Properties lastlogondate,operatingsystem | Select name,laslogondate,operatingsystem Locate Clients Last Login Time Get-ADComputer -Filter...

Read More
Windows – Stop the Welcome to Internet Explorer from launching via GPO
Oct14

Windows – Stop the Welcome to Internet Explorer from launching via GPO

KB ID 0000459 Problem If your’e logging on as a new user and Internet Explorer has not yet been ran, then it wants to run the “Setup Windows Internet Explorer Wizard”. On just one machine with one user that’s fine, but if you are logging in all over the place, with multiple credentials, this can get quite annoying. Also you might not want your domain users having to do this at all, for security reasons....

Read More
Group Policy Preferences and Client Side Extensions
Oct05

Group Policy Preferences and Client Side Extensions

Group Policy Preferences KB ID 0000389 Problem Group Policy Preferences (GPP) first came in with Server 2008 and were enhanced for Server 2008 R2, To be able to apply them to older Windows clients, you need to install the “Client side Extensions” (CSE), You can either script this, deploy with a group policy, or if you have WSUS you can send out the update that way. From windows 7 onwards they are already installed....

Read More
Adding a Windows Server 2019/2016 Domain Controller
Sep25

Adding a Windows Server 2019/2016 Domain Controller

KB ID 0001262 Problem Once upon a time, adding a domain controller that was running a newer version of the Windows Server family involved opening command line and schema prepping, and GP prepping etc. Now all this happens in the background when adding a 2019 domain controller and the wizard is doing the heavy lifting for you. Solution 2008 to 2019 Domain Controller  2008 to 2016 Domain Controller Obviously the server needs to be a...

Read More
Moving Certificate Services To Another Server
Sep20

Moving Certificate Services To Another Server

KB ID 0001473 Problem If you are retiring a CA Server, or there’s a problem with the server and you want to move Microsoft Certificate Services to another server, the procedure is pretty straight forward. BE AWARE: We are moving the CA Server Name , NOT the Server Name (FQDN), the two things are NOT the same, (you might have called them the same thing!) But a Certificate Authority has a name of its own, and that’s what we...

Read More
VMware Horizon: ‘VM With Unsupported Guest OS’
Sep05

VMware Horizon: ‘VM With Unsupported Guest OS’

KB ID 0001592 Problem Seen when attempting to deploy Window Server 2016, as an ‘Image’ (Parent VM,) with VMware Horizon View. ‘VM With Unsupported Guest OS’ I double checked, and Server 2016 (Standard and DataCenter) were supported, as was Server 2019 (Standard and DataCenter.) The image also had a new version of the VMware Horizon View agent installed in it? Solution In my case this was an embarrassingly easy...

Read More
VMware Converter ‘Unable to Connect to the Network Share’
Aug22

VMware Converter ‘Unable to Connect to the Network Share’

KB ID 0001583 Problem I don’t think, Ive ever run the VMware Standalone Converter, without at least one error message or popup complaining about something! Today I was trying to convert a clients old Windows Server 2003 document management server, when trying to deploy the agent this happened; Unable to connect to the network share ‘{Sever-name-or-IP} \ADMIN$’. Solution It’s a pretty descriptive error, can you...

Read More