Start a stopped service on multiple devices using 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 the list of device names …

Start a stopped service on multiple devices using Powershell Read More

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

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 using Generation 2 technology. To …

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

Restart a service on multiple devices using 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. Powershell Script This simple Powershell …

Restart a service on multiple devices using Powershell Read More

Enable Windows Remote Desktop Protocol and Set Firewall Rules using 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, one to enable Remote Desktop …

Enable Windows Remote Desktop Protocol and Set Firewall Rules using PowerShell Read More

Active Directory Password Expiring Email Notification

Does your 1st line help desk get fed up of having to reset end users passwords “because they didn’t know their password was expiring?” Well, let us show you a way that you can utilise System Center Orchestrator (SCORCH), PowerShell and Active Directory Web Services (ADWS) to email all end users a few days before their password is due to …

Active Directory Password Expiring Email Notification Read More

SCSM – Deleting Individual Items

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 Service Manager server. Once this …

SCSM – Deleting Individual Items Read More

Microsoft Windows 10 Edition Evaluation Product Keys

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 MH37W-N47XK-V7XM9-C7227-GCQG9 Windows 10 Enterprise NPPR9-FWDCX-D2C8J-H872K-2YT43 …

Microsoft Windows 10 Edition Evaluation Product Keys Read More

Windows 10 Version 1709 Language Pack Downloads

With the release of Microsoft Windows 10 version 1709 (Fall Creators Update), you may have a need for the updated operating system language packs. So, below is a full list of downloadable language pack files. 2024 Update Included in this latest up-to-date Windows Language Pack download are the 32-bit and 64-bit language packs for 38 different languages and also the …

Windows 10 Version 1709 Language Pack Downloads Read More

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 be a corrupt registry.pol file …

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