Host Parameter (Connect-SAPERP Cmdlet)
Host name of the target SAP system.
Syntax
Connect-SAPERP -Host string
Data Type
cstr
Default Value
""
Remarks
This connection property is required when the ConnectionScheme connection property is set to ApplicationServer and ConnectionType is set to a value other than SOAP.
Host names can be regular host names defined in a hosts file, an IP address like 123.123.123.123, or an SAProuter address such as "/H/hostname/S/port/H/host/S/port/ ..."
You can find this value in SAP Logon by right-clicking a connection, selecting Properties, and inspecting the Connection tab's Application Server field.
This is a required parameter.