powershell - The term 'appcmd' is not recognized as the name of a cmdlet -
I am getting the following error message:
The word 'APCMD' is not a CMDlet Is recognized by the name of the function, script file or operative program. Check the spelling of the name, or if the path is included, verify that the path is correct and try again in line: 1 character: 7
exists at APIMC.XA space
% systemroot% \ system32 \ inetsrv \ . To unzip your path variable to add path to
% systemroot% \ system32 \ inetsrv \ such as
SET path =% PATH%;% systemroot% \ system32 Required \ Inetsrv \
or you can use
Set-Location first to replace
Appcmd.exe
set-location% systemroot% \ system32 \ inetsrv \
and then you run the command.
Comments
Post a Comment