command - How do I get the appcmd? Windows 10 -
how appcmd write commands? using windows 10. getting error:
'appcmd' not recognized internal or external command, operable program or batch file.
also, if have used command:
appcmd delete site "default web site"
if opposite - use add instead of delete?
thanks in advance!
malin
appcmd.exe
located @ path %windir%\system32\inetsrv
, default not listed in path
variable. in order use command have navigate folder first , can update iis configuration using appcmd
utility.
by way appcmd.exe
available administrator account or users members of administrators group on computer.
and second question, yes opposite verb delete
add
.
more information can found @ documentation: https://technet.microsoft.com/en-us/library/jj635852(v=ws.11).aspx#bkmk_start
Comments
Post a Comment