Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to Start and type "WBEMTEST" into the search or run box. This will launch the wbemtest tool.

  2. Click on the Connect button and you will be prompted for the namespace that is to be queried. This is typically either:

    1. \\<hostname>\root\cimv2

    2. \\<ip address>\root\cimv2

  3. Provide the username and password for the user that has permissions to access WMI on the target machine.

    Image RemovedImage Added
  4. If the connection is established, this will succeed silently and the Connect dialogue will disappear.

  5. You will be prompted with a series of Services associated WBEM.

  6. Click Query…

  7. Enter "SELECT * FROM Win32_DiskDrive"

  8. Click Apply

  9. The results of the WMI query will be displayed, showing that basic connectivity is available.

...


Note this ID value and insert into commands lines in place of the <container-id> tag. .
All The complete list of place holders in the following commands are:

  • <container-id> - the docker appliance container ID

  • -server <ip> - the ip IP address of the target server

  • -username <user> - the username for the login

  • -password <password> - the password for this user

  • -domain <domain> - If the login is associated with a specific domain, specify it using this parameter

...