SMS_TaskSequence_FolderConditionExpression Server WMI Class
Updated: October 28, 2009
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_TaskSequence_FolderConditionExpression Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a condition expression to check for the existence of a folder and when it was created.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_TaskSequence_FolderConditionExpression : SMS_TaskSequence_ConditionExpression
{
DateTime DateTime;
String DateTimeOperator;
String Path;
};
The SMS_TaskSequence_FolderConditionExpression class does not define any methods.
- DateTime
- Data type: DateTime Access type: Read/Write Qualifiers: None The date and time used to evaluate the target computer for a specific, user-specified timestamp on a folder. The timestamp that is displayed in the Configuration Manager console is the local time on the computer running the Configuration Manager console. The timestamp is converted to Coordinated Universal Time (UTC). The comparison on the target computer uses the UTC timestamp so that time zones and daylight savings time do not affect the comparison.
- DateTimeOperator
-
Data type: String
Access type: Read/Write
Qualifiers: None
The date and time operator. Possible values are:
-
equals
-
notEquals
-
less
-
lessEqual
-
greater
-
greaterEqual
-
equals
- Path
- Data type: String Access type: Read/Write Qualifiers: [Not_Null] The path on the target computer for the folder that is being verified. The path can contain embedded task sequence and system environment variables, for example, %windir%\Temp.
There are no class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Note |
|---|
| The evaluation of the path is affected by the value of the SMSTSDisableWow64Redirection environment variable. |
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
Note