{"id":20680279,"url":"https://github.com/markwragg/powershell-aztools","last_synced_at":"2026-01-29T15:31:50.832Z","repository":{"id":90780518,"uuid":"405222824","full_name":"markwragg/PowerShell-AzTools","owner":"markwragg","description":"A set of tools wrapped around various Az module commands that make them more useful","archived":false,"fork":false,"pushed_at":"2024-09-07T11:58:38.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T01:06:35.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/markwragg.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}},"created_at":"2021-09-10T22:01:17.000Z","updated_at":"2024-09-07T11:58:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"51ce1c2a-573f-4422-9292-3907c8487b27","html_url":"https://github.com/markwragg/PowerShell-AzTools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markwragg/PowerShell-AzTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwragg%2FPowerShell-AzTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwragg%2FPowerShell-AzTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwragg%2FPowerShell-AzTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwragg%2FPowerShell-AzTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markwragg","download_url":"https://codeload.github.com/markwragg/PowerShell-AzTools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markwragg%2FPowerShell-AzTools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T21:30:46.012Z","updated_at":"2026-01-29T15:31:50.812Z","avatar_url":"https://github.com/markwragg.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShell-AzTools\nA set of tools wrapped around various Az module commands that make them more useful.\n\n## Tools\n\n| Module         | Cmdlet                               | Description                                                                                                                                                  |\n| -------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| Azure          | Get-APIManagementExpiringCertificate | Retrieves the SSL certificates assigned to each of the API Management resources across all subscriptions.                                                    |\n| Azure          | Get-AppGatewayExpiringCertificate    | Retrieves the SSL certificates assigned to each of the App Gateways across all subscriptions.                                                                |\n| Azure          | Get-AppInsightsUsage                 | Returns the retention, cap and usage information for one or more AppInsights accounts.                                                                       |\n| Azure          | Get-AppServiceCertificate            | Retrieves the App Service Certificates for the current subscription.                                                                                         |\n| Azure          | Get-NSGIPWhitelist                   | Script to retrieve the IP Whitelists on the NSGs.                                                                                                            |\n| Azure          | Get-VNETAddressSpace                 | Retrieve VNET address space details.                                                                                                                         |\n| Storage        | Add-StorageVNETAccess                | Use to add a VNET and all of its subnets to the list of permitted networks for a specified Storage Account.                                                  |\n| Storage        | Compare-StorageBlobs                 | Compares Blobs from one path to another within the same storage container to show those that contain matching file names.                                    |\n| Storage        | Get-StorageBlobs                     | Retrieves all Blobs a specified storage container and returns their name, length and last modified date.                                                     |\n| Storage        | Move-StorageBlobs                    | Moves Blobs from one path to another within the same storage container and/or removes blobs from the source path that already exist in the destination path. |\n| VirtualMachine | Get-DiskEncryptionStatus             | Retrieve disk encryption status for all disks.                                                                                                               |\n| VirtualMachine | Get-OldDiskSnapshot                  | Retrieve disk snapshots older than the specified number of days.                                                                                             |\n| VirtualMachine | Get-VMBackupStatus                   | Retrieve VM backup status for all VMs.                                                                                                                       |\n| VirtualMachine | Get-VmCertificateExists              | Script to check if a certificate exists on one or more VMs via PS Remoting.                                                                                  |\n| VirtualMachine | Get-VMDiskEncryptionStatus           | Retrieve disk encryption status for all VMs.                                                                                                                 |\n| VirtualMachine | Get-VmIP                             | Returns the private IP addresses for all VMs in the current subscription.                                                                                    |\n| VirtualMachine | New-VMDiskSnapshot                   | Creates disk snapshots for each disk of each VM or for a specified VM or VM/s (by partial name match).                                                       |\n| VirtualMachine | Remove-OldDiskSnapshot               | Removes disk snapshots older than the specified number of days (45 by default).                                                                              |\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkwragg%2Fpowershell-aztools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkwragg%2Fpowershell-aztools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkwragg%2Fpowershell-aztools/lists"}