RDOProfiles object |
RDOProfiles collection represents the list of existing profiles for the current Windows user .
Returned by:
RDOSession.Profiles
The example below prints out the name of the default profile and then lists all the existing profiles.
set Session =
CreateObject("Redemption.RDOSession") |