Skip to content

Commit 1bdb015

Browse files
Remove Version 5 requirement
1 parent 4d40f02 commit 1bdb015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Based on
1212
# Author: Blake Drumm ([email protected])
1313
# Date Created: May 4th, 2021
1414
# Date Modified: May 4th, 2021
15-
#requires -Version 5 -Modules AutomatedLab -RunAsAdministrator
15+
#requires -Modules AutomatedLab -RunAsAdministrator
1616
trap
1717
{
1818
Write-Host "Stopping Transcript ..."

0 commit comments

Comments
 (0)