Big progress.

This commit is contained in:
OriolFilter 2022-04-06 07:02:08 +02:00
parent d01aedb7c3
commit bfcc1634f3

View File

@ -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
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
```