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 fda6115 commit 027b5d5Copy full SHA for 027b5d5
Modules/CippExtensions/Public/Halo/New-HaloPSATicket.ps1
@@ -5,7 +5,7 @@ function New-HaloPSATicket {
5
$description,
6
$client
7
)
8
- #Get Halo PSA Token based on the config we have.
+ #Get HaloPSAToken based on the config we have.
9
$Table = Get-CIPPTable -TableName Extensionsconfig
10
$Configuration = ((Get-CIPPAzDataTableEntity @Table).config | ConvertFrom-Json).HaloPSA
11
0 commit comments