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

Xbox Live Gold Free Games for February 2018

So it’s the start of a new month and Xbox Live Gold members can again download some free games! Not too bad a month this time with Assassin’s Creed and Crazy Taxi available, both pretty good games and worth a free download at least. The full set of available games in November are as below: Xbox One: Shadow Warrior – Available …

Xbox Live Gold Free Games for February 2018 Read More

SCCM – Create user collections based on Active Directory department attribute with Powershell

We recently built a new Configuration Manager system for a client who wanted user collections for all departments and companies within their corporate group. We were going to set these up manually which is a fairly simple, but time consuming, job to do. But this was a time restricted installation so we had a quick Google and found an awesome …

SCCM – Create user collections based on Active Directory department attribute with Powershell Read More

SCCM – Create a device collection based on Exchange Server role

Following on from our recent posts for Configuration Manager collection queries, we have another one here for all devices that are Microsoft Exchange servers. Go ahead and create a new device collection and then use this query: select * from SMS_R_System inner join SMS_G_System_SERVICE on SMS_G_System_SERVICE.ResourceId = SMS_R_System.ResourceId where SMS_G_System_SERVICE.Name like “Microsoft Exchange%” Save the query and you should now …

SCCM – Create a device collection based on Exchange Server role Read More