Chris H
Chris H
Just been looking through the code - suggest a change to the regex to do case insensitivity using a flag rather than [A-f] (which also matches G-Z). Pull request #41
Based on my understanding of GP extensions I hope it's OK for me to say there are still a couple of worries I'd have about how it's implemented at present:...
Hey, Just to give you a couple of reproduction scenarios for those issues: The issue with removing the setting (at present I think there may be another bug where Groups.xml...
Thanks @exchange12rocks - I'll take a look when you're done & try to test it then!
@gaelcolas @johlju What would be needed to revive this repository and specifically this pull request? I can do some smaller updates if it’s just rotted due to subsequent updates…
If anyone's trying to do this, it should be possible to do this using the ActiveDirectoryDsc module's ADObjectPermissionEntry resource https://github.com/dsccommunity/ActiveDirectoryDsc/wiki/ADObjectPermissionEntry To modify Delegate Management Permissions for all DFS Namespaces, you...
For example, the following [ActiveDirectoryDsc](https://www.powershellgallery.com/packages/ActiveDirectoryDsc/6.4.0) configuration will replicate the 'Delegate Management Permissions...' options within the DFS Management Console for both the Namespaces and Replication nodes: ``` # Create groups for...
Discussed in https://github.com/microsoft/Microsoft365DSC/issues/4982, should be resolved under https://github.com/microsoft/MSCloudLoginAssistant/pull/188
NB It is a 'feature' that DirectoryRoleTemplate cannot be filtered, see documentation: https://learn.microsoft.com/en-us/graph/api/directoryroletemplate-get?view=graph-rest-1.0&tabs=http#optional-query-parameters
Yep - Microsoft - where's your testing?