Skip to content

Commit 8084f43

Browse files
authored
Add note about running as Administrator 👨‍💼
1 parent 4fd250f commit 8084f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Powershell/Create-PortableSCOMPSModule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Description: This script will allow you to make the System Center Operations Manager PowerShell module portable.
55
# Run this on a server that is a SCOM Management Server or has the Console installed on it. The script will
66
# zip up the output folder and all you have to do is copy the zip to a remote machine (where you want to install
7-
# 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.)
7+
# the SCOM PowerShell Module), extract it, and run the Install-SCOMModule.ps1 file (as Administrator). (The Install-SCOMModule.ps1 file is located in the output folder / zip.)
88

99
#---------------------------------------------
1010
# Variables to edit

0 commit comments

Comments
 (0)