
何使化组
复制$scriptControl=New-Object-ComObjectScriptControl              $scriptControl.Language=‘VBScript’              $scriptControl.AddCode(              ‘FunctionShowMessage(messageToDisplay)              MsgBoxmessageToDisplay              EndFunction’)              $scriptControl.ExecuteStatement(‘ShowMessage              “HelloWorld”’)              1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.