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

NAME  SYNOPSIS  DESCRIPTION  OPTIONS  EXAMPLES  MORE INFORMATION  COPYRIGHT 

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

--namesspace=STRING

WMI namespace, default to root

--delimiter=STRING

delimiter to use when querying multiple values, default to ’|’.

-?, --help

Show help.

--usage

Display brief usage message.

-d, --debuglevel=DEBUGLEVEL

Set debug level.

--debug-stderr

Send debug output to STDERR.

-s, --configfile=CONFIGFILE

Use alternative configuration file.

--option=NAME=VALUE

Set smb.conf option from command line.

-l, --log-basename=LOGFILEBASE

Basename for log/debug files.

--leak-report

enable talloc leak reporting on exit.

--leak-report-full

enable full talloc leak reporting on exit.

-R, --name-resolve=NAME-RESOLVE-ORDER

Use these name resolution services only.

-O, --socket-options=SOCKETOPTIONS

socket options to use.

-n, --netbiosname=NETBIOSNAME

Primary netbios name.

-W, --workgroup=WORKGROUP

Set the workgroup name.

--realm=REALM

Set the realm name.

-i, --scope=SCOPE

Use this Netbios scope.

-m, --maxprotocol=MAXPROTOCOL

Set max protocol level.

-U, --user=[DOMAIN]USERNAME[%PASSWORD]

Set the network username.

-N, --no-pass

Don’t ask for a password.

--password=STRING

Password.

-A, --authentication-file=FILE

Get the credentials from a file.

-S, --signing=on|off|required

Set the client signing state.

-P, --machine-pass

Use stored machine account password (implies -k).

--simple-bind-dn=STRING

DN to use for a simple bind.

-k, --kerberos-file=STRING

Use Kerberos.

--use-security-mechanisms=STRING

Restricted list of authentication mechanisms available for use with this authentication.

-V, -version

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.

MORE INFORMATION

The canonical places where you will find more information about OpenVAS are:

Community Portal
Development Platform
Traditional home site

COPYRIGHT

The smb module is released under the GNU GPL, version 2, or, at your option, any later version.


Updated 2024-01-29 - jenkler.se | uex.se