Iain Brighton
Iain Brighton
When did this happen?! Assuming promoting to a DC is a supported operation, we (the Royal kind) should start thinking about a HQRM for AD.
@PlagueHO I guess we can, but try it?!
Can you move all of the paths after a machine has been promoted? If they cannot be moved easily, then I suggest we document this rather than try to implement...
Doesn't look particularly easy 😢 * https://support.microsoft.com/en-us/help/842162/how-to-relocate-the-sysvol-tree-on-a-domain-controller-that-is-running-nt-file-replication-service-for-sysvol * https://technet.microsoft.com/en-us/library/cc816594%28v=ws.10%29.aspx
@cnilak This is where the InstalledCheckRegKey, InstalledCheckRegValueName, InstalledCheckRegValueData properties are used. You will still need to provide a `ProductId` but this is ignored when `InstalledCheckRegKey` is specified; instead of checking...
@GamerLivingWill - I use the `InstalledCheckRegKey*` parameters in this scenario. Find a consistent REG_SZ value and use that in conjunction with an empty `ProductId`. Hope it helps 😃!
When the readme.md got reformatted (auto-generated?), it looks like it was dropped?! Here's what I use to install Citrix Receiver from a composite resource, but I'm sure you'll get the...
@PlagueHO I've not tried it, but would putting `$PSDefaultParameterValues['Verbose'] = $VerbosePreference` at the top of each *-TargetResource method/begin block work?
@PlagueHO I agree that they are all workarounds, but I don't see this being "fixed" outside of PowerShell 6.0 😢. It could just be that I'm a pessimist!
@sathya-bhat Yeah - I ran into this one in Lability. Unfortunately, the current schema does not allow the changing of the switch type of an existing switch because, as @DexterPOSH...