Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • 0 Votes
    6 Posts
    6 Views
    ?
    For Ensure-RegistryValue, you can use the Kind property to control the type: Ensure-RegistryValue ( Name: 2100, Value: 3, Kind: DWord, Hive: LocalMachine, Key: SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3 ); Valid values for this property are listed here.
  • 0 Votes
    1 Posts
    7 Views
    No one has replied
  • Get-Asset Operation does not ensure WorkingDirectory exists

    Support otter
    3
    0 Votes
    3 Posts
    10 Views
    atrippA
    I totally agree! Thanks for pointing this out. I've filed this is a bug report (OT-254), so it will get fixed in a future maintenance release
  • How does executionPolicy actually work?

    Support otter
    3
    0 Votes
    3 Posts
    10 Views
    W
    I've reread the documentation for Execution Modes. I believe I have a better understanding of executionPolicy's purpose now.
  • 0 Votes
    4 Posts
    11 Views
    jraschJ
    Thanks for the update; due to its severity we put out an emergency maintenance release to fix this.
  • Remediation Jobs fail with "Could not initiate execution"

    Support otter
    2
    0 Votes
    2 Posts
    7 Views
    T
    This was resolved in the latest release of Otter (v2.0.12 at the time of posting).
  • Role dependencies and inheritance value

    Support otter
    3
    0 Votes
    3 Posts
    5 Views
    ?
    Hi Alana More or less it is what I am looking for. a configuration variable from a dependency role of the current role is available at runtime I will try to explain it in a better way for a request feature Thank you :)
  • 0 Votes
    3 Posts
    4 Views
    ?
    Hi Philippe, This is due to a packaging error on our part. That extension is actually the 1.0.7 (and 1.0.4) release, but reports its version incorrectly to Otter. This will be resolved in the next extension update.
  • Math in Otter

    Support otter
    3
    0 Votes
    3 Posts
    5 Views
    Jonathan.EngstromJ
    Hello, after trying for a half hour, I was not able to get the $PSEval to successfully do any math operations for me, but something I hadn't tried in my hours of troubleshooting this is try putting the variable last and the number first, and the PSEnsure worked great at that point.
  • Raft variables are not working

    Support variables otter
    2
    0 Votes
    2 Posts
    12 Views
    M
    After some digging I determined that Mpa (%) types are not currently supported. I was able to get past this by embedding JSON in a scalar string, and then use %FromJson() to convert to a Map type in OtterScript.
  • Send Email in Otter

    Support otter
    3
    0 Votes
    3 Posts
    4 Views
    Jonathan.EngstromJ
    Dean, that's great news! Thanks!
  • Server Import- Configure servers to use a raft

    Support otter
    6
    0 Votes
    6 Posts
    6 Views
    Jonathan.EngstromJ
    Dean, thanks for the reply. I am hoping it makes it into this release, as each server I import I have to go into the properties of each one manually and change the raft from not configured to default. While I am trying to build traction for this product, this process of touching each machine does not give a good impression. Thanks for the update!
  • PSEnsure using Map Expression (Hash Table)

    Support otter
    5
    0 Votes
    5 Posts
    6 Views
    ?
    Since I wanted all of my values in the array to be true to have success in my PSEnsure I thought of different ways I could do this. I settled on counting the items in the array, and using the fact that $true -eq 1 and $false -eq 0 to build a value that should match the count. I added this to the end: $array.ForEach({if ($) {$val += $}}) $array.Count -eq $val Thanks for your help!
  • Trouble getting started with Otter

    Support installation otter
    2
    0 Votes
    2 Posts
    10 Views
    ?
    Hi Benedikt, We haven't been able to reproduce this, and I don't see any instances in the installer code where SQL connections are not released immediately after being used. What do you mean that it was not possible to install SQL Express with our installer? Did it fail with an error, or was the option disabled?
  • Otter - Collect installed packages

    Support buildmaster packages otter
    2
    0 Votes
    2 Posts
    14 Views
    ?
    Hi Clint, Sorry for the slow response. There is no current way to do this at the role level, but we could possibly add this as a feature. If you'd like it, check out our new feature request process, and we can see about assessing it. Thanks!
  • Upgrade activation?

    Support otter
    2
    0 Votes
    2 Posts
    6 Views
    T
    Here are the possible reasons for reactivation: https://inedo.com/support/documentation/various/licensing/activation#re-activation
  • Hadle JSON to replace array usage

    Support otter
    3
    0 Votes
    3 Posts
    8 Views
    ?
    Thank you John This is exactly what I was looking for. You save my time and I really appreciate the time you have spent to answer me Best regards
  • Purge ScopedExecutionLogEntries and ScopedExecutionLogs

    Support otter
    3
    0 Votes
    3 Posts
    6 Views
    ?
    Hello Greg It is fine. I would keep a number of days instead a number of log but the result is the same :) Best regards
  • Managing DSC Resources

    Support buildmaster otter
    2
    0 Votes
    2 Posts
    9 Views
    ?
    Hi Paul, Your best bet would probably be to use Role Dependencies - the parent role would ensure that the module is installed: # Parent Role PSEnsure ( Key: InstallDSC, Value: 0, Collect: "if(Get-Module -Name cNtfsAccessControl -List -ErrorAction SilentlyContinue) { exit 0 } else { exit -1 }", Configure: install-module -Name cNtfsAccessControl -Force, UseExitCode: true ); Then, in the dependent role, you can safely use the module: # Dependent Role PSDsc cNtfsAccessControl::cNtfsPermissionsInheritance ( Otter_ConfigurationKey: ApplyPermissions_Key, Path: c:\temp, PreserveInherited: true, Enabled: true ); Note that this usage of Role Dependencies will require Otter 2.0.8 or later. In any case, if you don't want to or can't use Role Dependencies, you can simply put the PSEnsure operation inside an alwaysExecute block. Does this help?
  • Stop auto login of "ExpressUser"

    Support otter authentication
    4
    0 Votes
    4 Posts
    16 Views
    atrippA
    You can request it at my.inedo.com, or just ask as a note on the Otter Quote Request Form. What's nice about going through the pre-sales/quote process, is that we can work together beyond just random forum / Q&A posts, as obviously we are generally motivated to help you prove a success to enable a sale ;)