Get D365WebServerType - FH-Inway/d365fo.tools GitHub Wiki
Get the default web server to be used
Get-D365WebServerType [<CommonParameters>]
Get the web server which will be used to run D365FO: Either IIS or IIS Express. Newly deployed development machines will have this set to IIS Express by default.
It will look for the file located in the default Package Directory.
Get-D365WebServerType
This will display the current web server type registered in the "DynamicsDevConfig.xml" file. Located in "K:\AosService\PackagesLocalDirectory\bin".
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tag: Web Server, IIS, IIS Express, Development
Author: Sander Holvoet (@smholvoet)
Author: Mötz Jensen (@Splaxi)