Skip to content

Commit 0f2f7bf

Browse files
authored
Update description 🔈
1 parent 151101d commit 0f2f7bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Powershell/Create-PortableSCOMPSModule.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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. It will zip up the output folder and all you have to do is run the Install-SCOMModule.ps1 file
4-
# on the remote machine where you want to install the SCOM PowerShell module. (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. 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.)
55

66
#---------------------------------------------
77
# Variables to edit

0 commit comments

Comments
 (0)