Visual Studioとそのすべての依存関係がインストールされているWindows 10 PCで正常に動作するPowerShellスクリプトを実行しようとしていますが、窓10の新鮮なインストールとプロ。私はスクリプトを拝借して、好きではないことがスクリプトのクラスの定義であると判断しました。クラスを含むPowerShellスクリプトはFresh Windows 10のインストールでは実行されません
Class Computer {
[String]$Name
[String]$Description
[String]$Type
[String]$Owner
}
このクラスの定義が、何もしてスクリプトを実行しているときに私が得るエラーは次のとおりです。
Name Value
---- -----
PSVersion 5.0.10240.16384
WSManStackVersion 3.0
SerializationVersion 1.1.0.1
CLRVersion 4.0.30319.42000
BuildVersion 10.0.10240.16384
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
doesnの」:新鮮なVM上$PSVersionTable
を実行
An error occurred while creating the pipeline. +CategoryInfo: NotSpecified: (:) [], ParentContainsErrorRecordException +FullyQualifiedErrorId: RuntimeException
PowerShell 5.0はクラスをサポートしていますか?新しくWindows 10をインストールしたときに既定でインストールされていない、または有効になっていない.NET Framework依存関係がありませんか?
10240.16384 2015 Updateから1607へ=第一Win10 2016年8月からとも – magicandre1981
を何が起こるか見て、 ' '' –