I like using objects in PowerShell, they make management and scripting easier as your are dealing with named sets of information and not having to find objects in numbered arrays or use dictionaries. That means however that a lot of my scripts start off with a block that looks a little like this: $UserDefinition =
Continue reading Using Add-Type in a PowerShell script that is run as a Scheduled Task
Tag: Automation
Installing Nimble Connection Manager Toolkit Silently
If you want to install the Nimble Connection Manager for Windows silently, you will need to specify a couple of options at the command line: Setup-NimbleNWT-x64.2.2.3.432.exe /S /v/qb- INSTALLDIR=\””C:\Program Files\Nimble Storage\”” NLOGSDIR=\””C:\Program Files\Nimble Storage\Logs\”” /norestart The important section is the NLOGSDIR. If this option is not specified then you will get a MSIEXEC Error 1606:
Continue reading Installing Nimble Connection Manager Toolkit Silently