Comments
-
{ "Name": "ProxyAddresses", "Definition": { "Type": "MultiValueText", "Label": "ProxyAddresses", "Description": "", "DefaultValue": null, "IsRequired": false, "IsEnabled": true, "isHidden": false, "isHiddenFromRequester": false, "Constraints": { "MaxLength": -1, "ForbiddenChars": [], "ValidationRule": "",…
-
The MultivalueText like you are using it works fine in the fat client but it seems that the control that is currently loaded in the webinterface isn´t working correctly. When i define multiple DefaultValues it actually works and puts in multiple addresses but obviously we can´t use variables in the DefaultValue. According…
-
good find, i have added a fix to the generator
-
Glad you like the tool! This is the first time I hear that the automatic import doesn´t work at all, usually it´s fairly robust. Might be worth a support ticket if you can´t resolve it. A service restart might help.
-
Hi Boehma, if you want it to start on level 0 there is a config switch to change that behaviour
-
Hi nicholse, ARM offers a template system for account creation. In the templates you can predefine required attributes, group memberships etc. and can preconfigure and automatically build out attribute values, account options and so on. In the template you can also configure a script to run after the creation to…
-
Hi tante_jana, the ScriptParameterFormat is for defining the format of the output. O is round-trip format, you can see other common formats here: https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings There is unfortunately no way to define in the template that only future dates…
-
Hi Jonas, there is no built-in function specifically to create a shared Mailbox in ARM. The best way to go about it would be to create a normal user + mailbox and then use the script execution to run the additionally required commands. That way at least its fully automatic. Regards Paul
-
Hi Emeralduk, for Onedrive, Teams and AzureAD you can identify the correct "system" value like this: * go to portal.azure.com and log in with an administrative account * click on the 3bar menu in the top left corner * click on "Azure Active Directory" The value you see under "Primary Domain" is the value you need to put…
-
makes sense, unfortunately there is no move action on the API right now. I´ll bring it up internally
-
Unfortunately the OU field is handled a bit differently than other attributes. at this point its neither possible to reference it from other attributes nor to use a control that support referencing other fields. The easiest workaround is to create the account in a staging OU, pass your reference field to a script execution…
-
pushing for visibility after redesign
-
works fine for me, what version are you on and in which interface are you seeing the error? Do you see it in both interfaces (web + fat client) or only one of them?
-
Hi Eric, this is an issue with the current version of the template generator 2 (also noted in the "known issues" section on that post). The correct name for that property is "IsScriptEnabledDefault". If you rename the property in the template it should work as expected. Sorry for inconveniences caused. Edit: just released…
-
Hi Eric, the password variable as described by bjoern-cusatum doesnt seem to work for me either, maybe he can shed some light on this. The workaround would be to just generate the password in the script, set it using Set-ADAccountPassword and then use the value for your Mail as well. Regards Paul
-
in that case i would recommend contacting support, it is unlikely you will get an official answer here.
-
Hi Eric, in that case you can use the EasyConnect interface to import the account data into ARM. You can find the documentation for the interface in the ARM Config client under "License" in the lower right corner. Regards Paul
-
Hi Eric, can you specifiy what you mean by "the password variable isn´t returning a value"? Could you post the parameter definition of your script and how you try to access the variable? There is documentation regarding the usage of scripts and the passing of parameters in the extended install & config guide you can find…
-
Hi skornegay, as i said in my previous post you have to install a ssl certificate in your iis console first and deploy the components. Here is a tutorial to creating a self signed certificate which you can use for the configuration: How to Create a Self Signed Certificate in IIS | About SSL After you have done that click…
-
Hi Bevan, the way to do this is to use the script execution you can define in the template and set the retention policy in that script (for example via powershell: set-mailbox -retentionpolicy "policyname"). Regards paul
-
Hi Eric, thanks again, normally after saving the window should close and the table should be updated. I just found one case where this does not work as intended and fixed it. Can you try if the problem still occurs for you? If so please send me a screenshot of the property definition. Regards Paul
-
Hi fadia, after completing the basic configuration the ARM Service performs a restart, this may take a minute or two depending on the machines resource configuration. If you have waited a bit and still have the same issue please confirm that the ARM Service is started and the ARM Server process is running. If both of those…
-
I like the idea, have you posted it in the feature requests section as well?
-
...really?... yup. there is a config switch to change that behaviour but by default that is how it works. you can find the email templates for the recertification under %Program Files%\Protected Networks\8MAN\etc\mails\Recertification just be aware that the modification will not be supported and that those files are…
-
Hi tante jana, it is certainly not the first time i have heard this idea but it doesnt come up that often. You can see what Solarwinds is working on in the "What we are working on" thread here on Thwack. I would also recommend to check if there is already a feature request for that and if so upvote it. If there isnt one…
-
the documentation only mentions that the logga has to be enabled so i would assume that specifying reports is not necessary but i can not guarantee. why do you not just try it out?
-
Hi tante jana, resource owners are exclusively used for the approval workflows. You will still need the data owner configuration to make the resources available for requesters and for the recertification. The main reason resource owners exist is for scenarios where you have different owners inside of a single tree and the…
-
is what you posted the full script content? In powershell variables are referenced with a dollar sign (i.e. $variable) not with curly braces (those are only needed in the template). Also if you dont have any parameter declaration you will need to reference your variables using the $args variable. Also i would recommend to…
-
Hi Eric, ARM will only resolve accounts from domains you have actually scanned. So in this case you would need to scan your clients domain. Assuming the ARM server can resolve the FQDN of the domain follow these steps: 1. Open ARM Config 2. Click Scans 3. Click Domain 4. Enter the FQDN of the target domain into the filter…
-
Hi swg, can´t test to confirm that behaviour right now. I´m pretty sure that this is not how it´s supposed to behave. Please let your rep know to put in a bug report for this. Best Paul