Its not new or exciting but it made me smile and thanks to this guy I will never forget how to do this off the top of my head, check it out:
Directory differential backup using xcopy
Most Popular Posts
Tuesday, 29 November 2011
Friday, 25 November 2011
SCCM Collection based on executable name
Just a quick one to remind myself how to create a collection of computers that have a specific executable. Create a new collection and insert the following query:
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 inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceId = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName = "vpngui.exe"
change the executable name to one of your choice, all done! :)
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 inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceId = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName = "vpngui.exe"
change the executable name to one of your choice, all done! :)
Friday, 18 November 2011
Canonical Names Of Control Panel Applets
Allowing access to control panel items via group policy in windows 7 is slightly different to XP and below, now instead of providing the name of the cpl file e.g main.cpl for the mouse you have to provide the canonical name of the applet e.g Microsoft.Mouse so here is a list of all of the Canonical names for future reference:
Canonical Names List
Canonical Names List
Subscribe to:
Posts (Atom)