Skip to content

Commit

Permalink
adjust N-Central import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Harshberger committed Dec 4, 2024
1 parent 391157c commit b748891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CIPPCore/Public/Set-PSAAssetDetail.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Import-Module ..\..\PS-NCentral\NCentralRest\PS-NCentral.psm1
<#
This command as of now, will connect to the configured PSA (Autotask for now) and retrieve all active assets.
After retrieving the list of assets it will query the configured N-Central RMM and retrieve all matching devices,
Expand All @@ -9,7 +10,6 @@ function Set-PSAAssetDetail {
$APIName = 'Set PSA Asset Detail'
)

Import-Module PS-NCentral

$MappingTable = Get-CIPPTable -TableName CippMapping
$Table = Get-CIPPTable -TableName Extensionsconfig
Expand Down

0 comments on commit b748891

Please sign in to comment.