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
- Error: Mail command failed: 530 5.7.57 Client not authenticated to send mail
- Send M365 meeting invitations to selected attendees
- Email from SharePoint: "Heads up! We noticed that you recently deleted a large number of files from a site" but the user doesn't deleting anything
- Response from Exchange Web Service is invalid XML
- How to set up Server for Microsoft 365 Admin Center Search & Intelligence
- SharePoint - Successfully adding GIFS to a thumbnail in a modern page news article
- Can't access anymore files and applications in a Microsoft 365 account
- Error retrieving files from sharepoint via python
- Microsoft 365 Developer Program
- Want to make a Sharepoint website which will show my Employee the stock
- Power Apps - Not able to render video from SharePoint Library into PowerApps Video Control
- Is there a way to bypass Excel's 2 minute Script runtime limit?
- 'mailto:' scheme doesn't work in web application embedded in MS365 web app
- Issue: Long Wait for Custom Outlook Add-In to Show Up for New Group Members in Microsoft 365
- MS Graph Events API returns empty list when querying a room
Related Questions in O365SECURITY-COMPLIANCE
- Programatically export sensitive information type matches from the Mcirosoft Purview portal
- teams chat messages are retained even after deletion through eDiscovery. How can this issue be resolved?
- Conditional access policy for Unmanaged devices Sharepoint Online
- Office 365/Exchange Online compliancesearch error CS007
- Get-ComplianceSearch: 400 Bad Request with CBA authentication
- O365 Quarantine Powershell Commands does not work
- automating ediscovery exports with powershell
- Win2012R2 New-SelfSignedCertificate : A parameter cannot be found that matches parameter name 'Provider'
- Graph API: ediscovery/cases/ endpoint is failing
- Including multiple values in a column in KQL
- Find mailboxes Where-Object {$_.InPlaceHold not in $ArrayOfValues} [PowerShell]
- Exchange Online: Transport rules vs Quarantine policy
- Create a second variable from the first variablbe
- Is there a way to get the statistics of data in legal hold through graph API?
- Which powershell module does the Get-PrivacyManagementRule command fall in?
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 # Hahtags
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?