Skip to content

Added Support for Compliance report Commands#431

Open
amandli-ks wants to merge 15 commits intosdk-323-compliance-relfrom
sdk-323-external-share-powdev
Open

Added Support for Compliance report Commands#431
amandli-ks wants to merge 15 commits intosdk-323-compliance-relfrom
sdk-323-external-share-powdev

Conversation

@amandli-ks
Copy link
Copy Markdown
Contributor

Added Support for Compliance report Commands

  • compliance report
  • compliance team report
  • compliance summary report
  • compliance record access report
  • compliance shared folder report
  • external shares report
  • aging report

@amandli-ks amandli-ks self-assigned this Apr 16, 2026
@sgaddala-ks sgaddala-ks changed the base branch from compliance-pow-rel to sdk-323-compliance-rel April 16, 2026 09:54
@sgaddala-ks sgaddala-ks force-pushed the sdk-323-external-share-powdev branch from f9f9422 to 016ed4d Compare April 16, 2026 10:12
Comment thread PowerCommander/Sharing.ps1 Outdated
New-Alias -Name kotsr -Value Remove-KeeperOneTimeShare

function Get-KeeperComplianceRestResponse {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is too long, please split into multiple files if possible.

Copy link
Copy Markdown
Contributor

@sgaddala-ks sgaddala-ks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change all the changes as discussed during our meet

[Parameter()][switch]$InSharedFolder,
[Parameter()][ValidateSet('owner', 'title', 'last_changed', 'shared')][string]$Sort = 'last_changed',
[Parameter()][switch]$Rebuild,
[Parameter()][switch]$NoRebuild,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have two opposite switches here, and is there a check added so that both cannot be true at once

[Parameter()][ValidateSet('direct', 'shared-folder', 'all')][string]$ShareType = 'all'
)

Write-Host ""
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add this write-host in the if condition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants