From bfcc1634f31653c0cbd51073429042fc37e25f50 Mon Sep 17 00:00:00 2001 From: OriolFilter Date: Wed, 6 Apr 2022 07:02:08 +0200 Subject: [PATCH] Big progress. --- placeholder.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/placeholder.md b/placeholder.md index 97eb9a2..843e617 100644 --- a/placeholder.md +++ b/placeholder.md @@ -4,4 +4,16 @@ Get-Member Select-Object https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-object?view=powershell-7.2 -Get-Process Explorer | Select-Object -Property ProcessName -ExpandProperty Modules | Format-List \ No newline at end of file +Get-Process Explorer | Select-Object -Property ProcessName -ExpandProperty Modules | Format-List + +======== + +Stuck at +``` +Method invocation failed because [System.Management.Automation.PSMethod] does not contain a method named 'FindHost'. +At C:\Users\Mamoncete\Desktop\test.ps1:93 char:17 ++ $result = $server.FindHost($_vname) ++ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + CategoryInfo : InvalidOperation: (:) [], ParentContainsErrorRecordException + + FullyQualifiedErrorId : MethodNotFound +``` \ No newline at end of file