Start a stopped service on multiple devices using Powershell

powershell

Following on from our recent guide about restarting a service on multiple devices, we were also asked about starting a stopped service using a similar method. This is pretty simple and can be carried out in almost exactly the same way. Powershell Script So to carry this out, you should create a txt file with … Read more

How to create correct partitions to deploy a Windows image to a UEFI based device

microsoft black logo

We have recently come across an issue when trying to deploy a test virtual machine using Hyper-V (Generation 2 – UEFI) that once you have selected your task sequence, you get an error and the task sequence bombs out. This is because we had not setup the correct drive partitions to be able to deploy … Read more

Restart a service on multiple devices using Powershell

powershell

We recently had a requirement to restart a single service on multiple devices across a single network. At first, it was going to be the job of the helpdesk to logon to each device and manually restart this service. However, as usual, there is always a way of using Powershell to speed up such tasks. … Read more

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