M365Permissions
1.0.1
Report on permissions in a Microsoft 365 tenant. Provides a 360° view of what a given identity can see and do.
INSTALLATION:
Install-PSResource -Name M365Permissions -Repository PSGallery
EXAMPLES:
Get-SpOPermissions -siteUrl "https://tenant.sharepoint.com/sites/site" -ExpandGroups -OutputFormat Default
Get-SpOPermissions -te
INSTALLATION:
Install-PSResource -Name M365Permissions -Repository PSGallery
EXAMPLES:
Get-SpOPermissions -siteUrl "https://tenant.sharepoint.com/sites/site" -ExpandGroups -OutputFormat Default
Get-SpOPermissions -te
Report on permissions in a Microsoft 365 tenant. Provides a 360° view of what a given identity can see and do.
INSTALLATION:
Install-PSResource -Name M365Permissions -Repository PSGallery
EXAMPLES:
Get-SpOPermissions -siteUrl "https://tenant.sharepoint.com/sites/site" -ExpandGroups -OutputFormat Default
Get-SpOPermissions -teamName "INT-Finance Department" -OutputFormat XLSX,CSV
get-AllSPOPermissions -ExpandGroups -OutputFormat XLSX -ignoreCurrentUser -IncludeOneDriveSites
Get-EntraPermissions -OutputFormat XLSX -expandGroups
Get-AllM365Permissions -OutputFormat XLSX -expandGroups -ignoreCurrentUser -includeOneDriveSites
Please note that this module is provided AS-IS, no guarantees or warranties provided. Use at your own risk.
Show more
INSTALLATION:
Install-PSResource -Name M365Permissions -Repository PSGallery
EXAMPLES:
Get-SpOPermissions -siteUrl "https://tenant.sharepoint.com/sites/site" -ExpandGroups -OutputFormat Default
Get-SpOPermissions -teamName "INT-Finance Department" -OutputFormat XLSX,CSV
get-AllSPOPermissions -ExpandGroups -OutputFormat XLSX -ignoreCurrentUser -IncludeOneDriveSites
Get-EntraPermissions -OutputFormat XLSX -expandGroups
Get-AllM365Permissions -OutputFormat XLSX -expandGroups -ignoreCurrentUser -includeOneDriveSites
Please note that this module is provided AS-IS, no guarantees or warranties provided. Use at your own risk.
Minimum PowerShell version
5.1
The owner has unlisted this package.
This could mean that the module is deprecated or shouldn't be used anymore.
Installation Options
Owners
Copyright
https://www.lieben.nu/liebensraum/commercial-use/
Package Details
Author(s)
- Jos Lieben (jos@lieben.nu)
PSEditions
Dependencies
FileList
- M365Permissions.nuspec
- private\get-AuthorizationCode.ps1
- private\get-EntraGroupMembers.ps1
- private\get-JwtTokenProperties.ps1
- private\get-PnPGroupMembers.ps1
- private\get-PnPObjectPermissions.ps1
- private\get-SpOConnection.ps1
- private\get-SpOInvitee.ps1
- private\get-SpOPermissionEntry.ps1
- private\get-SpOSharingLinkInfo.ps1
- private\invoke-PublishModule.ps1
- private\New-EntraPermissionEntry.ps1
- private\new-GraphQuery.ps1
- private\New-SpOPermissionEntry.ps1
- public\get-AllM365Permissions.ps1
- public\get-AllSpOPermissions.ps1
- public\get-EntraPermissions.ps1
- public\get-SpOPermissions.ps1
- LICENSE
- M365Permissions.psd1
- M365Permissions.psm1
- README
- private\get-AccessToken.ps1