rubrikinc / polaris-o365-powershell

PowerShell commands for managing Polaris M365 protection
MIT License
7 stars 13 forks source link

Ability to assign Do-Not-Protect to an object #4

Closed dterei closed 5 years ago

dterei commented 5 years ago

We should allow "Do-Not-Protect" assignment to an object (user or subscription)

railroadmanuk commented 5 years ago

We have this today, see this from the help for Set-PolarisO365ObjectSla command:

    .PARAMETER SlaID
    The SLA ID for an SLA Domain. Can be obtained through the 'Get-PolarisSLA' command. Use the string 
    'UNPROTECTED' to remove any SLA from this object, or the string 'DONOTPROTECT' to explicitly not protect 
    this or any child objects.
dterei commented 5 years ago

Oops! My bad, sorry!