Export-PermissionPortable

0.0.373

Present complex nested permissions and group memberships in a report that is easy to read
Provide additional information about each account such as Name, Department, Title
Multithreaded with caching for fast results
Works as a scheduled task
Works as a custom sensor script for Paessler PRTG Network Monitor (Push sensor recommended due to execution time)

Supports:
- L
Present complex nested permissions and group memberships in a report that is easy to read
Provide additional information about each account such as Name, Department, Title
Multithreaded with caching for fast results
Works as a scheduled task
Works as a custom sensor script for Paessler PRTG Network Monitor (Push sensor recommended due to execution time)

Supports:
- Local folder paths
- UNC folder paths
- DFS folder paths
- Mapped network drives
- Active Directory domain trusts
- Unresolved SIDs for deleted accounts
- Group memberships via the Primary Group as well as the memberOf property

Does not support these scenarios:
- ACL Owners or Groups (ToDo enhancement; for now only the DACL is reported)
- File permissions (ToDo enhancement; for now only folder permissions are reported)
- Share permissions (ToDo enhancement; for now only NTFS permissions are reported)

Behavior:
- Resolves each path in the TargetPath parameter
- Local paths become UNC paths using the administrative shares, so the computer name is shown in reports
- DFS paths become all of their UNC folder targets, including disabled ones
- Mapped network drives become their UNC paths
- Gets all permissions for the resolved paths
- Gets non-inherited permissions for subfolders (if specified)
- Exports the permissions to a .csv file
- Uses ADSI to get information about the accounts and groups listed in the permissions
- Exports information about the accounts and groups to a .csv file
- Uses ADSI to recursively retrieve group members
- Retrieves group members using both the memberOf and primaryGroupId attributes
- Members of nested groups are retrieved as members of the group listed in the permissions.
    - Their hierarchy of nested group memberships is not retrieved (for performance reasons).
- Exports information about all accounts with access to a .csv file
- Exports information about all accounts with access to a report generated as a .html file
- Outputs an XML-formatted list of common misconfigurations for use in Paessler PRTG Network Monitor as a custom XML sensor


Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Export-PermissionPortable -RequiredVersion 0.0.373

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Jeremy La Camera. All rights reserved.

Package Details

Author(s)

  • Jeremy La Camera

Tags

adsi ldap winnt ntfs acl

Functions

