Comments
-
Does it support GIF format files? Mine used to work but since I upgraded it fails when trying to validate this: http://radar.weather.gov/Conus/RadarImg/latest_Small.gif
-
awesome, and thanks!!! the top and bottom one worked, but the middle one does not give me any output. <# Get the option for each scope: #> $Scopes = Get-DhcpServerv4Scope $ScopeOptions = @() ForEach ( $Scope in $Scopes ) { # Write-Host "Processing Scope: $( $Scope.ScopeId ) [$( $Scope.Name )]" $Options = $Scope |…
-
I'd like to see if any scope options get added/changed and/or if a new scope is added/removed/changed/updated.
-
All I ever see which this module is a sea of errors and warnings even for servers that have ZERO databases running or 10 databases running. I can't depend on the status since it always "thinks" something is wrong.
-
Well the boss man stated he wanted to see all the alerts either planned or unplanned unless it was during a scheduled maintenance period. So we are going to look at this SW tool: Schedule Unmanage Utility What you can do with the Schedule Unmanage Utility: • Create a task to unmanage Orion nodes, applications, and…
-
What about a script to show dhcp changes.
-
How would you build upon the local admin group changes so that it tracts when someone or a group is added to the local admins group?
-
This is exactly what I am looking for. I wonder if SCCM can be implemented to help with the script to set the node as un-managed, patch the server, reboot, and run the script to re-mange the node? Anyone use SCCM for this? Or has anyone done this manually and can share the process?
-
I'm on this version PS C:\Windows\system32> $PSVersionTable.PSVersion Major Minor Build Revision ----- ----- ----- -------- 5 1 14393 2125
-
I'd also like to see this for AppInsight for SQL as I am constantly having to go back into the nodes where the template is applied and clicking 'Inherit from Template' over 25 times at least.
-
Any new updates on this subject?
-
would be nice to get an updated document that covers all what is or is not still necessary
-
Love it and thanks for sharing!. One item, how do I get the last 10 events to only show network related events? Right now, it's showing server related events as well as network related events.
-
Have there been any update to monitoring netscaler as of late? I am also looking to monitor certificates if at all possible?
-
Has this been updated and any easier to monitor now that it's 2021?
-
Where is a link to the feature request to vote this up? It really needs to be built into the UI by now IMO.
-
Where is a link to the feature request to vote this up? It really needs to be built into the UI by now IMO.
-
I've tried this: Nodes.NodeID=${NodeID} and this Nodes.NodeID = ${NodeID} but neither display just the current nodes information. What I am trying to do is set up a processes view that show the Top XX processes from the current node only.
-
The links are now broken.
-
What if your are not applying AppInsight for IIS but trying to get WinRM with HTTPS working?
-
Try this....it works perfect: https://support.solarwinds.com/SuccessCenter/s/article/Automatically-redirect-HTTP-to-HTTPS-for-the-Orion-Web-Console?language=en_US
-
As soon as I un-mange the node the event log errors go away.
-
I am currently working the ticket with them now but its taking some time to get a resolution. I wish SRM would poll the interfaces of the array as well.
-
sorry but I do not recall but it had to be listed in task manager of I would not have found it
-
yep, all good.
-
Not straight forward but the password you set up for the user is what you can use for the pass-phrase. $ racadm config -g cfguseradmin -o cfgUserAdminUserName -i 16 orion_snmp Object value modified successfully $ racadm config -g cfguseradmin -o cfguseradminpassword -i 16 uZVdfdfdfT17kA0dfdfY0eUuk Object value modified…
-
Will Solarwinds ever have this very basic functionality built into the UI and the reports which is something I really need from the product?
-
We are able to work around the issue by changing the polling service account that we use for everything else to the same service account running the SQL server service.
-
Is anyone else getting this error? Unable to read Server Queue performance data from the Server service. The first four bytes (DWORD) of the Data section contains the status code, the second four bytes contains the IOSB.Status and the next four bytes contains the IOSB.Information.
-
Is there a way to change all the components in a template to use RPC instead of WMI all at once verses doing each one manually one at a time?