Replies: 12 comments 1 reply
-
Hi @cejkyn, Can you check
Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi Cameron, thank you very much for a quick response. I have run the command with -EnableMSILogging flag, but nothing changed. I have no logs in C:\users\Administrator\Log and C:\Windows\Temp folders. I have checked Windows Event Viewer application logs too but there isn’t any error message. This is very weird… Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thanks @cejkyn for providing the additional information. Can we check which version of PowerShell we are using? We need to ensure it is 5.1 and not 7. For example:
Windows Management Framework 5.1: Would it be possible for you to share your json configuration file? Can scrub out sensitive information such as passwords. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi Cameron, my version of PS is 5.1 see below Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi @cameronkroeker, the -DebugSwitch didn't bring any new information. Here is my conf.json: Thanks, |
Beta Was this translation helpful? Give feedback.
-
@cameronkroeker Petr. |
Beta Was this translation helpful? Give feedback.
-
Thanks @cejkyn. On the orchestration/target machine can you run the following powershell command? Get-FQDN test.tp.local |
Beta Was this translation helpful? Give feedback.
-
here is the result
Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thanks @cejkyn. Now let's try: Get-FQDN $env:COMPUTERNAME Also let's ensure test.tp.local is in the trusted hosts by running this command: winrm s winrm/config/client '@{TrustedHosts="test.tp.local"}' |
Beta Was this translation helpful? Give feedback.
-
@cameronkroeker below is the result This VM is run on Hyper-V. It's not part of a domain. The DNS resolve is made by hosts file (192.168.81.12 test.tp.local). Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thanks @cejkyn Did adding test.tp.local to the trusted hosts help resolve the issue? If not let's try using Test.local for NodeName in the json config file and also ensure test.local is listed in the trusted hosts. Another suggestion is to pass in the local Administrator account with the |
Beta Was this translation helpful? Give feedback.
-
@cameronkroeker something has changed. I had changed the NodeName to "TEST.local" in json file and added it to trusted hosts. Now I am getting this error message see below (I also tried to pass -Credential flag in the second attempt but nothing has changed) |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am the begginer in using PowerShell (DSC). I have installed the ArcGIS Module and downloaded the BaseDeployment-SingelMachine.json. After I had modified this sample json, I ran the Invoke-ArcGISConfiguration but nothing happened see the attached screenshot.
I want to install AGE 11.1 on my test VM with WS 2022, but I am stuck now. I don't know what I am doing wrong.
Any help is really appreciated.
Thanks,
Petr.
Beta Was this translation helpful? Give feedback.
All reactions