-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Description
Taken from .EXAMPLE
$NotepadPEB = Get-PEB -Id (ps notepad)
Get-PEB : Cannot process argument transformation on parameter 'Id'. Cannot convert the "System.Diagnostics.Process (notepad)" value of type "System.Diagnostics.Process" to type "System.UInt16[]".
At line:1 char:27
+ $NotepadPEB = Get-PEB -Id (ps notepad)
+ ~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-PEB], ParameterBindingArgumentTransformationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-PEB
my ps version:
| Major | Minor | Build | Revision |
|---|---|---|---|
| 5 | 1 | 17763 | 316 |
Metadata
Metadata
Assignees
Labels
No labels