5 Ways Security System Companies are Legit

5 Ways Security System Companies are Legit

Security companies are becoming increasingly popular and commonplace as they are one of the top methods used to prevent burglaries and crimes from being committed. When you are in the market for a new security system, there are a few tell-tale signs that service is legit, reliable, and trustworthy to look for before deciding on […]

Restart a service on multiple devices using Powershell

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. […]

Xbox Live Gold Free Games for February 2018

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: […]

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

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 […]

SCCM – Create a device collection based on Exchange Server role

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 […]

Technical Support Videos

Technical Support Videos

Take a look through our range of technical support videos. Many more also available on our YouTube channel. Windows Updates Stuck on Shut Down or Reboot VMWare ESX Serial Number Activation How to Fix Bluetooth Issues in Windows 8.1 Create a capture boot image in Windows Deployment Services WDS How to elevate a program – […]

Enable Windows Remote Desktop Protocol and Set Firewall Rules using PowerShell

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, […]

SCCM – Create a device collection based on Domain Controller role

SCCM – Create a device collection based on Domain Controller role

We have another WQL query here for you today to enable you to create a Configuration Manager collection based on whether a device is used as a domain controller. Go ahead and create a new device collection and then use this query: Save the query and you should now see a collection of all your […]

SCCM – Hardware and Client Version SQL Query

SCCM – Hardware and Client Version SQL Query

If you are looking for a SQL query to pull back hardware inventory information and the SCCM client version, then you can use the below to pull all this information together. SELECT S.Name0 as Name, S.Client_Version0 as [Cient Version], OS.Caption0 as [Operating System], CS.Manufacturer0 as Manufacturer, CS.Model0 as Model, PB.SMBIOSBIOSVersion0 as BIOS, PR.Name0 as CPU, […]

5 Home Gadgets That Will Actually Make Your Life Better

5 Home Gadgets That Will Actually Make Your Life Better

Technology continues to creep into every aspect of life as it advances, and your home is no exception. New gadgets are introduced continuously that make life just a little bit easier. Consider adding these five devices to your home to take advantage of advancements in technology and simplify your life. Smart thermostat A smart thermostat […]

Scroll to top