Attempting to launch ArcGIS Enterprise 11.1 via PowerShell DSC. Our environment will contain Portal, DataStore and 2 ArcGIS Servers. For this reason, the config-store and directories are on a shared network location: \\fileshare.test.com\dfs\arcgis\arcgisserver\config-store
The ArcGIS Service account is a domain account and has full control on the arcgis folder.
I'm getting this error: Failed to create the site. The specified configuration store location
is not accessible. Ensure that the ArcGIS Server account has read and write access to the lo
cation."
JSON file is configured like so for config-store:
"ConfigStoreLocation":"\\\\fileshare.test.com\\dfs\\arcgis\\arcgisserver\\config-store"
If I manually configure the site, I can successfully set the config store. Seems like the issue is creating the site via dsc. Any ideas or specific permissions I need to allow for the ArcGIS Server account?