반응형
반응형
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을 저렇게 실행해서 배치..
오류: "$error.Clear(); if (Get-Service MpsSvc* | ?{$_.Name -eq 'MpsSvc'}) { Set-Service MpsSvc -StartupType Automatic Start-SetupService -ServiceName MpsSvc } "이(가) 실행될 때 다음 오류가 발생했습니다. "Microsoft.PowerShell.Commands.ServiceCommandException: 다음 오류로 인해 'Windows Defender Firewall (MpsSvc)' 서비스를 구성할 수 없습니다. 액세스가 거부되었습니다 ---> System.ComponentModel.Win32Exception: 액세스가 거부되었습니다 --- 내부 예외 스택 추적의 끝 ---". ..
익스체인지에서 C:\Program Files\Microsoft\Exchange Server\V15\Logging 위 폴더 안에 ExchangeDiagnosticsDailyPerformanceLog 관련 로그파일이 계속 증가하여 공간만 차지하는경우 처리하는 방법이다 1. 메모장을 관리자 권한으로 실행한다 2. 메모장으로 아래 파일을 연다 C:\Program Files\Microsoft\ Exchange Server\V15\bin\Microsoft.Exchange.Diagnostics.Service.exe.config 3. 파일내 설정을 수정한다 “DriveLockCheckEnabled” value=”True” to “DriveLockCheckEnabled” value=”False” True를 False로 ..
blogs.msmvps.com/bradley/2011/01/28/manually-removing-exchange-2003-from-the-migration-process/ Manually removing Exchange 2003 from the migration process Please note, I got here because I got stuck. This isn’t how you should normally uninstall or remove Exchange. Normally you just go into add/remove and do it from there. Remember I got stuck here. I also had previously moved the recepient updat..