- Create the package. 
 
For details, see Installing with Agent Packager.
 - Open a command prompt.
 - Map the location of the Security Agent package
by typing the following command:
 
net use <mapped drive letter> \\<Location of the agent package>
For example:
net use P: \\10.1.1.1\Package
A message appears, informing you if the location of the Security Agent package was mapped successfully.
 - Change to the location of the Security Agent package
by typing the mapped drive letter and a colon. For example:
 
P:
 - Copy the Security Agent package
to a local directory on the Server Core endpoint by typing the following
command:
 
copy <package file name> <directory on the Server Core endpoint where you want to copy the package>
For example:
copy securityagent.msi C:\Agent Package
A message appears, informing you if the Security Agent package was copied successfully.
 - Change to the local directory. For example:
 
C:
cd C:\Agent Package
 - Type the package file name to launch the installation.
For example:
 
securityagent.msi
The following shows the commands and results on the command prompt from the example.
C:\WINDOWS>net use P: \\10.1.1.1\Package C:\Windows>P: P:\>copy securityagent.msi C:\Agent Package 1 file(s) copied. P:\>C: C:\WINDOWS>cd C:\Agent Package C:\Agent Package>securityagent.msi 
Parent topic: Installation Methods for Windows Server Core
		