I am running vRA 6.2.5 and have configured a catalog item to execute this PowerShell script.
Add-DnsServerResourceRecordA -Name "host24" -ZoneName "printerlogic.local" -ComputerName "v001.printerlogic.local" -AllowUpdateAny -IPv4Address "10.10.10.7" -TimeToLive 01:00:00
The script runs successfully on the IaaS server but I receive the following error executing it through vRA/vRO. The IaaS server has been joined to the domain so no domain hopping (yet). I have tried other PS scripts which execute successfully. What am I missing?
[2017-01-19 14:21:02.716] [D] Invoke command in session 1fb44fbc-dbb6-485e-82d9-9ce7df3ddc1c
[2017-01-19 14:21:07.284] [I] PowerShellInvocationError: Errors found while executing script
Microsoft.Management.Infrastructure.CimException: Failed to get the zone information for domain.local on server dc.domain.local.
at Microsoft.Management.Infrastructure.Internal.Operations.CimAsyncObserverProxyBase`1.ProcessNativeCallback(OperationCallbackProcessingContext callbackProcessingContext, T currentItem, Boolean moreResults, MiResult operationResult, String errorMessage, InstanceHandle errorDetailsHandle)
(Dynamic Script Module name : invokeScript#14)