IAdmMoveHomeDirectoryAction

The IAdmMoveHomeDirectoryAction interface represents the Move the home directory action.

Inheritance: IAdmSetPropertiesAction

Properties

  • Property

  • Description

  • DestinationFolder

  • Gets or sets a UNC path to the new location of the user's home directory.

  • ShareName

  • Gets or sets the name of the home directory share.

Details

DestinationFolder

Gets or sets a UNC path to the new location of the user's home directory. You can use value references in the path (e.g. \\SERVER\Share\%username%). Value references will be replaced with corresponding property values of the user account on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

ShareName

Gets or sets the name of the home directory share. The user's home folder will be shared under this name after being moved to the new location, provided that the current user's home directory is shared. You can use value references in the share name (e.g. %username%). Value references will be replaced with corresponding property values of the user account on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2009.1

See also