Skip to content

Security issue in Create_PSO.ps1  #1

@cubadonis

Description

@cubadonis

Hey,

as you say in your webinar setting reversible encryption is a bad idea which i totally agree. Unfortunately, the option is set by default unless the parameter ReversibleEncryptionEnabled was specified and set to $False or 0.

Please fix Create_PSO.ps1 and add the following parameter(s) to the New-ADFineGrainedPasswordPolicy cmdlet

-ReversibleEncryptionEnabled $False
(-ProtectedFromAccidentalDeletion $True)

Reference:
https://learn.microsoft.com/en-us/powershell/module/activedirectory/new-adfinegrainedpasswordpolicy?view=windowsserver2022-ps

Regards,
Alex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions