armexpert

Comments

  • Cool Idea, and yes there is an unofficial way to trigger. Look into the ARM installation directory and look for the file "app8ManCommand.exe --help". There is a recan for the OnPrem AD. Unfortunately, it is unofficial and could be "removed" every release :-(. It would be great if all that function would go into the…
  • We have translate it in English, sen me a Mail to Mike.Wiedemann@cusatum.de then I will send it to you. Best regards Mike
  • We have translate it in English, sen me a Mail to Mike.Wiedemann@cusatum.de then I will send it to you. Best regards Mike
  • Hello Christian, unfortunately no new news. But we as CUSATUM realized some project with other customer without need of that SYNC tool suite. I saw you are from Germany send me a mail to Mike.Wiedemann@cusatum.de and then let us see if I can help with some tips to for the needs your customers have. Best regards Mike
  • Hi Bevan, in the template is now way at the moment. In scripting, like Paul was writing, it should work. The order is: first create a user in AD then, a powershell is starting and do enable-mailbox for that user and all that stuff and if that all is successful the customized powershell will start. You should see in LOGBOOK…
  • Hi Paul, with the new version it works at least on my environment. Cheers Mike
  • Thanx for the request, give us some time, when do you need this or when do you plan to do the migration?
  • Unfortunately not we still use that document maybe we should make an official Feature Request. I have more or less an unofficial 9.2 document. But for the new 20xx there is nothing so far. I will ask support for it. regards Mike
  • I totally agree with you, there is no substantial content which helps to decide if that is helpful for me and how to use the new one, I believe that partners like us, the CUSATUM Service GmbH will do the job and make a deep dive webinar. Anybody how likes to have a deep dive webinar, can do a thumbs up, and we will…
  • Hi ayylmao, the limitation is currently just for email notifications from ARM server. Here you need to enter an on prem SMTP server. What is working in cloud is: - receiving, creating and deleting Azure AD Accounts - Exchange Online (creating mailbox, distribution groups, Out of Office and a lot more) - SharePoint Online…
  • Hi Markus, if that is not working change the value and restart service. Then the DB Cleanup next day should clear it.
  • Hi Eric, sorry took longer to answer you. If you can be removed license scope, it would be helpful in terms of performance. But if that really helps for that problem I don't know, because even the error occurs not any more you can't really say that this was the problem. But I have 3 customers with OU license and 2 of them…
  • Hi Sebastian, I can help you, please contact me on LinkedIn or Xing (Mike Wiedemann) or send me a message via the chat function how I can contact you. Best regards Mike
  • Hi Patrick and swg, unfortunately there is now way to generate new "Request" with Workflow for the GrantMa. The only ways is like 8Paul said, do everything within a script. There are two ways: 1.) Within a template, but here you have not the possiblity of single sign on tooken ("AuthZToken"). Within the template you can…
  • Cool, that it helps you. Have a nice day. Cheers Mike
  • Hi Jerome, sounds good. That I'm doing just in my DEMO environment, but when it helps, perfect. Have a nice day. best regards Mike
  • Hi jfu, thry this: 1.) open the internet explorer on the server as well as on Collector 2.) Type https://CollectorServerName:55555 3.) Type https://ARMSERVERNAME:55555 If you got similar results, FW ist off. But if not then you still have FW issues. In your case, it might be helping if you restart on the collector the ARM…
  • Hi Paul, yes, it is a string, but only in the section for "PropertiesToLoad". In all other sections you are Right it would be a System.Boolean. Cheers Mike
  • Hi, pls. check in the grantMa.log files under "C:\ProgramData\protected-networks.com\8MAN\log" if you are connected to the right ARM server. Here an extract from my one: Configuration : aidManWeb.server.name = localhost aidManWeb.server.port = 55555 If the server name is right on your log and the port too, then you need to…
  • Hi Adrian, normally on the web frontend it should be shown in the order which are in the template file. If that is not the case it is a bug. In the rich client you have mandatory fields, like samaccountname, givenname, surname and description where you can't change the order, but the LDAP properties itself should be the…
  • Hi Paul, can you check if the tool can work with the example files. I believe that the algorithm for import JSON files does not work with comments. In some customer environment this tool crashes because of reading the example files after we changed the needed values for ID, domain FQDN and OU. Have a great day Mike
  • Hi Marcus, there is already a config switch which can enable the report for permission report for the active directory. Call Björn to activate it. Cheers Mike
  • Hello GregorPiron, unfortunately there is no way to run an exchange script via ARM Scripting with Authentication Kerberos. Reason seams to be that the PowerShell is running in service context. I tried all forms and like you said they are working in user mode but never in that special mode. We are helping out our customer…
  • I believe that is a bug and just Paul (@"8paul" ) can help you. Maybe following is interesting for you. We (CUSATUM) working on a solution, that you can write just 1 JSON File as template base for generate multiple ARM Templates. The needed parameters are coming from 1 or multiple CSV files. So that you can customize…
  • Es wird zwar daran gearbeitet aber "ob und wann" ist fraglich. Ich schau mal ob wir den Workaround den wir mal für OnPrem gemacht haben auch auf Online übertragen können. VG Mike
  • Hi Muneer, can you repeat the test and afterwards check in the LOG file "C:\ProgramData\protected-networks.com\8MAN\log\pnserver.log" (that is the old log directory, maybe in new installation it is called solarwinds) and check if you can see any error regarding the template. Can you share the error message itself you saw…
  • Hello to which are reading that post, we have written a step by step guide in German. You can find it here. The difference is, that our guide has more detailed steps including necessary DB updates which are not written in the KB from SolarWinds. If you need such guide in English let us know, we are happy to translate or…
  • Hello Florian, the message occurs when the tracer (AD Logga or FS Logga) likes to connect to the 8MAN / ARM server to port 5671. The problems is normaly the a firewall on the ARM server does not allow connections to the port 5671 or you can not make outbound calls from the client/tracer. Another reason could be that Rabbit…
  • Hi Paul, great work, that would help a lot even during consulting. I personaly like the RegEx thing, because that makes the life much easier for a lot of customers. Cheers Mike
  • Hello tante_jana, the problem is, that since Office 2013 office automation is not working anymore per default in session 0. The reason is that you could write macros and so on. The script engine in ARM is running in session 0 and therefore your script is not working. TO overcome that you need to go to DCOMCNFG.EXE in Admin…