Lenovo ノートパソコンの取扱説明書・マニュアル [全50ページ 0.35MB]
mvdeploy_jp.pdf
Gizbot 2013-08-15
http://download.lenovo.com/.../mvdeploy_jp.pdf - 0.35MB
- キャッシュ
31353view
50page / 0.35MB
<Command>gwmi -class Lenovo_BiosSetting -namespace root¥wmi | Where-Object{$_.CurrentSetting.split(",",[StringSplitOptions]::RemoveEmptyEntries) -eq"AlwaysOnUSB"}| Format-List CurrentSettingリモート・コンピューターでは、以下のようにします。<Command>gwmi -class Lenovo_BiosSetting -namespace root¥wmi -ComputerName test-pc -credential(get-credential) | Where-Object {$_.CurrentSetting.split(",",[StringSplitOptions]::RemoveEmptyEntries) -eq "AlwaysOnUSB"} | Format-List CurrentSetting<Sample output>PS C:¥> gwmi -class Lenovo_BiosSetting -namespace root¥wmi -ComputerName test-pc-credential (get-credential) | Where-Object {$_.CurrentSetting.split(",",[StringSplitOptions]::RemoveEmptyEntries) -eq "AlwaysOnUSB"}| Format-List CurrentSettingcmdlet get-credential at command pipeline position 1Supply values for the following parameters:CredentialCurrentSetting : AlwaysOnUSB,DisableBIOS設定値を設定する以下のスクリプトをテンプレートとして使用して、設定値を設定します。"WakeOnLAN,Disable" を、希望する項目および値と置き換えます。注: 設定のストリングは大/ 小文字を区別し、"<item, <value>"の形式である必要があります。<Command>(gwmi -class Lenovo_SetBiosSetting-namespace root¥wmi).SetBiosSetting ("WakeOnLAN,Disable")__GENUS : 2__CLASS : __PARAMETERS__SUPERCLASS :__DYNASTY : __PARAMETERS__RELPATH :__PROPERTY_COUNT : 1__DERIVATION : {}__SERVER :__NAMESPACE :__PATH :return : SuccessPS C:¥> (gwmi -class Lenovo_SaveBiosSettings -namespace root¥wmi).SaveBiosSettingsMemberType : MethodOverloadDefinitions : {System.Management.ManagementBaseObjectSaveBiosSettings(System.String parameter)}TypeNameOfValue : System.Management.Automation.PSMethodValue : System.Management.ManagementBaseObjectSaveBiosSettings(System.String parameter)Name : SaveBiosSettingsIsInstance : TruePS C:¥>付録B.リモートBIOS管理用のPowerShellサンプル・スクリプト 37
参考になったと評価
49人が参考になったと評価しています。
この取扱説明書が関連付けられている製品