Rob Davis

Results 18 comments of Rob Davis

@saiprasanthrajavarapu - I have not tried any versions beyond 8.1.0.0. So, can't confirm myself. As far as a workaround, I ended up doing something like this: ```Powershell ForEach($groupName in $ADData.gMsaLocalGroups)...

@johlju - thanks for the suggestions; I will try those out! I encountered a couple other issues getting a standalone RS server to work, but I am going to log...

@johlju I checked the Reporting Services Log files and discovered the issue... As I mentioned before, I had the `RSSvcAccount` set to `NT AUTHORITY\NETWORK SERVICE` per the **Creating a database...

@johlju - no, I didn't need to use the Start-Sleep. It seems like the scripts are *almost* doing the right thing. However, in the DSC case, the user being added...

I ended up using a script resource to make this work, but definitely not ideal. Can anyone from the team comment on this issue?

@gaelcolas - in this case, I was changing the credential from running as LocalSystem to a domain user. So, different username. Here's the relevant part from the DSC log above:...

@joeypiccola Looks like you can change the task import order to make your 2nd example work: ```powershell task default -depends Test task Build -FromModule PowerShellBuild -Version '0.6.1' -depends @('StageFiles', 'BuildHelp',...

Thank you @vbauzysvmware, I appreciate the consideration. It appears the vsphere provider supports this use case through its [disk block(s)](https://registry.terraform.io/providers/hashicorp/vsphere/latest/docs/resources/virtual_machine#disk-options), so some precedent exists.

@Didainius - thanks for the response! In this case, I am provisioning only Windows guests, thus I have to use [cloudbase-init](https://cloudbase.it/cloudbase-init/). The VCD vcd_vapp_vm resource seems to be [setting](https://github.com/vmware/terraform-provider-vcd/blob/89bcdc8abb7a31d33e972b02f94a077da93ccb93/vcd/resource_vcd_vapp_vm.go#L2258) the...

@Didainius As far as I can tell, no. Unless I am missing some permissions that make it possible. However, it's possible to do it with the vSphere UI: 1. Search...