Skip to content
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

DLP Resources not pulling all details. #3023

Closed
maheshdalavi opened this issue Mar 16, 2023 · 0 comments · Fixed by #3038 or #3061
Closed

DLP Resources not pulling all details. #3023

maheshdalavi opened this issue Mar 16, 2023 · 0 comments · Fixed by #3038 or #3061
Assignees
Labels

Comments

@maheshdalavi
Copy link

Details of the scenario you tried and the problem that is occurring

SCDLPCompliancePolicy does not come with needful details for drift monitoring.
Details under the location option like Teams, EXO, OD, and SPO are listed, but details about MCAS, On-prem repository, PowerBI endpoint are missing.

PS C:\WINDOWS\system32> Get-DscResource -Name SCDLPCompliancePolicy | select -ExpandProperty Properties

Name PropertyType IsMandatory Values


Name [string] True {}
ApplicationId [string] False {}
CertificatePassword [PSCredential] False {}
CertificatePath [string] False {}
CertificateThumbprint [string] False {}
Comment [string] False {}
Credential [PSCredential] False {}
DependsOn [string[]] False {}
Ensure [string] False {Absent, Present}
ExchangeLocation [string[]] False {}
ExchangeSenderMemberOf [string[]] False {}
ExchangeSenderMemberOfException [string[]] False {}
Mode [string] False {Disable, Enable, PendingDeletion, TestWithNotifications...}
OneDriveLocation [string[]] False {}
OneDriveLocationException [string[]] False {}
Priority [UInt32] False {}
PsDscRunAsCredential [PSCredential] False {}
SharePointLocation [string[]] False {}
SharePointLocationException [string[]] False {}
TeamsLocation [string[]] False {}
TeamsLocationException [string[]] False {}
TenantId [string] False {}

Verbose logs showing the problem

Suggested solution to the issue

The DSC configuration that is used to reproduce the issue (as detailed as possible)

# insert configuration here

The operating system the target node is running

Version of the DSC module that was used ('dev' if using current dev branch)

@NikCharlebois NikCharlebois self-assigned this Mar 17, 2023
NikCharlebois added a commit to NikCharlebois/Microsoft365DSC that referenced this issue Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants