Get-IISSharedConfig
Gets IIS shared configuration status.
Syntax
Get-IISSharedConfig []
Description
The Get-IISSharedConfig cmdlet gets the current status of the IIS shared configuration feature.
Examples
Example 1: Get shared configuration status
PS C:\> Get-IISSharedConfig
Enabled = True
Physical Path = C:\export
UserName = administrator
This command gets the status of the IIS shared configuration.
Inputs
None