Comments
-
If you know SQL, then look at the timeline table (dbo schema) or history tables. Then you can write a Daily PowerShell job that will send a report when certain events occur. It's not real-time, but you could schedule it every 5-10 minutes. We already do this with our customers, for example with new Azure Only users. I…
-
Hello Aparis99, according to the picture you are missing a valid change configuration for the Active Directory (see documentation.solarwinds.com/.../ad-change-configuration.htm). Also you are missing the Reference (the Object is Unknown) so a valid AD group, But to answer your question. It is possible to assign multiple…
-
I have add a new thread. thwack.solarwinds.com/.../feature-requests-for-the-arm-template-generator-v3
-
The current one (2.1) you can download here. For the V 3 I don't get more feature request so it makers no sense to improve. I can create scripts an load with ARM version 2023.2. Regarding your request, where exactly you need randomly strings? Which LDAP property? You can use regex in the creation rules. If you need random…
-
Again, can you describe it in more details, what is not working? I create dureing some workshops a lot of scripts which working fine. Maybe you can provide the json here in the forum, which is not working?
-
Can you tell me what is not working? Or send me the template to mike@cusatum.de that I can check what is going on? Or is it crashing before saving?
-
Not jet planed, We are collecting the requests and do it in spare time. Which kind of examples you like to have? SolarWinds install some good examples per default.
-
Is it ok to show more examples on youtube?
-
I am still active, but no longer daily, but only weekly or when I receive a response to a post.
-
gerne :-), noch einen schönen Tag
-
Das sollte aber in der neuen Version gelöst sein. Damals war das Problem, dass er seinen eigenen Kollektor nicht findet. Wir können aber auch gerne mal unverbindlich raufschauen. Einfach unsere Webseite unter https://termine.cusatum.de schauen und einen Termin Erstberatung mit Mike buchen. Wir haben das ja bei vielen…
-
Das ist Richtig. Der ARM Server selber wird immer aus Environment:ComputerName gebildet. Den kann man nicht umbenennen. Das machen wir immer via SQL. Warum willst du den Namen eigentlich ändern?
-
Hello Lukas, I don't think so. You can play with "propertiesToLoad" Load additional LDAP attributes (solarwinds.com). Maybe here you can also restrict the password. I used that for our customer for normal LDAP attributes.
-
Where do you want to change the name of the collector? In the collector page? Or in the alerts page? The collector in the alert page will be used from the AD Logga configuration.
-
Hi, currently there is no way to add that multiple script support direct in the JSON. You only can use an LDAP attribut which is not used and put a dropdown there or a customized field. The value you have to pass into your "selection" Script and then call from there the right script you need.That is what we do with our…
-
Here is the support articel from SW and the config switches you are looking for. https://support.solarwinds.com/SuccessCenter/s/article/Turn-off-data-owner-warning-emails-in-ARM?language=en_US <dataowner> <mail> <sendMailForEmptyOrganizationCategories type="System.Boolean">false</sendMailForEmptyOrganizationCategories>…
-
Hello infozla, I guess you should ask in Orion Forum or ask support direct there you would get a faster answer.
-
Hi Imu, no there it is not easy way to change. Only you change the JS code direct and that you have to do after every update. ATB Mike
-
Which alerts do you mean? I don't know OpenOrder Alerts. Can you send the example of the Mail?
-
Hi Jonas, in the rich client I don't see any chance to solve that with a workaround and you only can vote for a feature request. Since SW strategy is to move everything to the Web Client, we train our customers, that helpdesk is using the Web Interface too. But I know a change process is not very easy and the rich client…
-
Hi Jonas, I would implement such request with open order template or with a scheduled task. The open order template could send the report via Mail or could show the Link in the "request" data within the Web. With the scheduled task you can run the task every 5 Minutes and save the file in the storage, where the helpdesk…
-
Could you update and is it working now?
-
Hi Lukas, that sounds for a bug, because it should always the language from the requester. But to answer your question, there is no way to configure the mail language for the next approver. The only why you can do is to simplify the you replace in all XSLT Files the language you prefer or you do a multi language file,…
-
Hi Lukas, is there any chance that you share the template? Which version are you using? What happens if you press CTRL + F5? ATB Mike
-
Hi Jonas, I guess there is still no way to configure it. But can you share the use case that dataowner should see them? Is that for helpdesk member or real dataowner? What you could to is to generate a HTML Report that shows all the task. Would that helpful for you? ATB Mike
-
Hi Lukas, unfortunately there is no easy way, since it is a "normal" string. You can only try to use the XSLT manipulation also wit hard coded if statements. I mean you need to parse for example "Telefonnummer" and then do a break before. Currently I did not have an example for you. I need to check my mails, because I did…
-
Which version are you using? It should be fixed with 2022.
-
Unfortunately we have a lot of customer which have performance issues for OneDrive and will not be finished within 7 days. Therefore, it is best that all customers who also observe this enter a case, as sreinhardt suggests. Then SW can hopefully prioritize it higher.
-
I had the same put then I changed a but and it works fine for me. { "Name": "testFeld", "Definition": { "Type": "AccountSearchTextField", "Label": "Manager", "IsEnabled": true, "LookupTableId": "AccountSuchergebnis", "AttributesToLoad": [ "samaccountname", "distinguishedname" ] } }, { "Name": "manager", "Definition": {…
-
I believe it is the user which runs the script. In user mode you are using an account which has admin rights in ARM. In your alert script, you might be running the script in system context or a user which does not have any access right in ARM. You would see it in the "pnJob.log" which user is used for calling the alert…