I have been tasked with creating several power profiles for our organization and having them applied to a computer based on the name of a file sitting at root. For example, if computer A has a file called C:\Basic.txt then the basic power profile that was created in the Power Management wizard gets applied. I am a complete novice and would appreciate any help in creating this fixlet.
You can modify the fixlet generated by the power profile wizard to target the computers which have that file. For example to check for existence of
C:\Basic, append the generated relevance with
"
(exists file “C:\Basic.txt”) AND
"