Installing Powershell Modules on Servers with no Internet

Recently I was trying to install the Powershell ISE SMA Addon on our server that will serve as our development server for our SMA Runbooks. The problem is that the server doesn’t have any internet access. Normally you could do Install-module -name SMAAuthoringtoolkit and Powershell would go and get it for you, however this doesn’t …

Read more

Working with the SCOM Powershell Module

Working with SCOM in the console and working with the SCOM Powershell module are two vastly different things. Powershell is much quicker, especially for getting lots of data and related objects at once. However, if you haven’t worked very much with the Operations Manager Powershell Module very much, these might be a few quirks or …

Read more