Commit 7e055ec6 by Paul Durivage Committed by Matt Martz

Remove unnecessary obj

parent 43a7a5a9
......@@ -17,6 +17,7 @@
# 6.2 is 2012
# 6.3 is 2012 R2
Start-Transcript "C:\powershell\scriptlog.txt"
if ($PSVersionTable.psversion.Major -ge 3)
{
......@@ -77,5 +78,5 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
."$powershellpath\$filename" /quiet
Stop-Transcript
."$powershellpath\$filename" /quiet /log "C:\powershell\install.log"
......@@ -24,7 +24,6 @@ Import-Module Servermanager;
$params = Parse-Args $args;
$result = New-Object psobject @{
win_feature = New-Object psobject
changed = $false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment