Last active
February 13, 2020 20:34
-
-
Save FlintSable/6b135c87331b49051ec526b80139ed4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: query users from a server | |
| quser /server:fsps3 | |
| :: log off a user from server | |
| logoff SessionID /server:ServerName |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ::Run the below Robocopy command to copy directory structure i.e | |
| ::deep copy of folder hierarchy and the data in all the subfolders. | |
| Robocopy /S D:\dir1\data E:\backup\data | |
| :: if you do this "D:\dir1\my data\" because of the \" that will be seen as an escape | |
| :: and you will be left without the final " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment