Comments
-
Thanks. What is PoSH?
-
Do we know which version it will be enabled on?
-
I used this to also get the poller name SELECT EngineID, ServerType, DisplayName FROM Orion.Engines
-
I get this when I do that. Select-Object : A positional parameter cannot be found that accepts argument 'FROM'. At C:\users\x_parkerrl\Documents\pollercheck.ps1:41 char:17 + $plrtim = SELECT <<<< KeepAlive FROM [Orion].[Engines] + CategoryInfo : InvalidArgument: (:) [Select-Object], ParameterBindingException +…
-
Clarification, I did not mean maximum people in an AD group but rather the maximum length of the AD group name. There is and 37 is too long at least with our domain name. If it is too long it doesn't find the group and when I cut off the last 4 characters it found three groups. I couldn't see the end so did not know which…
-
For capacity planning we want to be able to count how many ports are operationally up so we can compare to to total so at a site we can see went it is time to add another switch before it is completely full.
-
Sorry that was what I got from the first one. This is what I get from the "fancy" Missing expression after unary operator ','. At C:\users\x_parkerrl\Documents\pollercheck.ps1:43 char:2 + , <<<< CASE + CategoryInfo : ParserError: (,:String) [], ParseException + FullyQualifiedErrorId : MissingExpressionAfterOperator
-
I shortened the group to the longest I have added so far and it found 3 groups but I couldn't tell which was the one I need. I took off the last 4 and it was uniq and found only one group but I couldn't add the group. It says "No groups selected. Please use search to find groups then click tickboxes from results below to…