Yeah, and I bet not a single admin has ever used this feature. It’s obscure, barely works, arguably causes more problems than it solves, and there are many other tools that fulfill the same use case, better.
This is one of those things I learned about because it wss in a textbook then never used again. The two or three times I asked about using as part of a solution at work, I got either a confused look or a “good joke” reaction.
That was close to ten years ago. This is the first I’m hearing about them since then.
Used to use it pretty regularly. Especially for automating service tag retrieval. My main qualm with it was inconsistent use between manufacturers. Otherwise it was a nicely handy tool.
There’s alternative commands available , but it’s odd that Microsoft would remove a well-known one just in general. It’s one thing for people to change their habits, but what about legacy scripts?
After all, this is the same Microsoft that prevents you from naming a file “con” because it could break old scripts
WMIC allows an amazing amount of control for admins that know what they are doing. One of my favorite uses was back when I worked helpdesk, users would exit Lync and be unreachable, well WMIC can allow an admin to open that app back up in the users session and then they are suddenly reachable again.
Some people use the old psexec, others have been using WMIC since before powershell even existed.
I used it a handful of times for some different things, but given that powershell can interface with the WMI namespace, it basically became superfluous.
I used to use it very frequently. “wmic bios” was a quick way to get the serial number of a pc, or “wmic os get lastbootuptime” for that data (“no, you didn’t reboot your PC when I asked you to”).
I’m kind of surprised they didn’t just make it an alias and interface to powershell get-ciminstance.
never even heard of wmic. looked it up and it’s just been superseded by a new tool. this is barely even news, but neowin had to title the article like it’s a big deal.
Yeah, and I bet not a single admin has ever used this feature. It’s obscure, barely works, arguably causes more problems than it solves, and there are many other tools that fulfill the same use case, better.
This is one of those things I learned about because it wss in a textbook then never used again. The two or three times I asked about using as part of a solution at work, I got either a confused look or a “good joke” reaction.
That was close to ten years ago. This is the first I’m hearing about them since then.
Used to use it pretty regularly. Especially for automating service tag retrieval. My main qualm with it was inconsistent use between manufacturers. Otherwise it was a nicely handy tool.
I have used it in scripts to build inventories of my employer’s computer system
It grabbed to following info:
I piped that data into an HTML report that we used as a dashboard
Quick and easy way to get serialnumber. Im sure there’s other ways too, but i habent had to find them out because wmic bios get serialnumber.
Literally used it a few weeks ago. Probably once every few months when i get a computer that is only reporting hostname.
There’s alternative commands available , but it’s odd that Microsoft would remove a well-known one just in general. It’s one thing for people to change their habits, but what about legacy scripts?
After all, this is the same Microsoft that prevents you from naming a file “con” because it could break old scripts
Linking effing reddit. Are you not aware of today’s internet? Waste of a post if you ask me.
WMIC allows an amazing amount of control for admins that know what they are doing. One of my favorite uses was back when I worked helpdesk, users would exit Lync and be unreachable, well WMIC can allow an admin to open that app back up in the users session and then they are suddenly reachable again.
Some people use the old psexec, others have been using WMIC since before powershell even existed.
I used it a handful of times for some different things, but given that powershell can interface with the WMI namespace, it basically became superfluous.
I used to use it very frequently. “wmic bios” was a quick way to get the serial number of a pc, or “wmic os get lastbootuptime” for that data (“no, you didn’t reboot your PC when I asked you to”).
I’m kind of surprised they didn’t just make it an alias and interface to powershell get-ciminstance.
never even heard of wmic. looked it up and it’s just been superseded by a new tool. this is barely even news, but neowin had to title the article like it’s a big deal.