-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToolbox.Cherwell.psd1
42 lines (39 loc) · 2.93 KB
/
Toolbox.Cherwell.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@{
ModuleVersion = '3.5'
RootModule = 'Toolbox.Cherwell.psm1'
GUID = '771e242d-88c0-48fc-92a6-3fea84c80062'
Description = 'Interact with the Cherwell REST API in an easy and convenient way.'
PowerShellVersion = '5.1'
FunctionsToExport = @(
'Add-CherwellTicketConfigItemHC',
'Add-CherwellTicketAttachmentHC',
'Add-CherwellTicketDetailHC',
'Add-CherwellTicketJournalNoteHC',
'Add-CherwellTicketTaskHC',
'Get-CherwellConfigItemHC',
'Get-CherwellConfigItemTypeHC',
'Get-CherwellCustomerHC',
'Get-CherwellLocationHC',
'Get-CherwellTeamInfoHC',
'Get-CherwellIncidentSubCategoryHC',
'Get-CherwellTicketHC',
'Get-CherwellTicketDetailHC',
'Get-CherwellQuickCallTemplateHC',
'Get-CherwellTicketJournalNoteHC',
'Get-CherwellTicketTaskHC',
'Get-CherwellServiceHC',
'Get-CherwellServiceCatalogTemplateHC',
'Get-CherwellSupplierHC',
'Get-CherwellSlaHC',
'Get-CherwellChangeStandardTemplateHC',
'Get-CherwellSystemUserHC',
'Get-CherwellIncidentCategoryHC',
'New-CherwellConfigItemHC',
'New-CherwellTicketHC',
'Remove-CherwellTicketHC',
'Set-CherwellTicketDetailHC',
'Update-CherwellTicketHC')
CmdletsToExport = @()
VariablesToExport = $null
AliasesToExport = @()
}