This should be ridiculously easy to find. I'd like to set up a condition in SCCM for a few task steps based on variables I have defined. What is the correct wildcard character to use in the value here? I'm hoping to avoid needing to go the wmi search route since this will make it easier for others to maintain.
These are text based and I'm just wanting to parse it like the following.
OSDComputerName like "Secure%Machine"
OSDComputerName like "Secure*Machine"