Skip to content

Commit 429a79e

Browse files
Remove Version 5 requirement
1 parent 1bdb015 commit 429a79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutomatedLab/AutomatedLab - SCOM 2012 R2 - all-in-one installer (unattended).ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Based on
1111
# Author: Blake Drumm ([email protected])
1212
# Date Created: September 26th, 2021
1313
# Date Modified: September 26th, 2021
14-
#requires -Version 5 -Modules AutomatedLab -RunAsAdministrator
14+
#requires -Modules AutomatedLab -RunAsAdministrator
1515
trap
1616
{
1717
Write-Host "Stopping Transcript ..."

0 commit comments

Comments
 (0)