Skip to content

Commit 8e8a35a

Browse files
committed
Add initial sidebar navigation and assessment scripts to wiki
1 parent 480f313 commit 8e8a35a

2 files changed

Lines changed: 78 additions & 12 deletions

File tree

docs/wiki/_Sidebar.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# PowerShellEveryting Wiki
2+
3+
## 📖 Navigation
4+
5+
### [🏠 Home](Home)
6+
7+
---
8+
9+
## 📊 Assessment Scripts
10+
11+
### 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)
20+
21+
### Microsoft 365
22+
- [Get-QuickO365Report](Assessments/Microsoft365/Get-QuickO365Report)
23+
- [Get-MailboxPermissionsReport](Assessments/Microsoft365/Get-MailboxPermissionsReport)
24+
25+
### Teams
26+
- Teams Assessment Scripts _(coming soon)_
27+
28+
### Security
29+
- Security Assessment Scripts _(coming soon)_
30+
31+
---
32+
33+
## 🛠️ Tools & Utilities
34+
35+
### Azure Scripts
36+
- Azure Automation _(documentation pending)_
37+
38+
### Graph Commands
39+
- Microsoft Graph Helpers _(documentation pending)_
40+
41+
### Intune
42+
- Intune Management _(documentation pending)_
43+
44+
---
45+
46+
## 📚 Guides
47+
48+
- [Office 365 Quick Start](../Office365-Quick-Start)
49+
- [Office 365 Assessment Guide](../Office365-Assessment-Guide)
50+
51+
---
52+
53+
## 💡 Resources
54+
55+
- [GitHub Repository](https://github.com/Managed-Solution-LLC/PowerShellEveryting)
56+
- [Report Issues](https://github.com/Managed-Solution-LLC/PowerShellEveryting/issues)

docs/wiki/home.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,28 @@
22

33
Welcome to the PowerShellEveryting documentation wiki. This enterprise PowerShell toolkit provides production-ready scripts for Microsoft 365, Azure AD, Teams, Lync/Skype for Business, and Intune management.
44

5-
## 📚 Documentation
6-
7-
### Assessment Tools
8-
- **[Lync Assessment Scripts](Lync-Assessment-Scripts)** - Comprehensive Lync/Skype for Business assessment and migration tools
9-
- **[Teams Assessment Scripts](Teams-Assessment-Scripts)** - Teams infrastructure and configuration assessment
10-
- **[Office 365 Assessment Scripts](Office365-Assessment-Scripts)** - Office 365 tenant assessments and reporting
11-
- [Get-QuickO365Report.ps1](Assessments/Microsoft365/Get-QuickO365Report) - Complete O365 assessment with Excel output
12-
- [Get-MailboxPermissionsReport.ps1](Assessments/Microsoft365/Get-MailboxPermissionsReport) - Mailbox delegation and permissions audit
13-
14-
### Development Resources
15-
- **[Code Standards](Code-Standards)** - PowerShell coding standards and best practices
16-
- **[Graph Commands](Graph-Commands)** - Microsoft Graph API helpers and utilities
5+
## 📚 Documentation Categories
6+
7+
### 🎯 Lync/Skype for Business Assessments
8+
**[Lync Assessment Scripts Overview →](Assessments/Lync/README)**
9+
10+
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
18+
19+
### 📊 Microsoft 365 Assessments
20+
Office 365 tenant assessment and reporting tools:
21+
- **[Get-QuickO365Report](Assessments/Microsoft365/Get-QuickO365Report)** - Complete O365 assessment with Excel output
22+
- **[Get-MailboxPermissionsReport](Assessments/Microsoft365/Get-MailboxPermissionsReport)** - Mailbox delegation and permissions audit
23+
24+
### 🔧 Development Resources
25+
- **Code Standards** - PowerShell coding standards and best practices _(coming soon)_
26+
- **Graph Commands** - Microsoft Graph API helpers and utilities _(documentation pending)_
1727

1828
## 🎯 Featured Scripts
1929

0 commit comments

Comments
 (0)