microsoft / Microsoft365DSC

Manages, configures, extracts and monitors Microsoft 365 tenant configurations
https://aka.ms/M365DSC
MIT License
1.46k stars 440 forks source link

M365 DSC - DLPComplianceRule AdvancedRule #3455

Open FranckCTG opened 12 months ago

FranckCTG commented 12 months ago

Hi,

I'm doing some reports for a customer with M365DSC. But some information are missing.

When I'm using this powershell cmd : Get-DlpComplianceRule -Identity "Sxxxxxxxxxxxx" | Format-List "AdvancedRule" I can retrieve some information that I can't see with M365DSC with this CMD: Export-M365DSCConfiguration -Components @("SCDLPCompliancePolicy", "SCDLPComplianceRule", "SCLabelPolicy", "SCSensitivityLabel") -Credential $Credential -Path C:\Temp\

Could you tell me how I can do ? or do you have to create this new command / option ?

Regards,

andikrueger commented 12 months ago

Could you outline, what kind information is missing? We limit the options within the resources to parameters that can be updated or set with the respective cmdLets.

There are a few cases that information (additional params) is returned by the Get- cmdLet for a certain function. If this is the case, we cannot add these params to M365DSC. In any other instance, we would be happy to do so.

Could you share what version of M365DSC you are using?

FranckCTG commented 11 months ago

Hi,

Thanks for your reply, I'm a new user of M365DSC.

In fact, we need this kind of information :

Get-DlpComplianceRule -Identity "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" | Format-List "AdvancedRule"

[cid:f6ebd6b8-0786-4fc5-934e-7645b4cefe93]

We need these one into the red square. But impossible to retrieve these informattions by using M365DSC.

Could you help me ?

Regards,

De Bast Franck


De : Andi Krüger @.> Envoyé : mardi 11 juillet 2023 11:11 À : microsoft/Microsoft365DSC @.> Cc : FranckCTG @.>; Author @.> Objet : Re: [microsoft/Microsoft365DSC] M365 DSC - DLPComplianceRule AdvancedRule (Issue #3455)

Could you outline, what kind information is missing? We limit the options within the resources to parameters that can be updated or set with the respective cmdLets.

There are a few cases that information (additional params) is returned by the Get- cmdLet for a certain function. If this is the case, we cannot add these params to M365DSC. In any other instance, we would be happy to do so.

Could you share what version of M365DSC you are using?

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/Microsoft365DSC/issues/3455#issuecomment-1630453239, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBGEAYTBAXRWRQWQOVZQF63XPUKE3ANCNFSM6AAAAAA2FTRWMQ. You are receiving this because you authored the thread.Message ID: @.***>

andikrueger commented 11 months ago

@FranckCTG Could you please upload the image within github? It's not displayed.

FranckCTG commented 11 months ago

image here you are

FranckCTG commented 11 months ago

Hi,

Do you have any news about this topic ?

Regards,