Avatar for Andrew Armstrong

Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 23 years. Sharing experience and knowledge whenever possible! Making IT Happen.

Notepad++ v7

Notepad++ v6.7.8.2 Released

The best notepad utility available, Notepad++ has recently released a new update taking it up to version 6.7.8.2. We have now created an MSI installer for this new version and you can now download it from our microsite by clicking the download button below: Download Comments If you have any questions or comments on this…

Read More
sccm logo 600x400

SCCM Collection based on Active Directory Organisation Unit (OU) Membership

You may want to create a Configuration Manager Collection based upon an Active Directory Organisation Unit. To do this you can use the following WQL code and then simply amend the last part to be the Organisation Unit that you want to base the Collection on: SELECT SMS_R_USER.ResourceID, SMS_R_USER.ResourceType, SMS_R_USER.Name, SMS_R_USER.UniqueUserName, SMS_R_USER.WindowsNTDomain FROM SMS_R_User WHERE…

Read More