For our environment we needed a inexpensive way to print barcodes, that was not tied to unique licensed software.
our current barcodes are using code 39 format.
what we decided to try to use a Dymo Label Printer
LabelWriter 450 Direct Thermal Label Printer
And we fond labels that where not far off from our current size.
DYMO LW Multi-Purpose Labels for LabelWriter Label Printers, White, 1'' x 2-1/8'', 1 roll of 500 (30336)
Scenario You have a mix bag of Office 2019 and Office 2016 installs some are 32 or 64bit. You need to create a Device collections in SCCM that reflects what machines have which office version installed and what bitness as well.
What i tried: My first instinct was to create a device collection using a combination of the below queries:
select distinct 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 inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.