Lenovo ノートパソコンの取扱説明書・マニュアル [全50ページ 0.35MB]
mvdeploy_jp.pdf
Gizbot 2013-08-15
http://download.lenovo.com/.../mvdeploy_jp.pdf - 0.35MB
- キャッシュ
31353view
50page / 0.35MB
WScript.Echo strRequestWScript.Echo " SaveBiosSettings : " + strReturnリモート・コンピューターですべてのBIOS設定をリストするZIPファイルにあるサンプル・スクリプトをテンプレートとして使用して、リモート・コンピューターですべてのBIOS設定と値をリストします。構文: cscript.exe ListAllRemote.vbs [Hostname]例: cscript.exe ListAllRemote.vbs mattdev-c5'' List all BIOS settings'On Error Resume NextDim colItemsIf WScript.Arguments.Count <> 1 ThenWScript.Echo "ListAllRemote.vbs [hostname]"WScript.QuitEnd IfstrComputer = WScript.Arguments(0)Set objWMIService = GetObject("WinMgmts:" _&"{ImpersonationLevel=Impersonate," _&"authenticationLevel=pktPrivacy}!¥¥" _& strComputer & "¥root¥wmi")Set colItems = objWMIService.ExecQuery("Select * from Lenovo_BiosSetting")For Each objItem in colItemsIf Len(objItem.CurrentSetting ) > 0 ThenSetting = ObjItem.CurrentSettingStrItem = Left(ObjItem.CurrentSetting, InStr(ObjItem.CurrentSetting, ",")-1)StrValue = Mid(ObjItem.CurrentSetting, InStr(ObjItem.CurrentSetting, ",")+ 1, 256)WScript.Echo StrIte m+"="+StrValueEnd IfNextリモート・コンピューターで単一のBIOS設定値を設定するZIPファイルにあるサンプル・スクリプトをテンプレートとして使用して、リモート・コンピューターで単一のBIOS設定値を設定します。構文: cscript.exe SetConfigRemote.vbs [Item] [Value] [Hostname]例: cscript.exe SetConfigRemote.vbs WakeOnLAN Disable mattdev-c5'' Set specific BIOS Setting'On Error Resume NextDim colItemsIf WScript.Arguments.Count <> 3 ThenWScript.Echo "SetConfigRemote.vbs [setting] [value] [hostname]"WScript.QuitEnd IfstrRequest = WScript.Arguments(0) + "," + WScript.Arguments(1) + ";"30 Windows Management Instrumentation を使用したLenovo BIOS設定 デプロイメント・ガイド
参考になったと評価
49人が参考になったと評価しています。
この取扱説明書が関連付けられている製品