Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
cScom
1.0.3
classes/JHP_Role.ps1
try
{
[Role]
}
catch
{
enum
Role
{
FirstManagementServer
AdditionalManagementServer
ReportServer
WebConsole
NativeConsole
}
}