Comments
-
Have you gotten this resolved?
-
checkout the powerorion pieces of the orion SDK. It has the options to get free IP address based on scope name. OrionSDK/Samples/PowerShell/PowerOrion at master · solarwinds/OrionSDK · GitHub More examples of IPAM SDK: IPAM API · solarwinds/OrionSDK Wiki · GitHub example: PowerCLI C:\> Get-OrionNextAvailableIPAddress…
-
hit the same thing last night. I kept looking at the version numbers trying to see if my eyes were playing tricks on me.
-
No pen testing. Could setup a lab and do this, that sounds like fun
-
**Sorry to hijack this thread it wasnt my intention*** It is Helpdesk authority by Quest Software/Scriptlogic/Dell Our SQL guy said that "it has a secondary table that stores the path to the file, realated to the issue number in the issues table." The issue we are having is we can not import attachments from our old…
-
Thank you Kellie Mecham. Its like that little voice in your head that says "Do you really want to say that?" The only difference is I ignore that voice.
-
I do use it occasionally from IE through https when I am at home and it seems fine. I agree it seems better on chrome, plus the right click menu is nice. I read somewhere that WHD was designed for Mac users so that probably has something to do with it
-
nutanix dashboard is powerful. I would love to see it integrated into Orion somehow but the customer would need VMAN/SRM/SAM to show the data that Prism shows. //My opinion not solarwinds
-
--Is that user a windows account that has the ability to use remoting to connect from your Solarwinds box to the SharePoint box?--- Yes sir I found that when i Enter-pssession -sharepointserver.domain.local if i do not use the credssp I am unable to successfully execute SharePoint commands remotely... BTW: the command you…
-
There is a check box that says "make this report available from the Orion Website" on the bottom of the general screen. Sometimes it takes a bit to show up
-
am*Can
-
I have sccm 2012 sync and its good, the only time I get duplicates is when I also sync with SAM or NPM. A web helpdesk tech told me this "...The reason for this is that synchronization is based on (1) Asset No., (2) MAC Address or (3) Serial No., and none of those attributes can be obtained via Orion discovery tool. The…
-
Ok thanks,changing it to poll through ESX directly works, Is there a downside to using this method to polling the hosts?
-
This will be useful for when I make the tech guide, thank you this came from solarwinds? lol their tech support said this was not supported by them. (pg19) Apache Integration By default, the Web Help Desk runs on port 8081. If you don’t need Apache, and would prefer to run the application on port 80, 1. Stop Apache. 2. Set…
-
are you currently getting alerted for down nodes?
-
10
-
I just meant the database instance cant hold any data besides sccm data. You can have it on the production box if you wanted. I will try finding the license doc I had.
-
Support has been contacted, thank you for quick response.
-
I'm just happy you got to use strike-through text today I always never get the opportunity.
-
selspiero99 found the solution that worked for me. MSExchangeIS performance monitor object is not available original thread Performance counters not found - App Insight Exchange 2010
-
We added a rule that allows web helpdesk emails to skip our exchange TarPit. This improved performance when creating tickets. I will try to find my notes on how we went about doing that.
-
When WHD sends the response email it is going to get a bounce back because the from address inside of ConfigMgr isn't a real email address.
-
Did you solve this?
-
Sorry I should have been more clear. The tool I am looking for allows users to reset their own AD passwords from the login screen after answering a series of questions. below is a descript of the tool we currently use. Password Manager provides a simple, secure, self-service solution that enables end users to reset…
-
Thanks rob for answering, We actually got it working. After SW tech told me " I have been informed that we may not provide support for the setting up WHD in a DMZ environment, please consult a networks engineer." Here was our objective: We installed IIS and ARR on the DMZ server Forwarded HTTPS requests through to Internal…
-
ok, thank you
-
I just edited the AppStack widget on the summary page in question, and re-saved. Thankfully I only had a handful to do
-
We traded in Patch Manager for shavlik. With SCCM shavlik and secunia were both great. However, we use nessus and a bunch of other auditing tools so we couldn't justify the extra expense for Secunia. Both companies were great to work with as far as a POC goes as well.
-
Some of my custom lists, I would like to move the most used to the top or set the most common as the default. For the above example I would like to make Server the first list item, so it would be the default.
-
Ok I got it working again. foreach ($nodenumber in $ServerList) $NodeNum=$nodenumber.NodeNumber $NodeDesc=$nodedetail.Description $BackupPol=$nodedetail.Backup_Policy $UpdateSchedule=$nodedetail.memberof If ($UpdateSchedule-eq "CN=MW-SRV Thursday,OU=Maintenance Windows,") $Customproperties=@{…