-
the computer must be a Windows computer,
-
it must be connected to the EPFL wired network,
-
it must be in Active Directory
Checking the prerequisites:
-
the computer must be a Windows computer
Start cmd, run as Administrator -
connected to the EPFL wired network
Start cmd, run as Administrator
ipconfig /all ipconfig /all > myip.txt
For analysis, send the file myip.txt to your local IT manager. -
be in Active Directory
Start cmd, run as Administrator
systeminfo | findstr /B “Domain
To copy data automatically
-
have an Active Directory service account, two possibilities:
-
Create an ad hoc account in Active Directory, open a ticket (mail to [email protected]) and ask for its assignment in the group STI_STI-IT_3Niv
-
Use https://services.epfl.ch/
Attention is imperative to renew the validity of this account every 9 months.
-
-
Have a share accessible by this service account
If this is not the case, open a ticket (mail to [email protected]) and ask for its assignment in the group STI_STI-IT_3Niv -
Register the network connection in the computer.
Automatically connect a share by saving the identity
-
Run a command line in local Administrator
mode Start cmd, run as Administrator -
Unmount the volume mounted on the network mount point K:
net use K: /Delete /YES -
Mount the network volume by saving the identity
net use K: \\sti1files.epfl.ch\sharepath /savecred /p:yes
Enter the user name for ‘sti1files.epfl.ch’: intranet\user
Enter the password for sti1files.epfl.ch: account_password
The command completed successfully. -
Unmount the volume mounted on the network mount point K:
net use K: /Delete /YES -
Mount share point automatically
net use K: \\sti1files.epfl.ch\sharepath -
Verify that the share point is mounted
dir K:
Check that the share is accessible without a password
-
Run a command line in local Administrator
mode Start cmd, run as Administrator -
Unmount the volume mounted on the network mount point K:
net use K: /Delete /YES -
Mount share point automatically
net use K: \\sti1files.epfl.ch\sharepath -
Verify that the share point is mounted
dir K: