Tag: users

66 script(s) tagged “users”

πŸ“„ JScript (WSH)

Get Local Groups Report (JScript)

Queries Win32_Group via WMI and prints Local Groups to the console β€” JScript, VBScript's WSH sibling language.

🐍 Python 3.10+

Get Local User Accounts Report (Python)

Uses wmic under the hood to report Local User Accounts (Win32_UserAccount) β€” no third-party packages required.

🐍 Python 3.10+

Get Network Login Profiles Report (Python)

Uses wmic under the hood to report Network Login Profiles (Win32_NetworkLoginProfile) β€” no third-party packages require…

🟣 C# / .NET 6+

Backup Local User Accounts to JSON (C#)

Snapshots Local User Accounts (Win32_UserAccount) to a timestamped JSON file via System.Management and System.Text.Json.

🐍 Python 3.10+

Backup Local User Accounts to JSON (Python)

Snapshots Local User Accounts (Win32_UserAccount) to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Watch Local Groups for Changes

Polls Win32_Group on an interval and prints a line whenever the Local Groups count changes β€” a lightweight way to notic…