Advertisement
Advertisement
| 06.15.2008 at 11:19PM PDT, ID: 23487212 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
|
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: |
cd\ cd NewPKI "Folder to backup the PKI contents" cd ServerGroupName "ServerName to be replaced everytime it runs" md ServerName "Need to create a directory in the name of the server it replaces" cd ServerName "Changing the directory to the respective servername folder for backup of PKI folder" copy \\ServerName\VPHOME\grc.dat " in the server share, u have VPHOME as share, from which i hav to backup GRC.DAT file alone" Xcopy \\ServerName\VPHOME\pki /E /Y " Inside PKI folder, u may have 4 subdirectories, several files of some 10 to 20 Kb files" |