IIS Administration Cmdlets
Windows PowerShell® es un shell de línea de comandos basado en tareas y un lenguaje de scripting diseñado especialmente para la administración del sistema. Este tema de referencia para los profesionales de tecnología de la información (TI) proporciona ayuda para utilizar los cmdlets de Windows PowerShell para crear scripts y automatizar tareas.
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 |
---|---|
Clears an IIS configuration collection. |
|
Gets configuration information for an IIS Application Pool. |
|
Gets a configuration attribute value from an IIS configuration section or configuration element attribute. |
|
Gets a configuration collection object from an IIS configuration section or a configuration element. |
|
Gets a configuration element object from an IIS configuration collection. |
|
Gets a configuration element object from an IIS configuration section or a configuration element. |
|
Gets a configuration section object to work further with the IIS Configuration Store. |
|
Gets the IISAdministration view of IIS ServerManager. |
|
Gets configuration information for an IIS Web site. |
|
Creates a configuration element object in an IIS configuration collection. |
|
Creates an IIS Web site. |
|
Removes a configuration attribute from an IIS configuration section or configuration element attribute. |
|
Removes a configuration element object from an IIS configuration collection. |
|
Removes a specified configuration element. |
|
Removes a web site from an IIS server. |
|
Resets the IISAdministration view of the IIS ServerManager. |
|
Sets a configuration attribute value for an IIS configuration section or configuration element attribute. |
|
Instructs the IIS configuration system to delay the commitment of changes. |
|
Starts an existing site on the IIS server. |
|
Instructs the IIS configuration system to resume the commitment of changes. |
|
Stops an IIS Web site. |
Para obtener más información sobre los cmdlets o para obtener la sintaxis de los mismos, use el comando Get-Help
<nombre del cmdlet> cmdlet, donde <nombre del cmdlet> es el nombre del cmdlet que desea investigar. Para obtener información más detallada, puede ejecutar cualquiera de los siguientes cmdlets:
● Get-Help
<nombre del cmdlet> -Detailed
● Get-Help
<nombre del cmdlet> -Examples
● Get-Help
<nombre del cmdlet> -Full