cm5778
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 
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...
btw I am using PowerShell version 5.1