Skip to content

Commit 385363d

Browse files
committed
enable logging
1 parent fafeeac commit 385363d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/CippExtensions/Public/Halo/New-HaloPSATicket.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function New-HaloPSATicket {
66
$client
77
)
88
#Get HaloPSA Token based on the config we have.
9+
$InformationPreference = 'Continue'
910
$Table = Get-CIPPTable -TableName Extensionsconfig
1011
$Configuration = ((Get-CIPPAzDataTableEntity @Table).config | ConvertFrom-Json).HaloPSA
1112
$TicketTable = Get-CIPPTable -TableName 'PSATickets'

0 commit comments

Comments
 (0)