forked from eagle00789/PS-NCentral-RESTAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPS-NCentral-RESTAPI.psd1
More file actions
52 lines (52 loc) · 1.92 KB
/
PS-NCentral-RESTAPI.psd1
File metadata and controls
52 lines (52 loc) · 1.92 KB
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
43
44
45
46
47
48
49
50
51
52
@{
RootModule = 'PS-NCentral-RESTAPI.psm1'
ModuleVersion = '0.6.0'
GUID = 'b3f4c223-5dd6-4de4-a6c1-5f6e7d71c505'
Author = 'eagle00789'
Description = 'PowerShell module for the N-central REST-API'
PowerShellVersion = '5.1'
FunctionsToExport = @(
'Connect-Ncentral',
'Disconnect-Ncentral',
'Get-NcentralAccessGroup',
'Get-NcentralAccessGroups',
'Get-NcentralActiveIssues',
'Get-NcentralApiServerHealth',
'Get-NcentralApiServerInfo',
'Get-NcentralApiServerInfoExtra',
'Get-NcentralAuthenticationRefresh',
'Get-NcentralAuthenticationValidation',
'Get-NcentralCustomerSites',
'Get-NcentralCustomProperties',
'Get-NcentralDevice',
'Get-NcentralDeviceActivationKey',
'Get-NcentralDeviceAssets',
'Get-NcentralDeviceAssetsLifecycleInfo',
'Get-NcentralDeviceFilters',
'Get-NcentralDevices',
'Get-NcentralDeviceServiceMonitorStatus',
'Get-NcentralDeviceTasks',
'Get-NcentralMaintenanceWindows',
'Get-NcentralRegistrationToken',
'Get-NcentralScheduledTask',
'Get-NcentralScheduledTaskStatus',
'Get-NcentralScheduledTaskStatusDetails',
'Get-NcentralServiceOrganizations',
'Get-NcentralServiceOrganizationsCustomers',
'Get-NcentralSite',
'Get-NcentralSites',
'Get-NcentralUserRoles',
'Get-NcentralUsers',
'New-NcentralCustomer'
)
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
PrivateData = @{
PSData = @{
ProjectUri = 'https://github.com/eagle00789/PS-NCentral-RESTAPI'
LicenseUri = 'https://github.com/eagle00789/PS-NCentral-RESTAPI/blob/main/LICENSE'
IconUri = 'https://raw.githubusercontent.com/eagle00789/PS-NCentral-RESTAPI/refs/heads/main/.github/icon-n-central-128x128-fullcolor.png'
}
}
}