8paul

Comments

  • Hi Mike, comments should not be a problem, i have tested the import with the example template. Please send me your template and i´ll check out what the issue is when I find time. (btw did you download the newest release? i already did one bugfix related to the import) Regards Paul
  • Hallo Marcus, nur im Fat Client oder auch im Webinterface? Wenn man die Spaltenbreite aller spalten zusammen kleiner Stellt als die Breite der View dann dürfte er eigentlich nichts verschieben, evtl. hilft das ja mal als zwischenlösung. Gruß Paul
  • Hi Eric, there is currently no way to execute a script after group membership assignment. It would be possible if you would use an Opentemplate for the request, those allow a script execution to be attached in which you could check if a date has been selected and if not set the default expiration. The relevant controls for…
  • Hi swg, that looks alright. Re-reading your script, variables in Powershell are referenced with the $ sign and by default parameters will not be named unless you have a parameter definition. For exchange you would also normally create a remote session on the powershell website of the exchange server, here is an example…
  • Hi Patrick, i dont have an example that´s calling a template based function right now. I hope the following works as a general example, the different methods and parameters should be available in the docs. At the moment I am not aware of any method to call OpenTemplates through the API though. Here is an example of how to…
  • Hi Thomas, see the bottom of my post for an answer to your actual question. It is important to know in which interface you want to use the resulting template since there are some inconsistencies between controls available in the fat client and the web interface. The approach you are currently using should work for the fat…
  • Hi Marc, as Björn mentioned you cannot directly edit the properties since they are encoded. You could modify that property in a script execution (for example during user creation or attributes changes) but that is only possible when executing other actions. Technically you could also make this change available in an…
  • Hi skornegay, have you executed the ARM - Web Configuration? If not follow the description below. First you have to install an ssl certificate in your IIS console under "Server Certificates". Once that is installed execute the web configuration, select the certificate from the dropdown selection under "Binding" and click…
  • Hi bevan, this creationrule should work for your case: <toLowerCase>(<regExpr>('.{0,3}',{sn})<regExpr>('.{0,3'},{firstname})) it selects the first 0 to 3 characters of sn and firstname, the 0 to 3 part is important in case you have names that are less than 3 characters long. Regards Paul
  • Hi Richard, thanks for your feedback. I have fixed the crash and added the minimum length as editable field. Regards Paul
  • Hi Adrian, for OpenOrder Templates you can change the order by editing the Hierarchy (there should be a button there somewhere ). For all other templates currently you can not change the order in the Generator. I might add that in a future release but at the moment you will probably have to manually reorder them in the…
  • Hi Eric, thanks for your feedback, I have updated the download link with a version that should fix the problem with the duplicate name. Sorry for the inconvenience. Regarding the templates folder ARM should automatically (without service restart and immediately) try to parse new templates. Do you see any information in the…
  • Hi fadia, if you want to install MS SQL Express through the included installer please start the Config as an Administrator (right click -> run as administrator). After that the installer should start when you click on the link. Regards
  • Hi mmaresch, thanks for the feedback! The ability to load and edit existing templates is definitely something I have in mind for future versions, though i can´t tell when I will have time to work on the next release. At the moment you have to work with the template you just created to make rapid changes. Once you have…
  • Hi Marcus, i would think the jobs use the service accounts defined at the point of execution, not one defined at creation. Do you have any evidence to the contrary? Regards Paul
  • Hi Leo, is there a specific reason why you are installing collectors on the exchange servers? Are you scanning each Exchange server on its own or are you scanning the DAG? In general it is not necessary to use collectors for the exchange scan. Where do you see the exception that you have posted and which version of ARM are…
  • Hi Tatjana, can confirm it does not work as intended. Its probably best to contact support. Regards Paul
  • Hi Marcus, please check this link for a resolution: https://documentation.solarwinds.com/en/Success_Center/ARM/Content/migrate-the-arm-installation-to-a-new-server.htm specifically the section "update scheduled jobs" Regards Paul
  • Hi dgoriup, yes ARMs web API has a method to get the permissions of a resource: It doesnt generate a report document for you but instead gives you the entries as an object 
  • Hi Tante Jana, there is no specific config regarding the recertification emails. Are you looking for a config to fix your problem or do you want to adjust the contents of the emails? The initial information email is sent out on the morning of the day the recertification starts after the nightly maintenance jobs are…
  • Hi Tante Jana, you can apply multiple profiles one after another and just add the new group memberships for example to create a "stacked" account but an account can only have one active profile at a time. So what I understand you want to do (having multiple active profiles) is currently not possible. Regards Paul
  • Hi Mike, TIL. Is "ischangeable" really a string though? Sounds like it should be boolean. Best Paul
  • Hi Bill, if they are just normal custom attributes you can load and edit them in ARM. On a how to see https://documentation.solarwinds.com/en/Success_Center/ARM/Content/Load-additional-LDAP-attributes.htm The only thing that would be problematic is if the attributes were encoded since we only pull the raw value. Regards…
  • any details from the logs? check out the armServer.log for errors at the time of the execution (should be visible in the job overview)
  • Hi Tatjana, unfortunately the sorting is automatically done and there is no property to change it. Maybe adding and incremental counter would help: a, 60 days b, 90 days or the same with numbers Regards Paul
  • can you attach a screenshot of your basic configuration please
  • Hi swg, as mentioned in the other thread (https://thwack.solarwinds.com/t5/ARM-Discussions/Path-of-scripts/m-p/271513#M192) the powershell code you posted will not work. You can find an example for how to declare and use parameter values in the scripts in this post:…
  • Hi jwolff, unfortunately its not possible at the moment. You can vote on / create feature requests here: https://thwack.solarwinds.com/t5/ARM-Feature-Requests/idb-p/arm-feature-requests I think there is also already a similar one. Regards
  • Have you configured an account for the script execution? If not it will be executed in the system context which obviously does not work for authentication. To set an account for the script go the ARM Config -> Scripting. In the entry that you have previously configured for your script scroll to the right hand side and…
  • bad design on my part sorry unfortunately i dont have time at the moment to work on it so you´ll have to use your workaround for the time being