We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2afc2 commit 4dd19b8Copy full SHA for 4dd19b8
Modules/CIPPCore/Public/GraphHelper/Get-CippException.ps1
@@ -1,5 +1,6 @@
1
function Get-CippException {
2
Param(
3
+ [Parameter(Mandatory = $true, ValueFromPipeline = $true, Position = 0)]
4
$Exception
5
)
6
0 commit comments