Andi Krüger
Andi Krüger
I'm currently using the Archive Resource to extract zip files to a destination. The current implementation of the resource does not allow to specify how the archive should be expanded....
Running DSC via the ARM Template extension offers great flexibility for automated setups. By default the execution policy on Windows 10 prevents the execution of not signed scripts. This will...
#### Pull Request (PR) description This function is used to unify the three calls into one function: ```powershell Update-Module -Name 'Microsoft365DSC' Update-M365DSCDependencies Uninstall-M365DSCOutdatedDependencies ```
There is a new setting for PowerShell Formatting available, that is not configured so far. This setting has big impact on the code formatting within this project. All strings are...
The SCSensitivityLabel resource is using a Settings parameter. This works fine when extracting the configuration, but the Delta report and Documentation generation is using the DSCParser module. That module is...
#### Details of the scenario you tried and the problem that is occurring Currently, AADGroup resource does not expose all parameters that are made available by the underlying cmdLets> New-MGGroup:...
#### Details of the scenario you tried and the problem that is occurring 1. Export settings The export of the resource does not generate a well formatted configuration. This configuration...
#### Details of the scenario you tried and the problem that is occurring The export of MSFT_IntuneDeviceConfigurationPolicyAndroidDeviceOwner results in a configuration that is not valid. The params: - DeviceManagementApplicabilityRuleDeviceMode -...
#### Details of the scenario you tried and the problem that is occurring Running an export of Power Platform componenten with a 2 FA enabled account results in an issue...
When running M365DSC Exports within Azure Automation Run Books there are some errors reported, that are cause by M365DSCLogEngine. The code within the run book is run as administrator. ```...