OTH-017 Guide to Mapping a Network Drive on the Server

OTH-017 Guide to Mapping a Network Drive on the Server

These guidelines offer comprehensive assistance for mapping a network drive on a server, and the advantages extend to both local and remote work scenarios. A mapped network drive serves as a virtual representation of a network resource, encompassing shared folders or network-attached storage, seamlessly integrating them with your computer.

Below are the steps on how to configure.

1.      Start by selecting 'This PC' on your server.

2.      Navigate to the 'Computer' tab and choose 'Map Network Drive' from the options.



3.      In the 'Drive' list, select an available drive letter.

4.      In the 'Map Network Drive' window, click 'Browse' to locate the desired network folder or computer.


5.      Once you've made your selection, click 'Finish' to complete the mapping process."
6.      1st script to run on SQL
EXEC sp_configure 'show advanced options',1
GO
RECONFIGURE
GO

 
EXEC sp_configure 'xp_cmdshell',1
GO
RECONFIGURE
GO


7.      2nd script to run on SQL

EXEC xp_cmdshell 'NET USE Z: "\\WIN2008SVR\Autobackup" P@ssw0rd
/USER:Administrator\Administrator'


Reminder:

·        Letter Z - This is the letter for the mapped network drive
·        \\WIN2008SVR\Autobackup - This is the shared name, or the path, for the 'autobackup' folder located within drive Z.
·        P@ssw0rd - Password of the Server
·        Administrator - The user who is logged in to SQL Management Studio.
·        Administrator - The user who is actively using to log in to the server.




    • Related Articles

    • OTH-016 RDL – How to Download RDL (Report Definition Language)

      This guide provides step-by-step instructions for downloading a copy of your RDL (Report Definition Language) file, whether for backup purposes or to request modifications. 1. Begin by generating the specific report that you need. 2. Once the report ...
    • OTH-0018 Enforcing Vat in Departments

      This guide is designed to help you activate VAT/Output Tax for transactions on a department and patient-type basis. Before enabling this feature, it is crucial to establish coordination with your administrative and accounting departments, as these ...
    • EMR 008 - Partially Uploaded Report – ICD10 Codes Concern

      This guide is designed to help you resolve the partially uploaded reports due to DOH ICD10 Codes. System Alert: You will see the ICD10 codes appeared in the system alert, in this regard, you need to check the mapping of the DOH ICD10 Codes in the ...
    • Global Settings - Patient Nationality

      This straightforward guide will walk you through the process of adding a new patient nationality to your system. 1. Begin by accessing an administrative account in the Hospital Information System. 2. Locate the 'Global Settings' option in the toolbar ...
    • GS-002 Bizbox Service Level of Agreement

      is document represents a Service Level Agreement ("SLA" or "Agreement"), between the BIZBOX and the CLIENT for the provisioning of IT services required to support and sustain the BIZBOX line of solutions for CLIENT’s operations. The document will ...