CreateWebApplication
    [-webSite] <String>
    [-appName] <String>
    [-appPool] <String>
    [-InstallDir] <String>    
    [-SubFolders] <String>
Creates webapp into existing website
CreateWebApplication -webSite "MySite" -appName "SubApp" -appPool "MyAppPool" -InstallDir "C:\Site\SubApp"