Enables separate login sessions | |
Syntax: | object.EnableSeparateLoginSession |
Description: | CimSystem.EnableSeparateLoginSession
enables a separate login session for performing dynamic
configuration. If this method is not used, the automation server
will use the existing user login and disregard the username and
password specified if the user is already logged in. Calling this
function will make the a automation server use its own login
regardless of whether the user is already logged in. This method
must be called before using any of the dynamic methods on the
project. Example Dim systems as CimSystem Set systems = CreateObject("CimSystem") systems.EnableSeparateLoginSession |