Skip to main content

psmount

Use the psmount program to mount Windows network drives.

Usage
psmount.exe [option]

Argument

Description

-domain <domain>

Specifies the target system domain.

-host <host>

This argument must be included; it specifies the target system ID. The credentials are automatically retrieved when using the -host argument.

-share <share>

This argument must be included; it specifies the share name.

Examples
  1. To mount a network drive using the minimum required options:

    psmount.exe -host AD -share \\10.10.74.45\share
  2. To log into the share as a domain user using the -domain option:

    psmount.exe -host AD -share \\10.10.74.45\share -domain userdomain