Esri / arcgis-powershell-dsc

This repository contains scripts, code and samples for automating the install and configuration of ArcGIS (Enterprise and Desktop) using Microsoft Windows PowerShell DSC (Desired State Configuration).
Apache License 2.0
120 stars 62 forks source link

Access Software on Network Shares #356

Open vassilo opened 3 years ago

vassilo commented 3 years ago

Hi,

We have a situation where all our development machines are not on the domain, and we would like to start using the DSC scripts to make our deployments more streamlined and standardised. However, as the DSC uses the LOCAL\SYSTEM account this makes it impossible to have the software sitting on a common fileserver (which is on the domain).

Is there any way around not having to copy the software onto the local machine before running the install?

Regards, Vassilo

Community Note

Module Version

Affected Resource(s)

Configuration Files

# Copy-paste your DSC JSON configurations here - for large configs,
# please use a service like Dropbox and share a link to the ZIP file.

Expected Behavior

Actual Behavior

Steps to Reproduce

Run the DSC installation

Important Factoids

References

cameronkroeker commented 2 years ago

Hi @vassilo,

In order to use a common network file share that's on a domain you will need to grant each target node's NT\Authority System (LocalSystem) account access to the share. Here is a third party resource that may help:

https://serverfault.com/a/135874

Thanks, Cameron K.

vassilo commented 2 years ago

Hi @cameronkroeker

With the machines on the domain it is not a problem, that I have got working. It is more what to do with machines that are not on a domain but still need to access a common fileshare.

Regards, Vassilo

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.