https://msdn.microsoft.com/en-us/library/windows/hardware/dn529134
Windows Server
Tout ce qui touche a Windows server
Trouver ce qui prends de la place sur votre disque
Fonctionne avec plusieurs types de disques
Connection VPN et garder internet par sa carte réseau principale
- From the Control Panel, choose “Network & Internet.”
- Click “View Network Status and Tasks.”
- Click “Manage Network Connections.”
- Right-click on your VPN connection and select “Properties.”
- Select the “Networking” tab.
- Highlight “Internet Protocol Version 4 (TCP/IP v4).”
- Click “Properties.”
- Click “Advanced.”
- Uncheck the “Use default gateway on remote network” box.
- Click “OK” three times to close the windows you opened.
Ajouter une route sous Windows
For example, to add a static route to the 10.0.0.0 network that uses a subnet mask of 255.0.0.0, a gateway of 192.168.0.1, and a cost metric of 2, you type the following at a command prompt:
route add 10.0.0.0 mask 255.0.0.0 192.168.0.1 metric 2
Source: https://technet.microsoft.com/en-us/library/cc757323(v=ws.10).aspx
Aide Robocopy
http://superuser.com/questions/814102/robocopy-command-to-do-an-incremental-backup
Sauvegarder les partages
https://support.microsoft.com/en-us/kb/125996