I've been trying to figure out how a few security settings in M365 tenant can be configured via Powershell. I was looking into Privacy Management in the admin console which has a bunch of settings I required, for eg- data retention period for subject right requests. I was not able to find anything in the Microsoft documentations, but by some hit and trial I found a command - Get-PrivacyManagementRule . Turns out it has a lot of settings I was looking for. I'm currently not sure whether I can use this command or this will eventually be deprecated since there is literally 0 information about this command from Microsoft. Can anyone with more info on this help me out ?
Which powershell module does the Get-PrivacyManagementRule command fall in?
69 Views Asked by Prakhar Athreya At
0
There are 0 best solutions below
Related Questions in POWERSHELL
- PowerShell Linphone Configuration
- How avoid \t being converted to Tab in Powershell
- How do I get my terminal to work in VS Code? Exit Code:2, doesn't allow me to type anything
- Npm command not working in powershell but works in cmd
- Issue with path not being treated as encapsulated when calling cmd /C
- Native command throws error only when I redirect to a variable
- Logic Apps and long running Azure Function (Powershell)
- April fools - PsExec (PsTools)
- How to use nested ForEach-Object
- Batch Script-Powershell MessageBox | How do I set TopMost within PS command line of Batch?
- Execution Stuck at Get-PnPPage if function executed on Button Click
- How can I expand a column from group output?
- How to use expression in regex -replace with capturing group in powershell
- powershell where-object -cnotmatch filter unwanted lines
- How to make Visual Studio 2022 project launch Windows Terminal instead of PowerShell?
Related Questions in SECURITY
- HTTPS configuration in Spring Boot, server returning timeout
- HSM ZKA control mask values
- OWASP Amass Subcommands
- Is there a need for BPF Linux namespace?
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- When sanitize/encode while implementing tags system like on SO
- spring security version in spring-boot-starter-security
- I am currently trying to implement a rudimentary firewall from a video I watched but the nimda worm detection is not working and i do not know why?
- Is it possible for `sudo` to fail temporarily with the correct password? Hacking suspected
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- What abilities should I concentrate on while bug hunting, and how can I improve the quality of my bug bounty reports?
- System.ArgumentOutOfRangeException: I passed this error in every single program
- How to prevent users from creating custom client apps?
- Does server-side content security policy exist for youtube video player API, app, mod apks and website?
- Can we pass a hostname/IP address as a query string in a GET request in REST API
Related Questions in MICROSOFT365
- Office365: Refreshing access token results with "AADSTS9002313" invalid_grant execption
- vba powerpoint for mac creating unwanted blank line
- Paste Special msoClipboardFormatPlainText creates unwanted line break on Mac
- "Authentication unsuccessful", SMTP, basic auth, Microsoft 365 email
- Dynamics 365 Finance & Operations API
- Export all stream videos from stream on sharepoint to csv
- get sharepoint file programatically (I know the url from a web browser)
- Dynamic Distribution Group Creation (PowerShell)
- Employee Availability in Microsoft Form
- What can be the reason behind Microsoft graph API(/v1.0/me) returning NULL in "preferredLanguage" field in the profile object?
- teams chat messages are retained even after deletion through eDiscovery. How can this issue be resolved?
- MS 365 dev subscription won't auto-renew even though I'm actively using it
- Creating a text file by searching a string in Outlook inbox(including group inbox)
- What is the difference between creating user from EntraID and MS365 Protal?
- MS Graph API - there is no users/<userid>/drive/items/<itemid>/children/<childrenid>/permissions endpoint
Related Questions in O365SECURITY-COMPLIANCE
- Conditional access policy for Unmanaged devices Sharepoint Online
- teams chat messages are retained even after deletion through eDiscovery. How can this issue be resolved?
- API for managing Compliance Manager Assessments
- Will previous account without MFA continue to work with Exchange Online PowerShell V2 (EXO V2) module
- Is there a way to get the statistics of data in legal hold through graph API?
- Create a second variable from the first variablbe
- Advanced Threat Protection Rest API
- Rest APIs for Content Search in Security and Compliance - Office 365
- Trying to create a delete email powershell script
- How to send programmatically encrypted email using Azure Information protection C#
- Get-ComplianceSearch: 400 Bad Request with CBA authentication
- Grant O365 Management API permissions to a managed identity
- Graph API access for Office 365, Sharepoint & One Drive
- Backup a user's OneDrive for Business account using PowerShell
- Graph API: ediscovery/cases/ endpoint is failing
Related Questions in CLOUD-SECURITY
- Is it a bad practice for Amazon Cognito to keep the UserPoolId and ClientId hardcoded in the source code on the front end?
- How To Give Access To Resources Behind A GPC VPC Perimeter?
- Why can't security administrator see resources in a subscription?
- Aws config for Api security monitoring
- Ensure that App Engine applications enforce HTTPS connections
- Are TsunamiSecurityScanner queries on cloud run instances an attack or Google check?
- Looking for an API call to fetch all domain-wide delegations within my Google Admin Console
- Unable to parse parameter: promoteorqurantineFunctionName
- ACL for openstack dashboard security
- Is it possible to block malicious domains in AWS by adding them in Threat List?
- How to use non-default Google Service Account credentials with SecretManagerService in Google Cloud Function?
- S3 bucket: Restrict access
- How to spot public S3 buckets
- Which powershell module does the Get-PrivacyManagementRule command fall in?
- AWS Pen test - vulnerability scanning
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?