-
Server <string>
The target server FQDN or IP address.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-
Name <string>
The name you want to use for the new site.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-
NoInstall <SwitchParameter>
If this parameter is included, the Publishing Agent software will not be installed on the target server.
You may use this option if the server already has the Publishing Agent installed.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-
NoFireWallRules <SwitchParameter>
Specifies not to add firewall rules to allow the RAS Agent to communicate.
If this parameter is omitted, the firewall rules will not be added.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-
NoRestart <SwitchParameter>
Specifies not to restart the server after the RAS agents are installed.
If this parameter is omitted, the server will be restarted if required.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-
Username <string>
A username to log in to the target server and push install the Publishing Agent on it.
You must also specify the Password parameter.
If you've included the NoInstall parameter, you don't have to include the Username and Password parameters.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-
Password <SecureString>
The password for the user specified in the Username parameter.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<
CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.