Microsoft365DSC
Microsoft365DSC copied to clipboard
IntuneDeviceConfigurationWiredNetworkPolicyWindows10: Add certificate display names to wired network config
Pull Request (PR) description
This pull request adds the functionality to specify certificate display names to the IntuneDeviceConfigurationWiredNetworkPolicyWindows10 resource. Previously, it was only possible to specify the certificates by id, but that would not work if the configuration was exported from one tenant and imported to another tenant. Now, if the certificate id is not found and a certificate display name was specified, a lookup against the display name will be performed. If the lookup was successful, the id of that certificate will be used. Otherwise, an error will be thrown.
This Pull Request (PR) fixes the following issues
- Fixes #4582