Skip to content

Commit 4dd19b8

Browse files
committed
add support for piping and positional params
1 parent bd2afc2 commit 4dd19b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/CIPPCore/Public/GraphHelper/Get-CippException.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
function Get-CippException {
22
Param(
3+
[Parameter(Mandatory = $true, ValueFromPipeline = $true, Position = 0)]
34
$Exception
45
)
56

0 commit comments

Comments
 (0)