私は、Windowsマシンで再起動が必要かどうかを知ろうとしています。しかし、私のスクリプトは投げていてエラーです。保留中の再起動を確認するにはどうすればよいですか?
powershell "$key = Get-Item "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired" -ErrorAction SilentlyContinue"
Error :
Get-Item : A positional parameter cannot be found that accepts argument
'Update\RebootRequired'.
At line:1 char:8
+ $key = Get-Item
HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Aut ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : InvalidArgument: (:) [Get-Item], ParameterBindin
gException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell
.Commands.GetItemCommand
"コマンドプロンプト"でこのコマンドを実行しています。それが何を意味するかわからない!
ちょっとあなた自身の質問に答えるために、さらにはそれを受け入れることを完全に受け入れている –
を ".RebootPending(起動-WmiMethod -namespaceルート\ CCM \ clientsdk -Class CCM_ClientUtilities -Name DetermineIfRebootPending)" の回答 PowerShellを得ました。あなたのコメントを適切な回答として追加することを検討してください - 将来的に他の人を助けるかもしれません。 – David
[C#:Windows 7で必要な再起動を検出する方法](https://stackoverflow.com/questions/15482174/c-how-can-a-required-reboot-be-detected-for-windows) -7) – TheIncorrigible1