{"id":27629307,"url":"https://github.com/johnnymeintel/azurejunioradmintoolkit","last_synced_at":"2025-04-23T15:16:16.890Z","repository":{"id":283594790,"uuid":"950161737","full_name":"johnnymeintel/azurejunioradmintoolkit","owner":"johnnymeintel","description":"A comprehensive collection of PowerShell scripts documenting my Azure Administrator Associate (AZ-104) certification journey, featuring practical implementations of resource management, security configuration, and cloud administration best practices.","archived":false,"fork":false,"pushed_at":"2025-04-23T04:15:04.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T15:16:03.386Z","etag":null,"topics":["azure","iac","powershell"],"latest_commit_sha":null,"homepage":"https://johnnymeintel.com","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnnymeintel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-17T18:15:57.000Z","updated_at":"2025-04-23T04:15:08.000Z","dependencies_parsed_at":"2025-03-21T04:23:14.961Z","dependency_job_id":"e71619dd-435d-433b-8ef2-59c5d7d56652","html_url":"https://github.com/johnnymeintel/azurejunioradmintoolkit","commit_stats":null,"previous_names":["johnnymeintel/az104admintoolkit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnymeintel%2Fazurejunioradmintoolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnymeintel%2Fazurejunioradmintoolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnymeintel%2Fazurejunioradmintoolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnymeintel%2Fazurejunioradmintoolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnnymeintel","download_url":"https://codeload.github.com/johnnymeintel/azurejunioradmintoolkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457788,"owners_count":21433734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","iac","powershell"],"created_at":"2025-04-23T15:16:16.230Z","updated_at":"2025-04-23T15:16:16.870Z","avatar_url":"https://github.com/johnnymeintel.png","language":"PowerShell","readme":"# Azure Junior Administrator Toolkit\n\nA collection of PowerShell scripts documenting my journey from technical support to cloud engineering. These scripts are designed to help with basic Azure administration tasks and AZ-104 certification preparation.\n\nCoding comments provided in part by AI (Claude 3.7 Sonnet via GitHub Copilot).\n\n## Script Library\n\n### Resource Management\n- **[AZ104-Cleanup](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Cleanup.ps1)**  \n  Safely removes Azure resources and users from a subscription with exception handling, confirmation prompts, and detailed logging.\n\n- **[AZ104-Resource-Checker](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Resource-Checker.ps1)**  \n  Comprehensive inventory system for Azure environments with detailed reporting of subscriptions, resource groups, and resources.\n\n- **[AZ104-Storage-Analyzer](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Storage-Analyzer.ps1)**  \n  Evaluates storage account security by comparing baseline configurations and generating vulnerability reports.\n\n- **[AZ104-VM-RightSizing-Tool](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-VM-RightSizing-Tool.ps1)**  \n  Interactive tool for analyzing VM resource utilization and providing cost-optimized sizing recommendations.\n\n### Security \u0026 Access Control\n- **[AZ104-Custom-RBAC-Roles](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Custom-RBAC-Roles.ps1)**  \n  Creates specialized role-based access control roles with granular permission sets.\n  \n- **[AZ104-RBAC-Auditor](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-RBAC-Auditor.ps1)**  \n  Inventories and analyzes role assignments across subscriptions for security posture assessment.\n  \n- **[AZ104-Remove-Custom-Roles](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Remove-Custom-Roles.ps1)**  \n  Interactive workflow for managing and safely removing custom RBAC roles.\n  \n- **[AZ104-NSG-Analyzer](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-NSG-Analyzer.ps1)**  \n  Identifies and remediates security vulnerabilities in Network Security Groups.\n\n### Environment Setup \u0026 Testing\n- **[AZ104-Launchpad](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Launchpad.ps1)**  \n  Establishes a validated Azure administration environment for certification practice.\n  \n- **[AZ104-Simple-DR](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Simple-DR.ps1)**  \n  Creates a lightweight disaster recovery solution with documentation and test procedures.\n  \n- **[AZ104-Test-Users](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Test-Users.ps1)**  \n  Creates test users and assigns custom RBAC roles for testing scenarios.\n  \n- **[AZ104-Remove-Test-Users](https://github.com/johnnymeintel/AZ104admintoolkit/blob/main/scripts/AZ104-Remove-Test-Users.ps1)**  \n  Cleans up test user accounts when testing is complete.\n\n## Usage\n\nEach script is self-contained and includes detailed comments. Most scripts include interactive prompts to guide you through the necessary parameters and actions.\n\n## Requirements\n\n- PowerShell 5.1 or higher\n- Az PowerShell module\n- Azure subscription with appropriate permissions\n\n## Additional Resources\n\nFor more information about these scripts and my cloud journey, visit https://medium.com/@johnnymeintel\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnymeintel%2Fazurejunioradmintoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnymeintel%2Fazurejunioradmintoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnymeintel%2Fazurejunioradmintoolkit/lists"}