Get-MasterDataServicesIISInformation (PowerShell)
Ottiene informazioni su Internet Information Services (IIS) nel computer locale.
Sintassi
Get-MasterDataServicesIISInformation
Descrizione
Get-MasterDataServicesIISInformation restituisce un oggetto che contiene informazioni su Internet Information Services (IIS) nel computer locale. Queste informazioni determinano se IIS è in grado di ospitare i servizi e le applicazioni Web Master Data Services.
Parametri
Nessuno.
Input e output
Il tipo di input è il tipo degli oggetti che è possibile reindirizzare al cmdlet. Il tipo restituito è il tipo di oggetti restituito dal cmdlet.
Input |
Nessuno |
Output |
Microsoft.MasterDataServices.Configuration.IISInformation Get-MasterDataServicesIISInformation restituisce un oggetto che contiene informazioni su Internet Information Services (IIS) nel computer locale. |
Esempi
Output
Di seguito è riportato un esempio dell'output restituito quando si utilizza questo cmdlet.
CanAdministerIIS : True MdsInstallPath : C:\Program Files\Microsoft SQL Server\ IsInstalled : True VersionDisplayName : IIS 7.0 MajorVersion : 7 IsValid : True |
Utilizzo di Get-MasterDataServicesIISInformation
In questo esempio vengono restituite le informazioni su Internet Information Services (IIS) nel computer locale e viene verificato che IIS sia in grado di ospitare servizi e applicazioni Web Master Data Services.
C:\PS> Get-MasterDataServicesIISInformation