Tag: users

66 script(s) tagged “users”

📊 VBA (Excel)

Load Local Groups into Excel via WMI

Queries Win32_Group via GetObject("winmgmts:") and dumps every Local Groups row straight onto the active worksheet, no …

🧬 WQL / PowerShell

Win32_Group: Filtering Local Groups (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_Group, starting from a LIKE '%' wildcard you customize with a real sear…

⚡ PowerShell 5.1+

Backup Local Groups List to JSON

Snapshots Local Groups from Win32_Group to a timestamped JSON file for later comparison or auditing.

📊 VBA (Excel)

Export Network Login Profiles to CSV via WMI (VBA)

Queries Win32_NetworkLoginProfile via WMI and writes every Network Login Profiles row straight to a CSV file in Documen…

🧬 WQL / PowerShell

Win32_UserAccount: Querying Local User Accounts Remotely (CIM Session)

Runs the same Win32_UserAccount WQL query against a remote computer over a CIM session — the modern, WinRM-based replac…

⚡ PowerShell 5.1+

Watch Network Login Profiles for Changes

Polls Win32_NetworkLoginProfile on an interval and prints a line whenever the Network Login Profiles count changes — a …

🐍 Python 3.10+

Export Network Login Profiles to CSV (Python)

Exports Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file via wmic.

⚡ PowerShell 5.1+

Watch Local User Accounts for Changes

Polls Win32_UserAccount on an interval and prints a line whenever the Local User Accounts count changes — a lightweight…

🖥️ Batch (CMD)

Export Local User Accounts to CSV (Batch)

Uses wmic to export Local User Accounts (Win32_UserAccount) to a timestamped CSV file.

🧬 WQL / PowerShell

Win32_Group: Querying Local Groups Remotely (CIM Session)

Runs the same Win32_Group WQL query against a remote computer over a CIM session — the modern, WinRM-based replacement …

📊 VBA (Excel)

Export Local Groups to CSV via WMI (VBA)

Queries Win32_Group via WMI and writes every Local Groups row straight to a CSV file in Documents, using plain VBA file…

🐍 Python 3.10+

Backup Network Login Profiles to JSON (Python)

Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file for later comparison or auditin…