You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base on #80 i saw that is possibility to put empty password when I have account wihtout a password.
But I have problem to do this.
I'am trying in that way:
If you're saying the account has no password because it's a gmsa, you can assign below to the credential.
Credential = New-Object System.Management.Automation.PSCredential("Domain\Account", (ConvertTo-SecureString "Test" -AsPlainText -Force))
But if it's a gmsa it's a domain account, so you also need to decorate your node data with: PSDscAllowDomainUser = $true;
Hello,
base on #80 i saw that is possibility to put empty password when I have account wihtout a password.
But I have problem to do this.
I'am trying in that way:
IisConfiguration -ConfigurationData $configData
The result is that I have set accout without $.
How to set accout with $. It is possible directly in IIS.
The text was updated successfully, but these errors were encountered: