Skip to content

Commit 33049ce

Browse files
committed
Synchronized with SCOM-Scripts-and-SQL 🎆 🌟
1 parent a4b7ef0 commit 33049ce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Powershell/Create-PortableSCOMPSModule.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Author: Blake Drumm (blakedrumm@microsoft.com)
22
# Date created: February 29th, 2024
3-
# Description: This script will allow you to make the System Center Operations Manager PowerShell module portable. Run this on a server that is a SCOM Management Server or has the Console installed on it.
4-
# The script will zip up the output folder and all you have to do is copy the zip to a remote machine (where you want to install the SCOM PowerShell Module), extract it, and run the Install-SCOMModule.ps1 file. (the Install-SCOMModule.ps1 file is located in the output folder / zip.)
3+
# Description: This script will allow you to make the System Center Operations Manager PowerShell module portable.
4+
# Run this on a server that is a SCOM Management Server or has the Console installed on it. The script will
5+
# zip up the output folder and all you have to do is copy the zip to a remote machine (where you want to install
6+
# the SCOM PowerShell Module), extract it, and run the Install-SCOMModule.ps1 file. (The Install-SCOMModule.ps1 file is located in the output folder / zip.)
57

68
#---------------------------------------------
79
# Variables to edit

0 commit comments

Comments
 (0)