Chris H

Results 26 issues of Chris H

Hey, Found this today but a bit confused as to what it's for. Doesn't it replicate the functionality already available in the built-in PackageManagement DSC module? https://docs.microsoft.com/en-us/powershell/dsc/reference/resources/packagemanagement/packagemanagementsourcedscresource?view=dsc-1.1 https://docs.microsoft.com/en-us/powershell/dsc/reference/resources/packagemanagement/packagemanagementdscresource?view=dsc-1.1 Let me...

Similar to #225, filtering should be restricted on /directoryRoleTemplates (microsoft.graph.directoryRoleTemplate) as the API does not support $filter. For example, both these queries: ``` https://graph.microsoft.com/v1.0/directoryRoleTemplates?$filter=displayName eq 'Global Administrator' https://graph.microsoft.com/beta/directoryRoleTemplates?$filter=displayName+eq+'Global+Administrator' ``` return:...

ToTriage

### Resource proposal Continuing the discussion from #40 - I can let you know of a need for support for Add-ADDSReadOnlyDomainControllerAccount to implement a pre-staged account for an RODC. https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/deploy/rodc/install-a-windows-server-2012-active-directory-read-only-domain-controller--rodc---level-200-...

help wanted
resource proposal

#### Pull Request (PR) description A rebased pull for #60 It looks OK to me, waiting to see if it passes the Pester tests as these may need updating to...

waiting for code fix

#### Pull Request (PR) description As discussed in #714, adding PlatyPS to required modules in an attempt to resolve build errors #### This Pull Request (PR) fixes the following issues...

waiting for author response

The build process is currently working, but during a build I happened to notice a repeating error under the 'Build & Package Module' section: https://dev.azure.com/dsccommunity/ActiveDirectoryDsc/_build/results?buildId=9099&view=logs&j=bce26a94-9049-50eb-6c1c-385ccbec51f9&t=512e4b73-7a3e-57af-0534-ae809c1351da ``` pwsh.exe : The term...

enhancement
help wanted

Noted under the documentation that: _'TameMyCerts uses the MemberOf (https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-ada2/cc24555b-61c7-49a2-9748-167b8ce5a512) Active Directory attribute (against the mapped accounts domain).'_ and that one cause is that 'nested' group memberships are not supported....

### Description of the issue When trying to use EXODistributionGroup to create a resource without specifying 'Ensure', Test-TargetResource always returns True even if the resource doesn't exist It looks like...

### Description of the issue The Exchange Online team recently posted some recommendations on reducing memory consumption of the Exchange Online PowerShell V3 module: 1. Do not load the help...

Enhancement
Core Engine
MSCloudLoginAssistant

#### Pull Request (PR) description - Allow WebConfigPropertyCollection to be used to add different key types when there are none already (e.g. to allow https://stackoverflow.com/questions/30135330/managing-iis-net-authorization-rules-with-a-powershell-script) - Set IisModule, IisMimeTypeMapping to...

needs review