Comments
-
link is just broke or been moved... here is new link: The Basics of PowerShell (part 3) thwack.solarwinds.com/.../the-basics-of-powershell-part-3
-
Powershell Example of function where you must convert nodeid to xml for the verb to work: #<ArrayOfint xmlns:i="">www.w3.org/.../XMLSchema-instance" xmlns="">schemas.microsoft.com/.../ArrayOfint> function AssetInventoryItemKeyXml([int]$NodeID) { return @" <ArrayOfint xmlns='schemas.microsoft.com/.../Arrays'>…
-
SELECT Name, ac.Description, ObjectType -- , ac.Enabled, Frequency, Severity, NotifyEnabled , CONVERT(datetime, SWITCHOFFSET(CONVERT(datetimeoffset, LastEdit), DATENAME(TzOffset, SYSDATETIMEOFFSET()))) AS LastEdit , aa.actionid, a.Title , ap.propertyvalue , CreatedBy, Category FROM AlertConfigurations AS ac JOIN…
-
added web report for Orion... WMI+Report.xml
-
It is not for an individual support ticket. But, can and has been used as a reference for support reference. Currently, Solarwinds Orion Modules have an issue with installing the software due to a timeout on slower WAN link which we consider unsupported in Tech Support. There is a 'best effort' to manual build a local…
-
-- updated - node downtime for example 1 SELECT * FROM ( SELECT Nodes.StatusLED, Nodes.Caption, Nodes.NodeID, StartTime.Message, StartTime.EventTime AS DownEventTime, ( SELECT TOP 1 EventTime FROM Events AS EndTimeTable where EndTimeTable.EventTime >= StartTime.EventTime AND EndTimeTable.EventType = 5 AND…