Estou curioso em saber como listar serviços da Web, sites da Web e pools de aplicativos em um arquivo .txt em uma máquina com Windows Server 2003. Eu tenho o Powershell 2.0 configurado e tenho tentado executar alguns scripts, mas nada parece funcionar.
Eu tentei:
iisweb /query
e recebo um erro dizendo:
- This script does not work with WScript
- Would you like to register CScript as your default host for VBscript?
- To run this script type: '"CScript.exe IIsCnfg.vbs[params]"'
Eu tentei usar CScript.exe IIsCnfg.vbs [params] " but even that command fails and errors out to an
Erro de entrada: Não é possível localizar o arquivo de script" C: \% SYSTEMROOT% \ system32 \ iiscnfg.vbs "
Alguém tem alguma experiência com o Windows Server 2003 e usa o Powershell com ele? Versão do Powershell é 2.0
@pk
Aqui está o que isso me dá como um código de erro. Eu também não entendo os parâmetros que eu quero dar.
PS U: > CSript.exe IIsCnfg.vsb / consulta
The term 'CSript.exe' is not recognized as the name of a cmdlet, function, script file, oroperable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:11
+ CSript.exe <<<< IIsCnfg.vsb /query
+ CategoryInfo : ObjectNotFound: (CSript.exe:String) [], CommandN
otFoundException
+ FullyQualifiedErrorId : CommandNotFoundException