
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2015 05:39 PM
HI.
Is it possible to add to Basic Options on the Assets details screen, an option to add a mapped drive to a users computer?
Is it possible to add to Basic Options on the Assets details screen, an option to add a mapped drive to a users computer?
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2015 11:58 PM
Hi,
With the command "net use" you can map a permanent drive or map with specific credentials:
To run something remotely and on the current logged in user you can try owexec.exe and then set up an action like this:
With the command "net use" you can map a permanent drive or map with specific credentials:
net use Z: \\server\shared_folder /PERSISTENT:yes
net use Z: \\server\shared_folder /user:Luigi p4ssw0rd
To run something remotely and on the current logged in user you can try owexec.exe and then set up an action like this:
{actionpath}owexec.exe -c {assetname} -k netuse_serverName.bat -copy
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2015 03:56 PM
FYI: you can also use Lansweeper 5.2's software deployment features to run commands on remote computers.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2015 11:58 PM
Hi,
With the command "net use" you can map a permanent drive or map with specific credentials:
To run something remotely and on the current logged in user you can try owexec.exe and then set up an action like this:
With the command "net use" you can map a permanent drive or map with specific credentials:
net use Z: \\server\shared_folder /PERSISTENT:yes
net use Z: \\server\shared_folder /user:Luigi p4ssw0rd
To run something remotely and on the current logged in user you can try owexec.exe and then set up an action like this:
{actionpath}owexec.exe -c {assetname} -k netuse_serverName.bat -copy
