uservalid
Use the uservalid
program if you need to set a profile as valid or invalid. The utility can be used when the account is removed from the source of profiles and the profile needs to be restored. It can also be used when the profile needs to be made invalid.
The utility does not override the auto discovery behavior. It only adds or removes profiles and can be overridden by auto discovery. The utility does not take into account any ID filters when adding profiles.
Usage
uservalid.exe -add <profile IDs> uservalid.exe -remove <profile IDs>
Argument | Description |
---|---|
-add <profile IDs> | The list of profile IDs that are to be made valid. Profiles that already exist are ignored. Profiles that have become invalid are restored. Profile IDs that do not exist are created. |
-remove <profile IDs> | The list of profile IDs that are to be made invalid. Profiles that do not exist are ignored. Profiles that are valid will be marked invalid. A profile ID for a product administrator is ignored. |
Examples
To restore a user that is marked invalid:
uservalid -add JSMITH
To set users as invalid:
uservalid -remove ZD0039 ZF485 AA588
Note
If a profile is removed and the accounts is still on the source of profile, then the next auto discovery will restore the profile. If the profile ID is added and the source of profile account doesn’t exist, then the next auto discovery will set it invalid unless INVALID USER DELAY DAYS is set to delay it from being removed.