You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.)
0 commit comments