Simon Heather
Simon Heather
I am experiencing the same issue with on on-premise GitLab repository. You can re-create it by entering incorrect credentials when GCM first prompts. From then on, GCM will not prompt...
@jeschu1, is anyone able to take a look at this?
Hi @gaelicWizard , a few notes on what you have submitted so far. Any change to these resources must be non-breaking, i.e. not affecting their current use for this edge...
PR #651 must be merged before this PR and it will then need refactoring.
@nanderh, thanks for your contribution and raising this PR. The CI checks are currently failing for it, as you need to update the changelog, and modify the `ADDomain` resource unit...
It would not make sense to include these as standard properties of the `ADUser` resource as they are not part of the standard AD Schema. The only sensible way to...
Powershell and PSScriptAnalyzer naturally splits and indents after the `-f` if you wrap the `Message` parameter in brackets, so: ```powershell Write-Verbose -Message ($script:localizedData.NotDesiredPropertyState -f 'ManagedBy', $ManagedBy, $targetResource.ManagedBy) ``` This pattern...
Hi @limiteddenial, thankyou for your contribution and raising this PR. The current situation with this module is that there is a known issue with the `ADGroup` resource, #633. Until this...
We can support all scenarios (same domain member, child domain member and one-way forest trust member) but it will need a rethink and refactor of the member addition/deletion code. I've...
I don't understand what would be the difference between `Always` and `WhenDifferent`.