Cameron Kroeker

Results 110 comments of Cameron Kroeker

Hi @ericandersondhshq, Have you tried creating a [credential object ](https://docs.microsoft.com/en-us/powershell/scripting/learn/deep-dives/add-credentials-to-powershell-functions?view=powershell-7.2#creating-credential-object) and using/passing in the `-Credential` parameter with the `Invoke-ArcGISConfiguration` command? For example: ``` Invoke-ArcGISConfiguration -ConfigurationParametersFile C:\config\BaseDeployment.json -Mode InstallLicenseConfigure -Credential Domain\username...

Hello @minagim , When Admin Access is enabled on the WebAdaptor, ```"WebAdaptor": {"AdminAccessEnabled": true}```, the ArcGIS Module will use the Web Adaptor URL for the federation Server Admin URL. Toggle...

@Biboba this has been fixed in v3.0.2. Please feel free to give that a try =)

> Thanks for clarifying the admin URL issue. > > Here is the Server List page on the portal sharing endpoint. > > ![image](https://user-images.githubusercontent.com/60987985/90193479-05797b80-dd93-11ea-881c-b0e68b0c110f.png) > > Would taking off admin...

> @cameronkroeker, I just successfully upgraded from 10.8 to 10.8.1 using 3.1.0 but this issue occurred again at the end. > Thanks Hi @Biboba , Sorry to hear the issue...

> Thanks for your reply @cameronkroeker. > It's my computer running Windows 10 Enterprise. What other information would you need ? > Thanks Thanks @Biboba The reason I asked is,...

> > Thanks for your reply @cameronkroeker. > > It's my computer running Windows 10 Enterprise. What other information would you need ? > > Thanks > > Thanks @Biboba...

Hi @BrendanEsri, The module will update the portal oauth arcgisonline app redirect uri list with the hostname of the federated ServerAdminURL. So in this case since server web adaptor admin...

Hi @codehtmai, The `Invoke-ArcGISConfiguration` command can be embedded inside a powershell script (though not in an another DSC configuration). So you will first need to compile and run the other...

Hi @ericandersondhshq, I suspect the issue is with the location of where the .prvc file is located. When using file shares in DSC, the NT Authority\Local System account of the...