Get-DfsNetInfo Get-FileShareInfo Get-NetDfsEnum FakeDirectoryEntry RefreshCache Invoke ConvertFrom-AppCapabilitySid ConvertFrom-ScShowSidResult ConvertTo-ServiceSID ConvertTo-SidString Find-CachedWellKnownSID Get-SidTypeMap Invoke-ScShowSid Resolve-IdRefAppPkgAuth Resolve-IdRefBuiltIn Resolve-IdRefCached Resolve-IdRefGetDirEntry Resolve-IdRefSearchDir Resolve-IdRefSID Resolve-IdRefSvc Split-DirectoryPath Add-DomainFqdnToLdapPath Add-SidInfo ConvertFrom-DirectoryEntry ConvertFrom-IdentityReferenceResolved ConvertFrom-PropertyValueCollectionToString ConvertFrom-ResultPropertyValueCollectionToString ConvertFrom-SearchResult ConvertFrom-SidString ConvertTo-DecStringRepresentation ConvertTo-DistinguishedName ConvertTo-DomainNetBIOS ConvertTo-DomainSidString ConvertTo-Fqdn ConvertTo-HexStringRepresentation ConvertTo-HexStringRepresentationForLDAPFilterString ConvertTo-SidByteArray Expand-AdsiGroupMember Expand-WinNTGroupMember Find-AdsiProvider Find-LocalAdsiServerSid Get-AdsiGroup Get-AdsiGroupMember Get-AdsiServer Get-CurrentDomain Get-DirectoryEntry Get-KnownCaptionHashTable Get-KnownSid Get-KnownSidHashTable Get-ParentDomainDnsName Get-TrustedDomain Get-WinNTGroupMember Invoke-ComObject New-FakeDirectoryEntry Resolve-IdentityReference Resolve-ServiceNameToSID Search-Directory ConvertTo-ClassExclusionDiv ConvertTo-FileList ConvertTo-FileListDiv ConvertTo-IgnoredDomainDiv ConvertTo-MemberExclusionDiv ConvertTo-NameExclusionDiv ConvertTo-PermissionGroup ConvertTo-PermissionList ConvertTo-PermissionPrtgXml ConvertTo-ScriptHtml Expand-AccountPermissionReference Expand-FlatPermissionReference Expand-ItemPermissionAccountAccessReference Expand-ItemPermissionReference Expand-TargetPermissionReference Get-ColumnJson Get-DetailDivHeader Get-FolderPermissionTableHeader Get-HtmlBody Get-HtmlReportElements Get-HtmlReportFooter Get-ReportDescription Get-SummaryDivHeader Get-SummaryTableHeader Group-AccountPermissionReference Group-ItemPermissionReference Group-TargetPermissionReference Memory Merge-AceAndPrincipal Out-PermissionDetailReport Resolve-Ace Resolve-Acl Resolve-FormatParameter Resolve-GroupByParameter Resolve-IdentityReferenceDomainDNS Resolve-SplitByParameter Select-AccountTableProperty Select-ItemTableProperty Select-PermissionTableProperty Add-CachedCimInstance Add-CacheItem ConvertTo-ItemBlock Expand-Permission Expand-PermissionTarget Find-CachedCimInstance Find-ResolvedIDsWithAccess Find-ServerFqdn Format-Permission Format-TimeSpan Get-AccessControlList Get-CachedCimInstance Get-CachedCimSession Get-PermissionPrincipal Get-TimeZoneName Initialize-Cache Invoke-PermissionAnalyzer Invoke-PermissionCommand Out-Permission Out-PermissionFile Remove-CachedCimSession Resolve-AccessControlList Resolve-Folder Resolve-PermissionTarget Select-PermissionPrincipal ConvertTo-BootstrapJavaScriptTable ConvertTo-BootstrapListGroup ConvertTo-BootstrapTableScript ConvertTo-HtmlList Get-BootstrapTemplate Get-JavaScript New-BootstrapAlert New-BootstrapColumn New-BootstrapDiv New-BootstrapDivWithHeading New-BootstrapGrid New-BootstrapList New-BootstrapPanel New-BootstrapReport New-BootstrapTable New-HtmlAnchor New-HtmlHeading New-HtmlParagraph ConvertTo-DnsFqdn ConvertTo-PSCodeString Export-LogCsv Get-CurrentHostName Get-CurrentWhoAmI New-DatedSubfolder Write-LogMsg GetDirectories ConvertTo-SimpleProperty Expand-Acl Find-ServerNameInPath Format-SecurityPrincipalMember Format-SecurityPrincipalMemberUser Format-SecurityPrincipalName Format-SecurityPrincipalUser Get-DirectorySecurity Get-FileSystemAccessRule Get-OwnerAce Get-ServerFromFilePath Get-Subfolder New-NtfsAclIssueReport Add-PsCommand Add-PsModule Convert-FromPsCommandInfoToString Expand-PsCommandInfo Expand-PsToken Get-PsCommandInfo Open-Thread Split-Thread Wait-Thread Format-PrtgXmlResult Format-PrtgXmlSensorOutput Send-PrtgXmlSensorOutput

Dependencies

This script has no dependencies.

Release Notes

improved error handling

FileList

Version History

Version Downloads Last updated
0.0.604 37 1/22/2025
0.0.603 5 1/22/2025
0.0.602 6 1/22/2025
0.0.601 6 1/22/2025
0.0.600 6 1/21/2025
0.0.599 6 1/21/2025
0.0.598 6 1/21/2025
0.0.597 5 1/21/2025
0.0.596 5 1/21/2025
0.0.595 6 1/21/2025
0.0.594 5 1/21/2025
0.0.593 5 1/21/2025
0.0.591 6 1/18/2025
0.0.590 6 1/18/2025
0.0.589 6 1/18/2025
0.0.588 5 1/18/2025
0.0.587 6 1/18/2025
0.0.584 5 1/18/2025
0.0.582 6 1/17/2025
0.0.581 5 1/17/2025
0.0.580 6 1/17/2025
0.0.579 6 1/17/2025
0.0.578 6 1/17/2025
0.0.577 6 1/16/2025
0.0.576 5 1/16/2025
0.0.574 5 1/16/2025
0.0.573 5 1/16/2025
0.0.571 5 1/16/2025
0.0.570 5 1/16/2025
0.0.569 6 1/16/2025
0.0.568 6 1/16/2025
0.0.567 5 1/16/2025
0.0.566 9 1/13/2025
0.0.565 7 1/13/2025
0.0.564 6 1/13/2025
0.0.563 5 1/13/2025
0.0.561 6 1/13/2025
0.0.560 6 1/12/2025
0.0.559 20 1/5/2025
0.0.558 7 12/31/2024
0.0.557 6 12/31/2024
0.0.556 5 12/31/2024
0.0.555 6 12/31/2024
0.0.554 5 12/31/2024
0.0.553 5 12/31/2024
0.0.552 5 12/31/2024
0.0.551 6 12/31/2024
0.0.550 5 12/31/2024
0.0.549 5 12/31/2024
0.0.548 5 12/31/2024
0.0.547 5 12/31/2024
0.0.546 5 12/31/2024
0.0.545 5 12/31/2024
0.0.543 6 12/31/2024
0.0.542 5 12/31/2024
0.0.541 5 12/31/2024
0.0.540 5 12/31/2024
0.0.538 5 12/31/2024
0.0.537 5 12/31/2024
0.0.536 5 12/31/2024
0.0.535 5 12/30/2024
0.0.534 5 12/30/2024
0.0.526 6 12/30/2024
0.0.525 5 12/30/2024
0.0.524 5 12/30/2024
0.0.523 5 12/30/2024
0.0.522 6 12/30/2024
0.0.521 6 12/30/2024
0.0.520 5 12/30/2024
0.0.519 5 12/30/2024
0.0.518 5 12/30/2024
0.0.517 5 12/30/2024
0.0.511 6 12/30/2024
0.0.510 6 12/30/2024
0.0.509 5 12/30/2024
0.0.493 6 12/13/2024
0.0.492 5 12/13/2024
0.0.491 5 12/13/2024
0.0.490 5 12/13/2024
0.0.489 6 12/13/2024
0.0.488 5 12/13/2024
0.0.487 5 12/13/2024
0.0.486 5 12/13/2024
0.0.484 5 12/13/2024
0.0.483 5 12/13/2024
0.0.482 5 12/13/2024
0.0.481 5 12/13/2024
0.0.478 5 12/13/2024
0.0.477 6 12/12/2024
0.0.476 6 12/11/2024
0.0.475 6 12/11/2024
0.0.474 5 12/10/2024
0.0.473 7 12/10/2024
0.0.472 7 12/10/2024
0.0.471 6 12/10/2024
0.0.470 5 12/10/2024
0.0.469 5 12/10/2024
0.0.468 5 12/10/2024
0.0.465 6 12/10/2024
0.0.464 6 12/9/2024
0.0.463 5 12/9/2024
0.0.462 5 12/9/2024
0.0.461 5 12/9/2024
0.0.460 5 12/9/2024
0.0.459 5 12/9/2024
0.0.458 6 12/9/2024
0.0.457 5 12/9/2024
0.0.454 5 12/9/2024
0.0.453 5 12/9/2024
0.0.452 5 12/9/2024
0.0.434 6 12/9/2024
0.0.433 5 12/9/2024
0.0.429 6 12/9/2024
0.0.428 6 12/9/2024
0.0.427 7 12/6/2024
0.0.426 6 12/1/2024
0.0.425 6 12/1/2024
0.0.423 6 12/1/2024
0.0.422 5 12/1/2024
0.0.421 5 12/1/2024
0.0.420 5 12/1/2024
0.0.419 5 12/1/2024
0.0.418 5 12/1/2024
0.0.417 6 12/1/2024
0.0.416 7 11/25/2024
0.0.415 6 11/25/2024
0.0.414 6 11/23/2024
0.0.413 5 11/23/2024
0.0.412 6 11/23/2024
0.0.411 6 11/23/2024
0.0.410 6 11/23/2024
0.0.409 6 11/20/2024
0.0.408 8 11/18/2024
0.0.407 7 11/16/2024
0.0.406 6 11/11/2024
0.0.405 5 11/11/2024
0.0.404 9 11/4/2024
0.0.403 6 11/4/2024
0.0.402 8 10/18/2024
0.0.401 6 10/14/2024
0.0.400 6 10/12/2024
0.0.399 6 10/12/2024
0.0.398 5 10/12/2024
0.0.397 5 10/12/2024
0.0.396 5 10/12/2024
0.0.395 5 10/12/2024
0.0.394 5 10/12/2024
0.0.393 5 10/12/2024
0.0.392 5 10/12/2024
0.0.391 6 10/7/2024
0.0.390 5 10/6/2024
0.0.389 5 10/6/2024
0.0.388 5 10/6/2024
0.0.387 6 10/6/2024
0.0.386 5 10/6/2024
0.0.385 5 10/6/2024
0.0.384 5 10/6/2024
0.0.383 5 10/6/2024
0.0.382 5 10/6/2024
0.0.381 5 10/6/2024
0.0.380 5 10/6/2024
0.0.379 5 10/6/2024
0.0.378 5 10/6/2024
0.0.377 5 10/6/2024
0.0.376 5 10/6/2024
0.0.375 6 10/4/2024
0.0.374 6 10/4/2024
0.0.373 (current version) 5 10/4/2024
0.0.372 6 10/3/2024
0.0.371 5 10/3/2024
0.0.370 5 10/3/2024
0.0.369 9 9/27/2024
0.0.367 19 9/15/2024
0.0.366 7 9/15/2024
0.0.365 7 9/15/2024
0.0.364 18 9/4/2024
0.0.363 11 9/4/2024
0.0.362 10 9/4/2024
0.0.361 10 9/4/2024
0.0.360 10 9/4/2024
0.0.359 10 9/4/2024
0.0.358 10 9/4/2024
0.0.357 16 6/17/2024
0.0.356 7 6/17/2024
0.0.351 7 6/17/2024
0.0.330 7 6/16/2024
0.0.301 7 6/16/2024
0.0.300 7 6/16/2024
0.0.299 7 6/16/2024
0.0.295 7 6/16/2024
0.0.294 7 6/16/2024
0.0.293 7 6/16/2024
0.0.292 7 6/16/2024
0.0.291 7 6/16/2024
0.0.290 7 6/16/2024
0.0.289 7 6/16/2024
0.0.288 7 6/16/2024
0.0.287 7 6/16/2024
0.0.286 7 6/16/2024
0.0.285 7 6/16/2024
0.0.284 7 6/16/2024
0.0.283 7 6/16/2024
0.0.282 7 6/16/2024
0.0.281 7 6/16/2024
0.0.280 7 6/16/2024
0.0.279 7 6/16/2024
0.0.278 7 6/16/2024
0.0.277 7 6/16/2024
0.0.276 7 6/16/2024
0.0.265 7 5/28/2024
0.0.264 9 5/22/2024
0.0.263 7 5/22/2024
0.0.262 20 4/8/2024
0.0.261 7 4/7/2024
0.0.260 7 4/7/2024
0.0.249 7 4/7/2024
0.0.248 7 4/7/2024
0.0.247 7 4/7/2024
0.0.238 13 2/19/2024
0.0.234 11 2/10/2024
0.0.233 13 2/5/2024
0.0.232 10 2/5/2024
0.0.231 10 2/5/2024
0.0.230 10 2/5/2024
0.0.229 10 2/5/2024
0.0.228 10 2/5/2024
0.0.227 10 2/5/2024
0.0.226 10 2/5/2024
0.0.225 11 2/5/2024
0.0.224 10 2/4/2024
0.0.223 10 2/4/2024
0.0.222 10 2/4/2024
0.0.221 11 2/4/2024
0.0.220 10 2/3/2024
0.0.219 10 2/3/2024
0.0.218 11 1/31/2024
0.0.217 10 1/31/2024
0.0.216 9 1/31/2024
0.0.215 9 1/31/2024
0.0.214 13 1/29/2024
0.0.213 10 1/29/2024
0.0.212 9 1/29/2024
0.0.211 10 1/29/2024
0.0.210 10 1/29/2024
0.0.209 10 1/29/2024
0.0.208 11 1/28/2024
0.0.207 10 1/28/2024
0.0.204 10 1/27/2024
0.0.203 9 1/27/2024
0.0.202 9 1/27/2024
0.0.201 9 1/27/2024
0.0.198 9 1/27/2024
0.0.197 9 1/27/2024
0.0.196 10 1/27/2024
0.0.195 11 1/21/2024
0.0.194 9 1/21/2024
0.0.193 9 1/21/2024
0.0.192 9 1/21/2024
0.0.191 9 1/21/2024
0.0.190 9 1/21/2024
0.0.189 10 1/20/2024
0.0.188 10 1/20/2024
0.0.187 10 1/20/2024
0.0.186 11 1/16/2024
0.0.185 9 1/16/2024
0.0.184 10 1/16/2024
0.0.183 10 1/16/2024
0.0.182 10 1/16/2024
0.0.181 10 1/16/2024
0.0.180 10 1/16/2024
0.0.179 10 1/15/2024
0.0.178 10 1/15/2024
0.0.177 10 1/15/2024
0.0.176 9 1/15/2024
0.0.175 11 1/14/2024
0.0.174 10 1/14/2024
0.0.173 10 1/14/2024
0.0.172 10 1/14/2024
0.0.171 10 1/14/2024
0.0.168 10 1/14/2024
0.0.167 10 1/14/2024
0.0.166 10 1/13/2024
0.0.165 10 1/13/2024
0.0.163 84 10/16/2022
0.0.162 27 9/6/2022
0.0.161 18 9/6/2022
0.0.160 18 9/6/2022
0.0.159 19 9/4/2022
0.0.158 18 9/4/2022
0.0.157 18 9/4/2022
0.0.156 18 9/3/2022
0.0.155 18 9/3/2022
0.0.154 18 9/1/2022
0.0.153 19 8/28/2022
0.0.152 18 8/28/2022
0.0.151 18 8/28/2022
0.0.150 18 8/28/2022
0.0.149 17 8/28/2022
0.0.148 17 8/28/2022
0.0.147 18 8/28/2022
0.0.146 18 8/27/2022
0.0.145 18 8/27/2022
0.0.144 17 8/26/2022
0.0.143 18 8/25/2022
0.0.142 18 8/25/2022
0.0.141 20 8/25/2022
0.0.140 19 8/22/2022
0.0.139 19 8/22/2022
0.0.138 18 8/22/2022
0.0.137 18 8/21/2022
0.0.136 17 8/21/2022
0.0.135 19 8/20/2022
0.0.134 17 8/20/2022
0.0.133 19 8/20/2022
0.0.132 18 8/20/2022
0.0.131 18 8/20/2022
0.0.130 17 8/20/2022
0.0.129 17 8/20/2022
0.0.128 18 8/20/2022
0.0.127 17 8/20/2022
0.0.126 18 8/20/2022
0.0.125 18 8/20/2022
0.0.124 18 8/19/2022
0.0.123 17 8/19/2022
0.0.122 18 8/19/2022
0.0.121 19 8/18/2022
0.0.120 25 8/15/2022
0.0.119 18 8/14/2022
0.0.118 18 8/14/2022
0.0.117 22 8/7/2022
0.0.116 19 8/6/2022
0.0.115 20 8/6/2022
0.0.114 19 8/6/2022
0.0.113 18 8/6/2022
0.0.112 20 8/1/2022
0.0.111 18 8/1/2022
0.0.110 20 8/1/2022
0.0.109 19 8/1/2022
0.0.108 18 8/1/2022
0.0.107 19 8/1/2022
0.0.106 19 8/1/2022
0.0.105 20 8/1/2022
0.0.104 18 8/1/2022
0.0.103 19 8/1/2022
0.0.97 20 8/1/2022
0.0.96 19 8/1/2022
0.0.95 19 8/1/2022
0.0.94 19 7/31/2022
0.0.93 21 7/31/2022
0.0.92 20 7/31/2022
0.0.91 19 7/31/2022
0.0.90 21 7/27/2022
0.0.89 20 7/27/2022
0.0.88 20 7/27/2022
0.0.87 21 7/27/2022
Show less