For details, see Installing with Agent Packager.
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.
P:
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.
C:
cd C:\Agent Package
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