Dit is een oude revisie van het document!
Net Use bij vpn connectie een unc path koppelen met ander domein/gebruiker
Net Use Z: "\\yourUNC\path name" /user:uname password
Net Use bij NFS connectie:
nfsadmin.exe client start | stop (start NFS in client mode) mount ipaddress:/path1/path2 Q: (or something else) showmount -e computername or ip address (what can be mounted) showmount -a computername or ip address (who mounted what) showmount -d computername or ip address (mountable maps) mount umount -a (alles) umount q: (een drive) net use Q: 10.0.0.198:/path1/path2 /user:name password