hello, i'm writing script in powershell 2 for site creation . found strange behavious in the following code # Start-WebCommitDelay New-WebAppPool $domain New-Website -Name $domain -HostHeader $domain -IPAddress $ipaddr -PhysicalPath $domainroot -ApplicationPool $domain New-WebFtpSite -Name $user...