내 Azure 마켓 플레이스 WannaCry 취약점으로 인해 Microsoft에서 Azure 마켓 플레이스 VM 이미지가 갑자기 삭제되었습니다.Azure 인증 테스트 도구 1.2 "액세스가 거부되었습니다"
새로운 패치 이미지에서 생성 된 새로운 VM에서 Azure Certified 용 인증 테스트 도구 1.2를 실행하려고합니다.
로컬 관리자로 로그인하여 the documentation : "인증 도구는 VM 이미지가 Microsoft와 호환되는지 확인하기 위해 사용자 VM 이미지에서 프로비저닝 된 실행중인 VM에서 실행됩니다 하늘빛."
Azure Resource Manager가 아닌 기본 Classic에서 Windows Server 2012 R2 Datacenter 및 Windows Server 2016 Datacenter VM을 실행 해 보았습니다.
Windows 방화벽과 UAC를 사용 중지하려고 시도했습니다.
VM 용으로 changing the firewall rules on Azure을 시도하지 않았습니다. "Azure classic 포털에서 Windows 가상 컴퓨터를 만들면 일반적으로 원격 데스크톱 및 Windows PowerShell Remoting과 같은 공통 끝점이 자동으로 만들어집니다."
5/18/2017 6:23:22 AM
Log generated by Certification Test Tool for Azure Certified
Test name: ****** Test Date :5/18/2017 6:23:22 AM Tested on: ******.cloudapp.net Test for: Microsoft Azure Test in: Windows Server
5/18/2017 6:23:24 AM
Test case/Verification: TestConnection
Description: Instantiates connection to the specified VM.
Connection Attempt: 1 Connecting to the Azure VM.... ******.cloudapp.net Error in connecting to the VM. Reason for not connecting to the VM : System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server ******.cloudapp.net failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. at System.Management.Automation.Runspaces.AsyncResult.EndInvoke() at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult) at System.Management.Automation.Runspaces.Internal.RemoteRunspacePoolInternal.Open() at System.Management.Automation.RemoteRunspace.Open() at WindowsAddin.PSConnection.OpenSession() ----------------------------------------------------------------->
편집 : 몇 가지 링크를 추가 여기
는 (적용 WannaCry 패치 포함) 새로운 푸른 클래식 VM에서 도구를 실행에서 생성 된 로그입니다.
관리자로 도구를 실행합니까? –
[질문] (http://stackoverflow.com/questions/22680211/access-denied-on-remote-winrm)에서 확인할 수 있습니다. –
예 도구를 관리자 권한으로 실행하고 있습니다. 나는 또한 로컬 관리자로 로그인했다. 나는 심지어 그 질문에 대한 하나의 대답에 따라 powershell에 대한 권한에 명시 적으로 사용자를 추가하려했습니다. [이 질문] (http://stackoverflow.com/questions/36061088/unable-to-connect-to-vm-with-azure-certified-test-tool-1-2?rq=1)도 비슷합니다. 그러나 허용 된 대답은 Azure Resource Manager VM에만 적용되며 다른 대답은 방화벽을 통해 도구를 허용하지만 내 방화벽을 완전히 해제했다고 제안합니다. – SalamiArmy