Please explain how the Scripting Governance Dashboard counts people it says has scripted/counts how to add people to groupIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Please explain how the Scripting Governance Dashboard counts people it says has scripted/counts how to add people to group Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } zurich onwards Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } This is expected behavior due to the Scripting Governance Tool that is introduced in Zurich to improve instance security. To give you a background,AS part of this tools few acls are added to restrict access on scripting capabilities"These ACLs on *.[script] are meant to improve platform security by denying access to scripting unless users have the role "snc_required_script_writer_permission provided specifically". There is a system property 'glide.security.scripting_role.auto_provisioning' , if this is set to true.The users are automatically added to the Conditional Script Writer group/snc_required_script_writer_permission role. Generally this is set to true ,but you can set this to false which will stop the role/group from being auto assigned to users and then you can grant the role manually as needed In order to maintain current permissions, all existing and new users were automatically added to the Conditional Script Writer group, granting them scripting permissions equivalent to lower versions. The basic rule which is followed to assign users to this group is If explicit role plugin is enabled then external user will not be part of script writer group, internal user should have 1 more role along with snc_internal role.If explicit role plugin is disabled then user should have minimum 1 role to add to the group It is recommended that the auto-assign function be disabled, and customers review which users actually require scripting access.Users who do not require scripting access should be removed from the group Please see below kB articleshttps://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2538150https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB24883 scripting governance tool, as of now doesnot show which scripts exactly have been edited or modified. How it works is that, it includes all the users that have created/edited some scripts like clients script/ui policies/script include/background scripts or added some script via the source code option in HTML fields. Scripting Governance Tool provides the opportunity for you to now control who can edit any kind of scripts,with their existing access.So even Admins who has access to everything cannot edit any scripts going forward unless they are a part of Conditional Script Writer/have the role snc_required_script_writer_permission. This is still a new feature and we will be expanding on it, so its possible that in future, we may have a way to identify which scripts were updated but that is not available as of now Please also review the below document: KB2441954 - After upgrading to the Zurich release, admin users are unable to edit script fields. and official documentation for this tool introduced in Zurich releasehttps://www.servicenow.com/docs/bundle/zurich-platform-security/page/administer/security/concept/scripting-governance.html?_ga=2.251061121.688091895.1760016226-843077663.1759998956