This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows PowerShell | |
Copyright (C) 2014 Microsoft Corporation. All rights reserved. | |
PS C:\Users\Administrator> Get-WmiObject -Query "Select Name,State from Win32_Service WHERE ( Name = 'tablicsrv' ) OR ( | |
Name = 'tabsvc' ) OR ( Name = 'wmiApSrv' )" | |
__GENUS : 2 | |
__CLASS : Win32_Service | |
__SUPERCLASS : |