Skip to content

Commit

Permalink
Minor change to output
Browse files Browse the repository at this point in the history
  • Loading branch information
pldmgg authored Aug 30, 2023
1 parent 61e1067 commit e9132a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions MyScripts/Invoke-SharePointLibrarySyncCmdBuilder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ try {
$Session = Get-PnPConnection -ErrorAction Stop
$TenantId = Get-PnPTenantId -Connection $Session -ErrorAction Stop
$ConnectionData = Get-PnPSite -ErrorAction Stop

# Output
$Output = [pscustomobject]@{
Session = $Session
ConnectionData = $ConnectionData
}

$Output
}
catch {
Write-Warning $_.Exception.Message
Expand Down

0 comments on commit e9132a3

Please sign in to comment.