Skip to content

Commit

Permalink
Update description 🔈
Browse files Browse the repository at this point in the history
  • Loading branch information
blakedrumm committed Feb 29, 2024
1 parent 151101d commit 0f2f7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Powershell/Create-PortableSCOMPSModule.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Author: Blake Drumm (blakedrumm@microsoft.com)
# Date created: February 29th, 2024
# 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
# 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.)
# 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.
# 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.)

#---------------------------------------------
# Variables to edit
Expand Down

0 comments on commit 0f2f7bf

Please sign in to comment.