Skip to content

Commit d4cb0c2

Browse files
committed
Update documentation for improved navigation and clarity in the PowerShellEveryting wiki
1 parent 7612868 commit d4cb0c2

2 files changed

Lines changed: 61 additions & 29 deletions

File tree

docs/wiki/_Sidebar.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,28 @@
99
## 📊 Assessment Scripts
1010

1111
### Lync/Skype for Business
12-
- [Overview](Assessments-Lync-README)
13-
- [Start-LyncCsvExporter](Assessments-Lync-Start-LyncCsvExporter)
14-
- [Get-ComprehensiveLyncReport](Assessments-Lync-Get-ComprehensiveLyncReport)
15-
- [Get-LyncHealthReport](Assessments-Lync-Get-LyncHealthReport)
16-
- [Get-LyncInfrastructureReport](Assessments-Lync-Get-LyncInfrastructureReport)
17-
- [Get-LyncServiceStatus](Assessments-Lync-Get-LyncServiceStatus)
18-
- [Get-LyncUserRegistrationReport](Assessments-Lync-Get-LyncUserRegistrationReport)
19-
- [Export-ADLyncTeamsMigrationData](Assessments-Lync-Export-ADLyncTeamsMigrationData)
12+
- [Overview](README)
13+
- [Start-LyncCsvExporter](Start-LyncCsvExporter)
14+
- [Get-ComprehensiveLyncReport](Get-ComprehensiveLyncReport)
15+
- [Get-LyncHealthReport](Get-LyncHealthReport)
16+
- [Get-LyncInfrastructureReport](Get-LyncInfrastructureReport)
17+
- [Get-LyncServiceStatus](Get-LyncServiceStatus)
18+
- [Get-LyncUserRegistrationReport](Get-LyncUserRegistrationReport)
19+
- [Export-ADLyncTeamsMigrationData](Export-ADLyncTeamsMigrationData)
2020

2121
### Microsoft 365
22-
- [Overview](Assessments-Microsoft365-README)
23-
- [Get-QuickO365Report](Assessments-Microsoft365-Get-QuickO365Report)
24-
- [Get-MailboxPermissionsReport](Assessments-Microsoft365-Get-MailboxPermissionsReport)
25-
- [Get-MailboxRules](Assessments-Microsoft365-Get-MailboxRules)
26-
- [Get-MigrationWizLicensing](Assessments-Microsoft365-Get-MigrationWizLicensing)
22+
- [Get-QuickO365Report](Get-QuickO365Report)
23+
- [Get-MailboxPermissionsReport](Get-MailboxPermissionsReport)
24+
- [Get-MailboxRules](Get-MailboxRules)
25+
- [Get-MigrationWizLicensing](Get-MigrationWizLicensing)
26+
27+
### On-Premise Infrastructure
28+
- [Start-FileShareAssessment](Start-FileShareAssessment)
29+
30+
### PKI
31+
- [Get-ComprehensivePKIReport](Get-ComprehensivePKIReport)
32+
- [Get-PKIHealthReport](Get-PKIHealthReport)
33+
- [Merge-PKIAssessmentReports](Merge-PKIAssessmentReports)
2734

2835
### Teams
2936
- Teams Assessment Scripts _(coming soon)_

docs/wiki/home.md

Lines changed: 41 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1010
Complete 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

2221
Office 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
4560
Comprehensive 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
5570
Export 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

Comments
 (0)