ExecuteScriptInitiatorInfo

The ExecuteScriptInitiatorInfo class provides information about the initiator of the operation that caused execution of a script.

Inheritance: Object

Properties

  • Property

  • Description

  • Username

  • Gets the login name of the initiator.

  • UserSid

  • Gets the security identifier (SID) of the initiator.

  • UserAdsObject

  • Gets the directory object that represents the user account of the initiator.

  • Host

  • Gets the host the initiator has connected from.

Details

Username

Gets the login name of the initiator.

  • Type:
  • string
  • Access:
  • Read-only

UserSid

Gets the security identifier (SID) of the initiator.

  • Type:
  • SecurityIdentifier
  • Access:
  • Read-only

UserAdsObject

Gets the directory object that represents the user account of the initiator.

  • Type:
  • IADs
  • Access:
  • Read-only

Host

Gets the host the initiator has connected from.

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2011.2

See also