@@ -5,25 +5,40 @@ Welcome to the PowerShellEveryting documentation wiki. This enterprise PowerShel
55## 📚 Documentation Categories
66
77### 🎯 Lync/Skype for Business Assessments
8- ** [ Lync Assessment Scripts Overview →] ( Assessments-Lync- README) **
8+ ** [ Lync Assessment Scripts Overview →] ( README ) **
99
1010Complete suite of Lync/Skype for Business assessment and migration tools:
11- - ** [ Start-LyncCsvExporter] ( Assessments-Lync- Start-LyncCsvExporter) ** - Interactive menu-driven CSV export tool
12- - ** [ Get-ComprehensiveLyncReport] ( Assessments-Lync- Get-ComprehensiveLyncReport) ** - Complete environment assessment with recommendations
13- - ** [ Get-LyncHealthReport] ( Assessments-Lync- Get-LyncHealthReport) ** - Health monitoring and diagnostics
14- - ** [ Get-LyncInfrastructureReport] ( Assessments-Lync- Get-LyncInfrastructureReport) ** - Infrastructure configuration analysis
15- - ** [ Get-LyncServiceStatus] ( Assessments-Lync- Get-LyncServiceStatus) ** - Service status and performance monitoring
16- - ** [ Get-LyncUserRegistrationReport] ( Assessments-Lync- Get-LyncUserRegistrationReport) ** - User registration and activity tracking
17- - ** [ Export-ADLyncTeamsMigrationData] ( Assessments-Lync- Export-ADLyncTeamsMigrationData) ** - AD export for Teams migration
11+ - ** [ Start-LyncCsvExporter] ( Start-LyncCsvExporter ) ** - Interactive menu-driven CSV export tool
12+ - ** [ Get-ComprehensiveLyncReport] ( Get-ComprehensiveLyncReport ) ** - Complete environment assessment with recommendations
13+ - ** [ Get-LyncHealthReport] ( Get-LyncHealthReport ) ** - Health monitoring and diagnostics
14+ - ** [ Get-LyncInfrastructureReport] ( Get-LyncInfrastructureReport ) ** - Infrastructure configuration analysis
15+ - ** [ Get-LyncServiceStatus] ( Get-LyncServiceStatus ) ** - Service status and performance monitoring
16+ - ** [ Get-LyncUserRegistrationReport] ( Get-LyncUserRegistrationReport ) ** - User registration and activity tracking
17+ - ** [ Export-ADLyncTeamsMigrationData] ( Export-ADLyncTeamsMigrationData ) ** - AD export for Teams migration
1818
1919### 📊 Microsoft 365 Assessments
20- ** [ Microsoft 365 Assessment Scripts Overview →] ( Assessments-Microsoft365-README ) **
2120
2221Office 365 tenant assessment and reporting tools:
23- - ** [ Get-QuickO365Report] ( Assessments-Microsoft365-Get-QuickO365Report ) ** - Complete O365 assessment with Excel output
24- - ** [ Get-MailboxPermissionsReport] ( Assessments-Microsoft365-Get-MailboxPermissionsReport ) ** - Mailbox delegation and permissions audit
25- - ** [ Get-MailboxRules] ( Assessments-Microsoft365-Get-MailboxRules ) ** - Export mailbox rules (forwarding, redirects, auto-replies)
26- - ** [ Get-MigrationWizLicensing] ( Assessments-Microsoft365-Get-MigrationWizLicensing ) ** - BitTitan MigrationWiz license calculator
22+ - ** [ Get-QuickO365Report] ( Get-QuickO365Report ) ** - Complete O365 assessment with Excel output
23+ - ** [ Get-MailboxPermissionsReport] ( Get-MailboxPermissionsReport ) ** - Mailbox delegation and permissions audit
24+ - ** [ Get-MailboxRules] ( Get-MailboxRules ) ** - Export mailbox rules (forwarding, redirects, auto-replies)
25+ - ** [ Get-MigrationWizLicensing] ( Get-MigrationWizLicensing ) ** - BitTitan MigrationWiz license calculator
26+
27+ ### 🖥️ On-Premise Infrastructure Assessments
28+
29+ Windows Server and file share assessment tools:
30+ - ** [ Start-FileShareAssessment] ( Start-FileShareAssessment ) ** - Comprehensive file share assessment with Excel reporting
31+ - Automatic SMB share discovery
32+ - Storage analysis and NTFS permission mapping
33+ - SharePoint/OneDrive compatibility checking
34+ - Professional Excel report generation
35+
36+ ### 🔐 PKI Assessments
37+
38+ Public Key Infrastructure assessment and reporting:
39+ - ** [ Get-ComprehensivePKIReport] ( Get-ComprehensivePKIReport ) ** - Complete PKI environment assessment
40+ - ** [ Get-PKIHealthReport] ( Get-PKIHealthReport ) ** - PKI health monitoring and diagnostics
41+ - ** [ Merge-PKIAssessmentReports] ( Merge-PKIAssessmentReports ) ** - Combine multiple PKI assessment reports
2742
2843### 🔧 Development Resources
2944- ** Code Standards** - PowerShell coding standards and best practices _ (coming soon)_
@@ -39,7 +54,7 @@ Complete Office 365 tenant assessment collecting mailboxes, licenses, OneDrive,
3954.\Get-QuickO365Report.ps1 -TenantDomain "contoso"
4055```
4156
42- [ View Documentation →] ( Assessments-Microsoft365- Get-QuickO365Report)
57+ [ View Documentation →] ( Get-QuickO365Report )
4358
4459### Get-MailboxPermissionsReport.ps1
4560Comprehensive mailbox delegation audit for Full Access, Send As, Send on Behalf, and folder-level permissions.
@@ -49,7 +64,7 @@ Comprehensive mailbox delegation audit for Full Access, Send As, Send on Behalf,
4964.\Get-MailboxPermissionsReport.ps1 -MailboxFilter SharedMailboxes
5065```
5166
52- [ View Documentation →] ( Assessments-Microsoft365- Get-MailboxPermissionsReport)
67+ [ View Documentation →] ( Get-MailboxPermissionsReport )
5368
5469### Get-MailboxRules.ps1
5570Export and audit mailbox rules (inbox rules) to identify forwarding rules, auto-replies, folder moves, and automated actions. Essential for security audits and compliance.
@@ -63,7 +78,17 @@ Export and audit mailbox rules (inbox rules) to identify forwarding rules, auto-
6378.\Get-MailboxRules.ps1 -UserPrincipalName "user@contoso.com"
6479```
6580
66- [ View Documentation →] ( Assessments-Microsoft365-Get-MailboxRules )
81+ [ View Documentation →] ( Get-MailboxRules )
82+
83+ ### Start-FileShareAssessment.ps1
84+ All-in-one file share assessment tool that discovers SMB shares, analyzes storage and permissions, checks SharePoint/OneDrive compatibility, and generates professional Excel reports.
85+
86+ ** Quick Start:**
87+ ``` powershell
88+ .\Start-FileShareAssessment.ps1 -Domain "Contoso"
89+ ```
90+
91+ [ View Documentation →] ( Start-FileShareAssessment )
6792
6893## 🚀 Quick Start
6994
0 commit comments