Tag: users
66 script(s) tagged “users”
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 …
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…
Backup Local Groups List to JSON
Snapshots Local Groups from Win32_Group to a timestamped JSON file for later comparison or auditing.
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…
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…
Watch Network Login Profiles for Changes
Polls Win32_NetworkLoginProfile on an interval and prints a line whenever the Network Login Profiles count changes — a …
Export Network Login Profiles to CSV (Python)
Exports Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file via wmic.
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…
Export Local User Accounts to CSV (Batch)
Uses wmic to export Local User Accounts (Win32_UserAccount) to a timestamped CSV file.
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 …
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…
Backup Network Login Profiles to JSON (Python)
Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file for later comparison or auditin…