Enumerations.ps1

enum SecurityDescriptorFormat {
    Sddl
    Binary
    Base64
    Raw
    FolderAcl
    FileAcl
}