Skip to end of banner
Go to start of banner

How to test WMI using the wbemtest

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

Introduction

On the Server

How to test WMI communication on the Windows Server using the wbemtest application. 


select * from win32_process

On a Remote Site

How to test WMI communication on the Windows Server from a remote site. 

I used the computer name: WIN-MMKMP1PLMLI, but I could use the IP Address from the WMI Windows Server.

IMPORTANT: If you have the Firewall Outbound policy then the remote site can query the Windows Server (see firewall outbound How to Configure WMI on the Windows Server). 

select * from win32_ComputerSystem




  • No labels