• How do I set the edsvaProtectFromDeletion attribute to true using PowerShell

    How do I set the edsvaProtectFromDeletion attribute to true using PowerShell?

    For example, setting "OU=TEST,OU=Servers,DC=domain,DC=local", I have tried: 

    1. Set-QadObject -Identity "OU=TEST,OU=Servers,DC=domain,DC=local" -ObjectAttributes…