A journey through the Windows of Time

31

Call it evolutionary, revolutionary, contemporary, or just captivating. The world’s dominant OS has been the staple technology running millions of devices owned by individuals and businesses across the world over the last 3 decades. Millennial’s would remember growing up playing Minesweeper as their first PC game and probably cannot imagine a world without Windows. Let’s … Read more

How to setup Microsoft Outlook

outlook blue logo

With Microsoft phasing out Windows Live Mail, to access your email you will need to use either an Internet browser via outlook.com or configure your Microsoft Outlook program. To set up your email in Outlook you will need to use the Exchange ActiveSync/Outlook.com online protocol and also know the details that you will need to … Read more

SCCM WQL Query – All Windows 10 Installs

ssc 0

If you are using Configuration Manager and you want to create a collection based on all Windows 10 installations, you can use this WQL query below: select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like “%Microsoft Windows NT Workstation 10%” You can change the “%Microsoft Windows NT Workstation 10%” to create collections … Read more