Comments
-
Hi Markus, currently not, I guess you need to write an FR. Cheers Mike
-
Hello, yes it is, there exists documentation which is just semi-official "https://cusatum.de/wp-content/uploads/2019/06/WebAPI_9.0.7xx.pdf ". Cheers Mike
-
Hi florian, you can use the jsonImport.ps1 as base and the use "JSON object and additional argument" as base. There you got the whole object and then you can iterate over it. $events = (Get-Content $json -Raw) -join "`n" | ConvertFrom-Json foreach($event in $events.EventData.DirectoryChangeActionEventData) { $name =…
-
Hi ayylmao, sorry to say, Unfortunately there is no way to enter o365 as an email receiver. Maybe it is supporting in one of the next releases. At the moment only on prem server are supported. Cheers, Mike
-
Hi swg, there is no good way to influence that from the template nor from any other configuration file. The only way is to go into the GrantMa directory and editi the compressed CSS File and Experiment by yourself. And after an Update this file will be changed and not used by the GrantMa itself because the reference is…
-
Hi Eric, one question, are you using the OU license scope to limit the amount of managed ARM user? My feeling is, that this could lead to that problem, but I could be wrong. Cheers Mike
-
Hi Eric, I saw it at other customer too, I will create an urgent case out of it. At the customer an ARM Service restart helps. But to be sure check the certificate for the Binding of the WebAPI bevore if that is correct and after restart of ARM Service you restart the IIS. I belive that an AD scan crashes the internal cash…
-
Hi sedeiss, unfortunately there is no official documentation and the release notes are written before Solarwinds take over from Protecte Networks. At the current stage it is more or less in BETA Release stadium and to be honest I do not know at the moment if that will further developed. This answer can only give the…
-
Hi Marcus, that is a bug from my point of view. This feature was designed to see all the differences and that you should see the comments if that happens with ARM. I know you have already a case open so Björn will care. Have a great day Mike
-
Hi rbertolett, you need to be sure that the files have the ending like: TemplateName.CreateNewUser.json TemplateName.CreateNewGroup.json TemplateName.CreateMailContact.json (rich client only) TemplateName.OpenOrderTemplate.json See 8MAN help When you just give it a name like "TemplateName.json" it will not work like in…
-
Hello rberolett, to have more details from pauls answer look into 8MAN help. After it is successful loaded it is shown in the data owner configuration and you can assign it. regards Mike
-
Hi mharvey, how do you come to the conclusion that the collector is using 8080. That is in the default configuration completely impossible. Maybe you mean the configuration for the WebAPI? For checking the settings you have 2 places. 1.) <Install Dir>\etc (in my case C:\Program Files\Protected Networks\8MAN\etc because I…
-
Hi Marcus, mach das mal bitte in die Feature Requests und lass das Voten, denn es ist out of the box nicht möglich. Viele Grüße Mike
-
Hi Jerome, you answer yourself you need a collector manually on the remote user domain. Be sure that you open the firewall port 55555 on ARM server as well on ARM collector or if you have windows firewall: * Server Firewall: * Port 55555 inbound * Port 5671 inbound (if you are using alerts) * application rule for…
-
Hi Korbi, yes you can do it. 1.) you need to go to "C:\ProgramData\protected-networks.com\8MAN\cfg\pnserver.config.xml" 2.) Add following lines if not there or extend <changeConfiguration> <activeDirectory> <PropertiesToLoad type="System.String">primaryGroupID</PropertiesToLoad> <PropertiesDetails> <primaryGroupID>…