Enable Windows Remote Desktop Protocol and Set Firewall Rules using PowerShell

powershell

If you are using Windows Server 2012 or newer, or if you are just using Windows Server Core, then this Powershell script will help you out by enabling Remote Desktop and setting the correct firewall inbound rules. Simply open up an elevated Powershell command box, or use Powershell ISE and use the two scripts below, … Read more

SCSM – Deleting Individual Items

System Center

When using System Center Service Manager (SCSM) you can sometimes end up with Incidents, Change Management items or Service Requests that need to be deleted individually. You an carry this out by using a combination of SMLets and PowerShell. INSTRUCTIONS The first thing you will need to do is to download and install SMLets on your … Read more

Microsoft Windows 10 Edition Evaluation Product Keys

microsoft black logo

After our recent post about providing our visitors with a number of evaluation and KMS Microsoft product keys, please see below the latest set in this series. These are the full range of Microsoft Evaluation keys for all editions of Windows 10. Windows 10 Edition Product Key Windows 10 Professional W269N-WFGWX-YVC9B-4J6C9-T83GX Windows 10 Professional N … Read more

Group Policy Corruption – Fix the processing of Group Policy failed error

Group Policy Corruption - Fix the processing of Group Policy failed error

If you are getting Group Policies that are not applying to a users machine, you may well come across this error: The processing of Group Policy failed. Windows could not apply the registry-based policy settings for the Group Policy object LocalGPO. Group Policy settings will not be resolved until this event is resolved. This can … Read more

Windows 10 Fall Creators Update – Cannot access network shares fix

3 3

Have you recently upgraded your machine to Windows 10 Fall Creators Edition (1709) and can now no longer access your network drives or home NAS drives? Well, we have just run into this issue where after installing the 1709 update, we could not access our (slightly old) WD MyBook Live network attached storage device. When … Read more

How to download Windows 10 Fall Creators Update ISO offline installers

win10fall

With Microsoft‘s release of the Windows 10 Fall Creators Update (1709), you may want to have the ability to choose when to update your personal or corporate machines and maybe without access to the internet. So how can you do that? Microsoft seem these days to want to update all our machines using Windows Update. … Read more

How to Get Windows 10 Fall Creators Update Immediately!

win10fall

Microsoft release the next version of Windows 10 today called the Fall Creators Update. This update will become available to the general public as it is rolled out over the next few days and weeks. This means that just running your normal Microsoft Updates will be enough for it to upgrade and load onto your … Read more

How to fix your machine after Microsoft Updates cause blue screen crashes

microsoft black logo

So Microsoft have done it again, released a batch of updates and our machines start to blue screen! Problem Updates From what we have experienced so far are that the following updates are the culprits and should be uninstalled where possible: KB4015217 KB4041676 KB4041691 Removing the Updates If you still have access to Windows, open … Read more

Windows Server – Change to GUI or Core

blog windows server 2016 GA LS

If you are using Windows Server 2012 or 2016 then you may want to change your server from GUI to Core for security purposes. To do this, open up an elevated Powershell command box and run the following command: Uninstall-WindowsFeature User-Interfaces-Infra This will run through the uninstall of the GUI process and once complete, you … Read more

Long File Names Information Gathering

Blue and White Windows 10 Logo

If you are looking to gather information about long file names that are over 255 characters on your filestores, then there is a very simple utility you can use which will export this information to a text file. The utility is called simply TLPD and is available as a free download from Sourceforge. Once you have … Read more