Scroll to navigation

wmic(1) General Commands Manual wmic(1)

NAME

wmic - Command line tool to query a registry or RSOP service on a remote Windows host via WMI

SYNOPSIS

wmic OPTIONS //host query

DESCRIPTION

This tool allows to run a query for a registry or RSOP service running on a remote Windows system via WMI. It is derived from the samba tools and shares several options with other samba tools.

OPTIONS

WMI namespace, default to rootimv2.
delimiter to use when querying multiple values, default to '|'.
-?, --help
Show help.
Display brief usage message.
Set debug level.
Send debug output to STDERR.
Use alternative configuration file.
Set smb.conf option from command line.
Basename for log/debug files.
enable talloc leak reporting on exit.
enable full talloc leak reporting on exit.
Use these name resolution services only.
socket options to use.
Primary netbios name.
Set the workgroup name.
Set the realm name.
Use this Netbios scope.
Set max protocol level.
Set the network username.
Don't ask for a password.
Password.
Get the credentials from a file.
Set the client signing state.
Use stored machine account password (implies -k).
DN to use for a simple bind.
Use Kerberos.
Restricted list of authentication mechanisms available for use with this authentication.
Print version.

EXAMPLES

wmic -U [domain/]adminuser%mysecret //192.168.1.42 "select * from Win32_ComputerSystem"

Connect to the Windows system running at IP address 192.168.1.42 with the user "adminuser" in domain "domain" and the password "mysecret". Then run the query and return the results. If you drop the password, it will be asked for.

SEE ALSO

winexe(1)

MORE INFORMATION ABOUT THE OPENVAS PROJECT

The canonical places where you will find more information about the OpenVAS project are: http://www.openvas.org/ (Official site) http://wald.intevation.org/projects/openvas/ (Development Platform)

COPYRIGHT

The omp command line client is released under the GNU GPL, version 2, or, at your option, any later version.

User Manuals