Author : Andrew Armstrong

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

SCCM SQL Query for Software not in Add Remove Programs

SCCM SQL Query for Software not in Add Remove Programs

If you are looking for an SCCM SQL query to create a report to search for machines which do not have a particular software installed, you can use the following: Then you can use the variable @displayname to choose from a drop down of software that is in the SCCM database pulled from client machines. […]

Video Demo – Windows Updates Stuck on Shut Down or Reboot Fix

Video Demo – Windows Updates Stuck on Shut Down or Reboot Fix

We also have written guides for the different versions of Windows available here: Windows 10 Windows 7 Windows 7 Alternative Method Feedback We would love to hear your feedback on whether any of these methods helped you at all. If they have, please feel free to go ahead and leave us a message below using […]

Sat Nav and Dashcam Suction Cup Issues Fixed

Sat Nav and Dashcam Suction Cup Issues Fixed

There is an ever-growing number of dashcams now being purchased due to the very low cost of them along with the YouTubers out there that want to stick you making the tiniest of driving errors, on the internet for all to see! This has been the case for sat navs over the last 10 years […]

SCCM – Differences between Add Remove Programs Database Tables

SCCM – Differences between Add Remove Programs Database Tables

We had seen a few posts around the internet where people are asking the differences between the various Add_Remove_Programs data within the System Center Configuration Manager database. So we thought we would post a quick reference here to confirm which table of data means what. There are five different tables of data available to you […]

Power BI – Refresh data every working hour

Power BI – Refresh data every working hour

If you are using Power BI and a personal gateway, you may want to ensure that your report data is updated regularly during working hours. Power BI is an excellent tool that can be utilised in many ways including the power bi jira combination as an effective solution for specialists dealing with numerous administrative tasks. To learn […]

SCCM SQL Query for all server CPU information

SCCM SQL Query for all server CPU information

If you are looking for an SQL query to use against your System Center Configuration Manager database to give you the ability to report on server CPU information, this is the query for you! You can use the below to get various information on the CPU or you can use SELECT * to bring back […]

Filestore Microsite Announcement

Filestore Microsite Announcement

We are delighted to announce our new filestore microsite which we have now launched and is available at https://filestore.techygeekshome.info All our new downloads will now be uploaded to this microsite and we have so far uploaded our most popular downloads already and will continue to migrate all of our existing downloads over the next few […]

Uninstalling System Center Endpoint Protection

Uninstalling System Center Endpoint Protection

If you have been using System Center Endpoint Protection and you now want to move away from it, you will need to carry out an uninstall of the software. This can be very easily carried out either through a manual process of uninstalling using the Programs and Features within the Windows Control Panel or if […]

Scroll to top