--- title: Monitoring MED-V Workspace Deployments description: Monitoring MED-V Workspace Deployments author: jamiejdt ms.assetid: 5de0cb06-b8a9-48a5-b8b3-836954295765 ms.pagetype: mdop, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w7 ms.date: 06/16/2016 --- # Monitoring MED-V Workspace Deployments The monitoring feature in Microsoft Enterprise Desktop Virtualization (MED-V) 2.0 lets you run queries on individual MED-V workspaces to determine whether first time setup succeeded throughout your enterprise after the MED-V workspaces are deployed. Monitoring the success of first time setup is important because MED-V is not in a usable state until first time setup has been completed successfully. This section provides information and instruction to assist you in monitoring the success or failure of first time setup. ## To monitor MED-V workspace deployments The monitoring feature consists of a coupled in-process Windows Management Instrumentation (WMI) provider that you can query using WMI Query Language to discover the status of first time setup for all end users on a MED-V workspace. The WMI provider is implemented by using the WMI Provider Extension framework from the Microsoft .Net Framework 3.5. The WMI provider executes in the context of LocalService and stores the first time setup state securely under \\ProgramData. The WMI provider is implemented in the **root\\microsoft\\medv** namespace and implements the class **FTS\_Status**, which exposes the method **SetFtsState**. MED-V uses **SetFtsState** to set the first time setup state. The class contains the following properties.
Property | Description |
---|---|
Machine |
Read Only property that contains the name of the guest virtual machine provisioned by first time setup. This key contains the name that the guest would have had on first time setup failure. |
StatusCode |
Read Only property that contains zero if first time setup succeeded. Any other value returned equals the event ID for the error that is logged. |
Time |
The UTC time that first time setup completed. |
User |
The user for which first time setup was run. |