Related Articles
PowerShell – Change Windows Service Login to Group Managed Service Account
Group Managed Service Accounts (gMSA) are an awesome way to have Active Directory taking care of password changes for the service accounts. How to create Group Managed Service Accounts and how to assign them to Windows services you will find plenty of articles and blog posts on the internet. Group Managed Service Accounts solve you […]
SCOMfaq – Sponsored by NiCE
Today I am happy to announce my new blog sponsor NiCE. NiCE is a leading company for network, system and application management and monitoring. This company develops management packs for SCOM and are specialized in cross-platform monitoring. If you need management packs for DB2, Oracle, SAP, BlackBerry or Domino make sure you check their products! […]
SCOM – Save a Connection String for Use in a PowerShell Script
Sometimes it is necessary to store certain information in a (secure) way, like a connection string, which you might want to use in your PowerShell scripts. The scripts could be then used e.g for the Command Notification Channel. Let’s assume you need to connect to a foreign system and this system provides you with a […]