Enable-AXEnterprisePortal
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Enable-AXEnterprisePortal
Deploys a new virtual server site to an IIS web server that already has Enterprise Portal installed.
Syntax
Parameter Set: Default
Enable-AXEnterprisePortal -Credential <PSCredential> -WebApplication <String> [ <CommonParameters>]
Detailed description
The Enable-AXEnterprisePortal cmdlet deploys a new virtual server site to an IIS web server that already has Enterprise Portal installed.
This cmdlet cannot be run remotely.
Parameters
-Credential<PSCredential>
The credentials to use when running the command. The account provided must be the .NET Business Connector proxy account.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-WebApplication<String>
The name of the web application on which the new Enterprise Portal site will be deployed.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, OutBuffer, OutVariable, WarningAction, and WarningVariable. For more information, see about_CommonParameters https://go.microsoft.com/fwlink/?LinkID=113216
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
None
You cannot pipe input to this cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
None
The cmdlet does not generate any output.
Examples
The following example creates the default DynamicsAx virtual server site to be used for Enterprise Portal development in the "SharePoint – 80" web application. Because the required credentials parameter is not supplied with the cmdlet, the user will be prompted to enter administrator credentials.
PS C:\>Enable-AxEnterprisePortal –webapplication "SharePoint – 80"
---
PS C:\>
Copyright Microsoft Corporation. All rights reserved.