https://github.com/oxhobbs/azureresourcedata
Basic module that holds cmdlets that pull desired data from an Azure Subscription.
https://github.com/oxhobbs/azureresourcedata
Last synced: 3 months ago
JSON representation
Basic module that holds cmdlets that pull desired data from an Azure Subscription.
- Host: GitHub
- URL: https://github.com/oxhobbs/azureresourcedata
- Owner: OxHobbs
- Created: 2018-02-14T15:54:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T19:27:52.000Z (over 7 years ago)
- Last Synced: 2025-01-22T09:51:22.614Z (5 months ago)
- Language: PowerShell
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Atom Resource Data Module
## Description
This basic module provides some cmdlets that will assist in gathering data from Azure about your organizations Azure Resources. Currently this is targeted for Virtual Machines.
### Cmdlets
Cmdlets can be viewed like standard PowerShell Modules using the following command:
``` PowerShell
Get-Command -Module AzureResourceData
```Help may also be viewed using standard methods.
``` PowerShell
Get-Help Get-AzureVMResourceReport -Full
```### Change Log
#### v0.1.1
* Fixed a bug where the wrong cmdlet was being called to login to Azure.
#### v0.1.0
* Initial release