VERIFY
- Last UpdatedMar 24, 2023
- 1 minute read
The VERIFY object is used directly to verify that the executing User is on a list of approved Users and is running on an approved host computer, and is running within a given time period. If the condition is not met, the command script terminates immediately with a "Verification error".
Methods
|
Name |
Result |
Purpose |
|
Verify( ) |
PMLUSERLOGIN |
Construct an instance of this object. |
|
After(DATETIME) |
NO RESULT |
Verify after the specified date. |
|
Before(DATETIME) |
NO RESULT |
Verify before the specified date. |
|
Hostname(STRING) |
NO RESULT |
Verify current computer hostname matches single hostname passed as STRING. |
|
Hostname(ARRAY) |
NO RESULT |
Verify current computer hostname matches one of a set of hostnames passed as ARRAY of STRING. |
|
WinUser(STRING) |
NO RESULT |
Verify current Windows user matches single username passed as STRING. |
|
WinUser(ARRAY) |
NO RESULT |
Verify current Windows user matches one of a set of usernames passed as ARRAY of STRING. |