Links: TECHNOLOGY - PROGRAMMING
Rel: windows; commands
Ref:
Tags: #public


net - alone shows available net commands; (e.g. can set times users can login to system)
net view - view all systems on your network
net view mikewin10pc - iew shares from a particular system
net share shareit=c:\stuff - make files/folders available/shared to others
net share - view everything shared from your system
net use v: \\mikewin10pc\mike - connect to a shared item by drive letter
net user - view all users on the host system
net user tammy dismypass /add - add a user to the system w/ name and password
net user tammy /delete - remove a user from the system by name