Jeremie Patigny
Jeremie Patigny
Hello, I would also need this feature. In order to download Windows Updates I have to go through a proxy. The quick and dirty solution would be to hardcode it...
To add proxy config ps1, add ebproxy properties to variables $UpdateSession. : ``` while ($true) { try { $updateSession = New-Object -ComObject 'Microsoft.Update.Session' $updateSession.ClientApplicationID = 'packer-windows-update' $UpdateSession.WebProxy.Address = $proxy $UpdateSession.WebProxy.AutoDetect...
Hello, Is there any update on this topic ? This is a a much needed feature for me as my configuration manager runs as system, I cannot register PSRepositories /...
Working on this one
Hello, I could submit a fix for this issue (add double quotes for each member) but unfortunately it will not really help because at next run, terraform will tell you...
Hello @Lucero7919, You can use a group datasource to select the group for the membership resource and and user datasource(s) to get existing users **Example:** Adding an existing user to...
I have the same challenge. I can only use kerberos authentication protocol. I have two possibilities : - supporting kerberos for winrm - use terraform inside a docker container using...
@eramnes , The "problem" that I see with the LDAP based approach is that you're limiting yourself to pure LDAP object while using powershell you can open many other possibilities...
@pshamus , Here is a more detailed setup : [issue-34](https://github.com/hashicorp/terraform-provider-ad/issues/34#issuecomment-705807749) If it's still not enough feel free to reach out to me :-)