Network - Unmap Network Drive |
<AMNETWORK ACTIVITY="disconnect" DRIVELETTER="text" /> |
Description:
Disconnects a currently connected drive from a network path.
NOTE: This activity cannot be executed when the machine is in a logged off state because mapped drives are only available when a user is logged on. |
Disconnects a mapped drive.
General
Property |
Type |
Required |
Default |
Markup |
Description |
Drive letter |
Text |
Yes |
Z: |
DRIVELETTER="X:" |
The letter to represent the mapped drive to disconnect. The drive letter should always be followed by a colon symbol (e.g.,X:). |
NOTE: The sample AML code below can be copied and pasted directly into the Steps panel of the Task Builder. |
Description: Disconnect "D:".
<AMNETWORK ACTIVITY="disconnect" DRIVELETTER="D:" />
|