Solved run command: wmic useraccount get name,sid

HDProman

New member
Local time
2:09 PM
Messages
19
When I run this command all I see is a quick flash for SID,s and I need to know how to pause the screen and probably also be able to print the results.

What is the correct way to pause and print the resulting list?
 

My Computer

Computer Manufacturer/Model Number
Custom Build
OS
Window 7x64 Professional
CPU
Intel (R) Core (TM) 2 Quad CPU Q9550 @ 2.83GHz
Motherboard
Gigabyte EP45-UD3R
Memory
8 GB
Graphics Card(s)
Nvidia GeForce GTS 250
Monitor(s) Displays
NEC MultiSync PA 241W
Screen Resolution
1920x1200
Hard Drives
C:/ Windows 7 Professional x64 OS
D:/ Partition on C:/ with Vista Ultimate x64 OS
E:/ 1TB-1
F:/ 1TB-2
G:/ Photos (2TB)
H:/ Photos2 (2TB)
J:/ WD My Book External (2TB)
K:/ WD My Book External (2TB)
PSU
850 W.
Keyboard
Logitech LX 700
Mouse
Wireless (Came as package with LX 700)
Internet Speed
Verizon FiOS 30mbs up 25mbs down
Other Info
USB3 expansion Cards (2) connected to WD external drives (2) and Lexor USB 3 CF/SD card reader.
Option 1:
open the cmd prompt window
type the command in
hit enter

Option 2:
create a batch file (text file)
wmic useraccount get name,sid
pause
save that as test.bat
run it

Option 3:
create a batch file (text file)
wmic useraccount get name,sid > "%userprofile%\Desktop\Test.txt"
save that as test.bat
run it
locate/open test.txt on the desktop

There are other ways too - but that should do for now :-)

edit:
There is probably a way to sent the info to a printer from the command prompt :-)
I just don't know how to do that :-(
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Issue Solved

Thanks, I was typing the command using the run box. Now I know to type CMD and then enter the command.
Used print screen and pasted into a Photoshop document and printed from Photoshop.

Thanks, Floyd.
 

My Computer

Computer Manufacturer/Model Number
Custom Build
OS
Window 7x64 Professional
CPU
Intel (R) Core (TM) 2 Quad CPU Q9550 @ 2.83GHz
Motherboard
Gigabyte EP45-UD3R
Memory
8 GB
Graphics Card(s)
Nvidia GeForce GTS 250
Monitor(s) Displays
NEC MultiSync PA 241W
Screen Resolution
1920x1200
Hard Drives
C:/ Windows 7 Professional x64 OS
D:/ Partition on C:/ with Vista Ultimate x64 OS
E:/ 1TB-1
F:/ 1TB-2
G:/ Photos (2TB)
H:/ Photos2 (2TB)
J:/ WD My Book External (2TB)
K:/ WD My Book External (2TB)
PSU
850 W.
Keyboard
Logitech LX 700
Mouse
Wireless (Came as package with LX 700)
Internet Speed
Verizon FiOS 30mbs up 25mbs down
Other Info
USB3 expansion Cards (2) connected to WD external drives (2) and Lexor USB 3 CF/SD card reader.
Glad to help.

You could print it as text from notepad too after option 2 :-)
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Back
Top