Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 1.3 KB

File metadata and controls

83 lines (65 loc) · 1.3 KB

Net Services Suite

General Help

net /?

Account and Computer Management

net ACCOUNTS C:> net COMPUTER

Server Configuration

net CONFIG Server

Viewing Local and Remote Shares

Display a list of local shares

net share

List the shares on a remote computer

net view \192.168.1.65

List all shares on a remote computer, including hidden shares

net view \192.168.1.65 /all

Connecting to a Remote Share

Connect using specific user credentials

net use \192.168.1.30 /user:Administrator @rmour123

View shares on a remote computer

net view \192.168.1.30

Connect to a remote share with a drive letter

net use t: \192.168.1.65\data /user:Armour 123

Disconnect the mapped drive

net use t: /delete

Managing Network Sessions and Files

View active network sessions

net session

View open files over the network

net file

Workstation and Server Configuration

View server configuration

net config server

View workstation configuration

net config WORKSTATION

Network Time Synchronization

net TIME