Skip to content

Commit

Permalink
Added Iid from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Sep 14, 2018
1 parent da6b268 commit 5786e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OleViewDotNet.PowerShell/OleViewDotNet.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ Get COM interfaces supported by an object.
function Get-ComInterface {
[CmdletBinding(DefaultParameterSetName = "All")]
Param(
[Parameter(Mandatory, ParameterSetName = "FromIid")]
[Parameter(Mandatory, ParameterSetName = "FromIid", ValueFromPipelineByPropertyName)]
[Guid]$Iid,
[Parameter(Mandatory, ParameterSetName = "FromName")]
[string]$Name,
Expand Down

0 comments on commit 5786e38

Please sign in to comment.