IIS Administration Cmdlets

Windows PowerShell® は、特にシステム管理用に設計されている、タスク ベースのコマンド ライン シェルとスクリプト言語です。IT プロフェッショナルを対象としたこのリファレンス トピックは、Windows PowerShell コマンドレットを活用してタスクをスクリプト化および自動化する場合に役立ちます。

IIS Administration Cmdlets

This reference provides cmdlet descriptions and syntax for all IIS Administration specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

cmdlet Description

Clear-IISConfigCollection

Clears an IIS configuration collection.

Get-IISAppPool

Gets configuration information for an IIS Application Pool.

Get-IISConfigAttributeValue

Gets a configuration attribute value from an IIS configuration section or configuration element attribute.

Get-IISConfigCollection

Gets a configuration collection object from an IIS configuration section or a configuration element.

Get-IISConfigCollectionElement

Gets a configuration element object from an IIS configuration collection.

Get-IISConfigElement

Gets a configuration element object from an IIS configuration section or a configuration element.

Get-IISConfigSection

Gets a configuration section object to work further with the IIS Configuration Store.

Get-IISServerManager

Gets the IISAdministration view of IIS ServerManager.

Get-IISSite

Gets configuration information for an IIS Web site.

New-IISConfigCollectionElement

Creates a configuration element object in an IIS configuration collection.

New-IISSite

Creates an IIS Web site.

Remove-IISConfigAttribute

Removes a configuration attribute from an IIS configuration section or configuration element attribute.

Remove-IISConfigCollectionElement

Removes a configuration element object from an IIS configuration collection.

Remove-IISConfigElement

Removes a specified configuration element.

Remove-IISSite

Removes a web site from an IIS server.

Reset-IISServerManager

Resets the IISAdministration view of the IIS ServerManager.

Set-IISConfigAttributeValue

Sets a configuration attribute value for an IIS configuration section or configuration element attribute.

Start-IISCommitDelay

Instructs the IIS configuration system to delay the commitment of changes.

Start-IISSite

Starts an existing site on the IIS server.

Stop-IISCommitDelay

Instructs the IIS configuration system to resume the commitment of changes.

Stop-IISSite

Stops an IIS Web site.

コマンドレットの詳細や構文を確認するには、Get-Help <コマンドレット名> コマンドレットを使用します。<コマンドレット名> には、調査対象のコマンドレットの名前を指定します。さらに詳しい情報については、次のコマンドレットを実行してください。

Get-Help <コマンドレット名> -Detailed
Get-Help <コマンドレット名> -Examples
Get-Help <コマンドレット名> -Full