You are here:

ActiveXperts.com > Administration > Scripts > WMI > Powershell > Win32_TSSessionSetting

ActiveXperts Network Monitor

Quicklinks


NOTE: ActiveXperts Network Monitor has a large collection of WMI based checks. All checks are scriptable. The WMI checks are offered as VBScript and PowerShell scripts. Download Now »


Win32_TSSessionSetting - WMI sample in Powershell

The foundations for Manageability in Windows 7/2008/Vista/XP/2000 and Millennium Edition/'98 are Windows Management Instrumentation (WMI; formerly WBEM) and WMI extensions for Windows Driver Model (WDM).

ActiveXperts Network Monitor provides the ability to build monitor check routines based on WMI. ActiveXperts has collected more than a hundred WMI samples. You can use these samples as a base for new check routines you can write yourself.

On this site, you can find many WMI samples.

The Win32_TSSessionSetting WMI class can be used in ActiveXperts Network Monitor to monitor your servers.


Win32_TSSessionSetting

Description

Example(s)

$computer = "LocalHost" 
$namespace = "root\CIMV2" 
Get-WmiObject -class Win32_TSSessionSetting -computername $computer -namespace $namespace