Skip to content

Commit

Permalink
Add some logging to figure out why it isn't importing the module
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Harshberger committed Dec 4, 2024
1 parent b748891 commit 401a937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Modules/CIPPCore/Public/Set-PSAAssetDetail.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ function Set-PSAAssetDetail {
$APIName = 'Set PSA Asset Detail'
)

$files = Get-ChildItem ..\..\|Select Name
Write-LogMessage -user "CIPP" -API $APIName -tenant "None" -message "$($files)" -sev "Info"
return "TEST"


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

0 comments on commit 401a937

Please sign in to comment.