Chris H

Results 26 issues of Chris H

#### Details of the scenario you tried and the problem that is occurring When using ADObjectPermissionEntry to configure an ACL on a Path that requires escaping (comma, backslash, hash, plus...

bug
help wanted

### Problem description Imagine a scenario where a user wants to perform both these steps in the same configuration: - Rename a network adapter - Assign a DNS server address...

### Description of the issue @NikCharlebois This commit, just released in 1.24.424.1 https://github.com/microsoft/Microsoft365DSC/commit/b8c9d3138ba6ae31f1f389bac7852ce12a94f3dd Is a regression. If you remember, we moved to the Graph way of picking up AdministrativeUnits in...

Sorry, I think this got missed out of the discussion on #4481. The existing code coverage and integration tests do not currently apply on pull requests - they appear to...

### Description of the issue Raised this in #4037 but to be fair, that was a separate issue. When running Update-M365DscAzureADApplication cmdlet with the -AdminConsent parameter, it fails if the...

Enhancement
Core Engine

### Description of the issue Looking through the source code for AADAdministrativeUnit it looks like it still uses the 'beta' cmdlets throughout (Get-MgBetaDirectoryAdministrativeUnit etc). I believe the relevant cmdlets (especially...

Enhancement
Entra ID

On PowerShell 5.1, latest Windows 10. Looks like the GitHub URLs are no longer valid? ``` Install-Module InstallModuleFromGitHub Find-Module nameit | Install-ModuleFromGitHub Invoke-RestMethod : {"message":"Not Found","documentation_url":"https://docs.github.com/rest"} At C:\Program Files\WindowsPowerShell\Modules\InstallModuleFromGitHub\1.5.0\InstallModuleFromGitHub.psm1:48 char:17...

The same as #743 - the Get-MgBetaDirectoryRoleTemplate includes a Filter parameter, but when attempting to use this, it fails ``` Get-MgBetaDirectoryRoleTemplate -Filter "DisplayName eq 'User Administrator'" -ErrorAction Stop Get-MgBetaDirectoryRoleTemplate :...

Status: Needs Investigation

OK, so this one may take a little longer to explain: When setting up a brand new 'clean' Group Policy object ONLY using PSGPPreferences, without using the GPP GUI in...

bug

#### Pull Request (PR) description When setting up a read-only domain controller, it is possible to supply a user or group which will gain local administrative privileges to the RODC....

waiting for code fix