mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2363] Replace wmic examples in documentation #1458
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1458
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @muzzol on GitHub (Dec 3, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2363
New Windows 11 instalations don't have wmic executable by default and some commands on official docs rely on it. Ex: https://docs.tacticalrmm.com/install_agent/#scripting-agent-installation
It could be replaced with powershell equivalences or at least inform about it so admins don't get confused about failing commands.
There's some related discussion on this ticket: https://github.com/amidaware/tacticalrmm/issues/1901
@silversword411 commented on GitHub (Dec 3, 2025):
Please test this script
and we'll then add to docs
@muzzol commented on GitHub (Dec 3, 2025):
yeah, works great.
I'm not sure if there's other examples around docs, I just found this one while testing on a W11 machine.
thanks for your time.