Enable-EnvironmentMonitoring
The Enable-EnvironmentMonitoring cmdlet enables detailed monitoring across all servers in the specified environment. This is useful for gaining insights into the health, performance, and resource utilization of servers within an environment, helping to detect potential issues early.
Enable-EnvironmentMonitoring -EnvName
Example
This command enables detailed monitoring for all servers in the specified environment:
Enable-EnvironmentMonitoring -EnvName Production
Properties
Note
Parameters marked with an asterisk (*) are required. All others are optional.
| Parameter | Data Type | Description | Default Value |
|---|---|---|---|
-EnvName* |
<String> |
Specifies the name of the environment where monitoring will be enabled. | - |