반응형
XXXX is not recognized as an internal or external command,
operable program or batch file.
원인
실행 하려는 path 위치를 제대로 못찾아서 나타는 오류
해결방법
bat 파일내 파일이름 앞에 절대경로집어넣기
또는 윈도우 path환경설정에 해당 실행파일 위치 넣기
그런데...
Exchange 같은 powershell 프로그램이라면??
powershell -psconsolefile "C:\Program Files\Microsoft\Exchange Server\V15\Bin\exshell.psc1" -noexit "& 명령어
물론 위치는 exchange 버젼따라 조금 다를수 도 있지만
대략 exchange shell을 저렇게 실행해서
배치파일에서 자동 실행 가능하다
-noexit를 제거하면
명령 실행후 powershell은 자동종료
일이 간편해 진다.
728x90
반응형
'windows > exchange' 카테고리의 다른 글
EXCHANGE 2016/2019 POP3 / IMAP 연결 인증서 없이 -ERR Command is not valid in this state. (0) | 2022.06.15 |
---|---|
exchange 2016 삭제가 안될경우 (0) | 2022.06.10 |
exchange 2016설치시 에러 (0) | 2022.05.30 |
Exchange ExchangeDiagnosticsDailyPerformanceLog파일 관련 (0) | 2021.05.25 |
exchange 연결끊기 (수동) (0) | 2021.04.28 |