Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Security Policy Box

(0) ShareShare
ReportReport
Posted on by 366

On the user setup window, they have several users that do not have the Enforce Password policy box checked.  Is there a report or a script the customer can run to see what users do not have the boxes checked or do they just have to go through each user one at a time to verify (they have a lot of users) 

Categories:
  • Suggested answer
    David Musgrave MVP GPUG All Star Legend Moderator Profile Picture
    David Musgrave MVP ... 13,965 Most Valuable Professional on at
    RE: Security Policy Box

    GP Power Tools shows this information in two places.

    There is a query in the Security Analyser window and the SQL Login Maintenance window shows it too, including the number of days to password expiry.

    Regards

    David 

  • Suggested answer
    RE: Security Policy Box

    There isn't anything in GP that I can find, whether report or even GP table.

    Most likely as GP us really just a user interface for the SQL Server which is where the true 'Enforce Password Policy' settings exist for the user/login.

    I'm not sure if there's any SQL system table which holds that information. The closest I could find is here:

    select

       @@SERVERNAME as servername,

       name,

       IS_SRVROLEMEMBER('sysadmin', name) as SYSADMIN,

       type_desc,

       create_date,

       is_policy_checked,

       is_disabled,

       password_hash,

       PWDCOMPARE(name, password_hash) as UsernameAsPassword

    FROM sys.sql_logins

    Thanks

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,409 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans