-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXOQuarantinePolicy not including Global Policy #3285
Comments
I've updated the module, and the Global Policy is included now in an export, but it doesn't seem to have pulled settings like Notification Frequency. From Export |
Changing the following has exported the settings. C:\Program Files\WindowsPowerShell\Modules\Microsoft365DSC\1.23.510.1\DSCResources\MSFT_EXOQuarantinePolicy\MSFT_EXOQuarantinePolicy.psm1 Line 99 changing: To
Line 211 Adding:
Export now includes:
|
@NikCharlebois it seems that when exporting the identity gets swapped to a different name, that's easy to solve but I didn't notice that the global policy has additional properties from the regular policies, should this be solved by creating a separate resource? Or just add them as parameters to get/set/test and deal with them depending on if we're setting up the global policy or not? |
@ricmestre @titlerequired |
The global quarantine settings are not exported in the EXOQuarantinePolicy resource.
To export these manually in PowerShell you must use, Get-QuarantinePolicy -QuarantinePolicyType GlobalQuarantinePolicy
Is there a proces to export these or will it be included in future?
The text was updated successfully, but these errors were encountered: