cm5778

Results 7 comments of cm5778

I am glad I found right discussion I am trying to create a webApplication on IIS pointing to Azure File share using PowerShell DSC xWebApplication as below xWebApplication AppName {...

Thanks @johlju for your response Sorry I missed \ above, the path I am using as \\\ only. Can you please specify where exactly to add PSDscRunAsCredential in the script

after specifying PSDscRunAsCredential getting a prompt for credentials and following with below error after manually providing credentials ![image](https://user-images.githubusercontent.com/74688078/118548304-c14f4900-b71f-11eb-96a3-a321d06990a4.png)

Thanks @johlju I will try those suggestions and will reach back.

@johlju apologies for not getting back sooner, I am having issue including PSDscRunAsCredential which I am trying to figure out, besides just to trim down the issue, I tried creating...

after adding below scripts $ConfigData = @{ AllNodes = @( @{ # The name of the node we are describing NodeName = "$Computer" PSDscAllowDomainUser = $true }; ); } and...