1

Import-Module -Name "./MyAssembly.dll"散発的に動作しなくなるという問題があります。コンピューターを再起動すると、しばらくはすべてが正常に機能しているように見えますが、非常にイライラします。

同じモジュールを (異なる Powershell セッションで) インポートする理由は、現在 C# を使用してコマンドレットを作成しており、コマンドレットのデバッグの一環として PowerShell インスタンスを開始しているためです。

Import-Module コマンドでは、読み込みが成功したかどうかについてのフィードバックはまったくありません。

PS C:\Source\MyProject> Import-Module -Name "./MyAssembly.dll"
PS C:\Source\MyProject> Get-Stuffz
Get-Stuffz : The term 'Get-Stuffz' is not recognized as the name of a cmdlet, function, script file, or ope
rable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again
.
At line:1 char:1
+ Get-Stuffz
+ ~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-Stuffz:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

ヘルプや提案は大歓迎です。

4

0 に答える 0