We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code coverage report: Covered 0 % of 19 analyzed Commands in Export-GraphApplication Missed commands:
Export-GraphApplication
$ExportProperties = $Application.psobject.Properties.where({ $_.MemberType -ne 'ScriptProperty' }).Name
$_.MemberType -ne 'ScriptProperty'
Write-Verbose "Propertes: $($ExportProperties -join ' ')"
$ExportProperties -join ' '
$ExportApplication = $Application ...
$PsCmdlet.ParameterSetName
$Params = @{ ...
Encoding = $Encoding
Path = $Path
InputObject = $ExportApplication
$Target = $Path
LiteralPath = $LiterlPath
$Target = $LiteralPath
if ($pscmdlet.ShouldProcess("Target")) { ...
Export-Clixml @Params
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code coverage report:
Covered 0 % of 19 analyzed Commands in
Export-GraphApplication
Missed commands:
$ExportProperties = $Application.psobject.Properties.where({ $_.MemberType -ne 'ScriptProperty' }).Name
$_.MemberType -ne 'ScriptProperty'
Write-Verbose "Propertes: $($ExportProperties -join ' ')"
$ExportProperties -join ' '
$ExportApplication = $Application ...
$ExportApplication = $Application ...
$PsCmdlet.ParameterSetName
$Params = @{ ...
Encoding = $Encoding
Path = $Path
InputObject = $ExportApplication
$Target = $Path
$Params = @{ ...
Encoding = $Encoding
LiteralPath = $LiterlPath
InputObject = $ExportApplication
$Target = $LiteralPath
if ($pscmdlet.ShouldProcess("Target")) { ...
Export-Clixml @Params
The text was updated successfully, but these errors were encountered: