I am sorry for taking this space but need a couple of answers. Understand our context; the company has hundreds of servers yet no naming conventions as to location, OS, or ownership. That known, I am charged with migrating IIS webs to other data centers, all without a great of documentation or dependencies. So I want to use the dependency tool.
First problem, the installer on each server needs up-grading in order to install. Inasmuch as I am testing this tool on our system, suggesting an upgrade of installer in order to install a beta tool is a loser until I can prove that the tool is an advantage to our work.
So I am attempting command line remote check. Problem is, no matter my nomenclature, I receive an error message. For example, when I try this CLI implementation:
C:\Program Files\Microsoft Web Deploy>msdeploy -verb:getDependencies -source:met
akey=lm/w3svc/861404620 -param:alltrigger,computerName=WYJPAM01.1dc.com
Specified source is invalid.
The metabase key '/lm/w3svc/861404620' could not be found.
Metabase Admin Base Object could not be instantiated. Perhaps 'IIS 6 Metabase C
ompatibility' feature is not installed.
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
or
C:\Program Files\Microsoft Web Deploy>msdeploy -verb:getDependencies -source:met
akey=lm/w3svc/861404620 -param:alltrigger,computerName=WYJPAM01.1dc.com -userNam
e={domain}\{username -password={password}
Unrecognized argument '{domain}\{username}
I have tried other variations, each to no avail. Any suggestions?
Thanks,
O. J. King