rubrikinc / polaris-o365-powershell

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

Ability to clear the SLA assigned to an object #5

Closed dterei closed 5 years ago

dterei commented 5 years ago

We should support the ability to clear the SLA assigned to an object so that it inherits the SLA of the parent/grandparent instead

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.