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 ed91036 commit 598aa14Copy full SHA for 598aa14
Modules/CippExtensions/Public/Halo/New-HaloPSATicket.ps1
@@ -78,7 +78,7 @@ function New-HaloPSATicket {
78
#use the token to create a new ticket in HaloPSA
79
$body = ConvertTo-Json -Compress -Depth 10 -InputObject @($Object)
80
81
- Write-Information 'Sending ticket to HaloPSA'
+ Write-Output 'Sending ticket to HaloPSA'
82
Write-Host "Body we shipped: $body"
83
try {
84
if ($PSCmdlet.ShouldProcess('Send ticket to HaloPSA', 'Create ticket')) {
0 commit comments