Skip to content

Commit

Permalink
1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
stekkanbla committed May 29, 2012
1 parent d592821 commit 64775e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified DeployVirtualSP/3.addAdmins.ps1
Binary file not shown.
2 changes: 1 addition & 1 deletion DeployVirtualSP/4.installSP.ps1
Expand Up @@ -26,7 +26,7 @@ $HostCred = $Host.UI.PromptForCredential("Please enter credentials", "Enter ESX




$n = 1 $n = 1
$nMax = 1 $nMax = 5
while ($n -le $nMax) { while ($n -le $nMax) {
$VMname = "SharePoint$n" $VMname = "SharePoint$n"
Write-Host $VMname Write-Host $VMname
Expand Down

0 comments on commit 64775e7

Please sign in to comment.