Get-MasterDataServicesIISInformation (Windows PowerShell)
Gets information about Internet Information Services (IIS) on the local computer.
Syntax
Get-MasterDataServicesIISInformation
Description
Get-MasterDataServicesIISInformation returns an object that contains information about Internet Information Services (IIS) on the local computer. This information determines whether IIS can host the Master Data Services Web applications and services.
Parameters
None.
Inputs and Outputs
The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet returns.
Inputs |
none |
Outputs |
Microsoft.MasterDataServices.Configuration.IISInformation Get-MasterDataServicesIISInformation returns an object that contains information about Internet Information Services (IIS) on the local computer. |
Examples
Output
The following is an example of the output that is returned when you use this cmdlet.
CanAdministerIIS : True MdsInstallPath : C:\Program Files\Microsoft SQL Server\ IsInstalled : True VersionDisplayName : IIS 7.0 MajorVersion : 7 IsValid : True
Using Get-MasterDataServicesIISInformation
This example returns information about Internet Information Services (IIS) on the local computer, and verifies that IIS can host Master Data Services Web applications and services.
C:\PS> Get-MasterDataServicesIISInformation