# Requeriments for plugin execution

The requirements for the proper functioning of the plugin are as follows:  
\- To install the Pandora FMS agent.  
\- A powershell console to execute the plugin. By default, it comes installed in Windows Server 2008 R2 and higher systems.  
\- System permissions for the user that runs the Pandora FMS agent as "LocalAdministrator”  
\- Have WMI and performance counters enabled, as well as remote Hyper-Vmanagement via powerhell cmdlets (Get-VM, Get-VMMMemory, Get-VMVMHardDiskDrive, Measure-VM...)  
\- Scripts executions policy set as RemoteSigned or lower:

```
Set-ExecutionPolicy RemoteSigned
```

\- Enable ResourceMetering token on virtual machines:

```
Get-VM | Enable-VMResourceMetering
```