Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48d83ea

Browse files
authored
Format the description 🥪
1 parent 0f2f7bf commit 48d83ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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 ([email protected])
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)