Need help with power profiles

(imported topic written by fdooling)

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.

(imported comment written by BrianPGreen)

I know almost nothing about power management. I’ll try to check this out tomorrow. Hopefully there’s something that we can put together.

(imported comment written by BrianPGreen)

I’m sorry, I didn’t have time today to look at this after all. If you still need help, please respond to one of my posts!

(imported comment written by baonhan)

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
"

(imported comment written by fdooling)

This is what I was looking for, thank you