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 fafeeac commit 385363dCopy full SHA for 385363d
Modules/CippExtensions/Public/Halo/New-HaloPSATicket.ps1
@@ -6,6 +6,7 @@ function New-HaloPSATicket {
6
$client
7
)
8
#Get HaloPSA Token based on the config we have.
9
+ $InformationPreference = 'Continue'
10
$Table = Get-CIPPTable -TableName Extensionsconfig
11
$Configuration = ((Get-CIPPAzDataTableEntity @Table).config | ConvertFrom-Json).HaloPSA
12
$TicketTable = Get-CIPPTable -TableName 'PSATickets'
0 commit comments