Hi,
how script to extract recipients looks like?
Best regards,
Victor
how script to extract recipients looks like?
Best regards,
Victor
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if ($node->isAgent)
{
state = AgentReadParameter($node, "System.ServiceState(mssqlserver)");
if (state == 0)
{
SetCustomAttribute($node, "sqlServer", "true");
}
}
return GetCustomAttribute($node, "sqlServer") == "true";