AzureStuff

1.0.1

Various Azure related functions. Some of them are explained at https://doitpsway.com/series/azure.
Some of the interesting functions:
- Add-AzureAppUserConsent - grant permission consent on behalf of another user
- Get-AzureAccountOccurrence - get all occurrences of specified account in your Azure environment
- Get-AzureAppVerificationStatus - get Azure app publis
Various Azure related functions. Some of them are explained at https://doitpsway.com/series/azure.
Some of the interesting functions:
- Add-AzureAppUserConsent - grant permission consent on behalf of another user
- Get-AzureAccountOccurrence - get all occurrences of specified account in your Azure environment
- Get-AzureAppVerificationStatus - get Azure app publisher verification status
- Get-AzureAppConsentRequest - get all application admin consent requests
- Get-AzureDevOpsOrganizationOverview - list of all DevOps organizations
- Grant-AzureServicePrincipalPermission - grant application/delegated permission(s) for selected resource to selected account
- New-AzureAutomationModule - import/update module with dependencies to Azure Automation Account
- Remove-AzureAccountOccurrence - remove specified account from various Azure environment sections and optionally replace it with other user and inform him. Should be used with Get-AzureAccountOccurrence.
- Remove-AzureAppUserConsent - remove user consent
- Revoke-AzureServicePrincipalPermission - revoke granted application/delegated permissions from selected account
- Set-AzureAppCertificate - create (or replace existing) authentication certificate for selected Application
- ...
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzureStuff -RequiredVersion 1.0.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzureStuff -Version 1.0.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2022 @AndrewZtrhgf. All rights reserved.

Package Details

Author(s)

  • @AndrewZtrhgf

Tags

Azure PowerShell Monitoring Audit Security Graph Runbook

Functions

Add-AzureAppUserConsent Add-AzureGuest Disable-AzureGuest Get-AzureAccountOccurrence Get-AzureAppConsentRequest Get-AzureAppRegistration Get-AzureAppVerificationStatus Get-AzureAssessNotificationEmail Get-AzureAuthenticatorLastUsedDate Get-AzureCompletedMFAPrompt Get-AzureDeviceWithoutBitlockerKey Get-AzureEnterpriseApplication Get-AzureGroupMemberRecursive Get-AzureGroupSettings Get-AzureManagedIdentity Get-AzureResource Get-AzureRoleAssignments Get-AzureServiceAccount Get-AzureServicePrincipalBySecurityAttribute Get-AzureServicePrincipalOverview Get-AzureServicePrincipalPermissions Get-AzureServicePrincipalUsersAndGroups Get-AzureSkuAssignment Get-AzureSkuAssignmentError Get-AzureUserAuthMethodChanges Grant-AzureServicePrincipalPermission New-AzureAutomationModule Open-AzureAdminConsentPage Remove-AzureAccountOccurrence Remove-AzureAppUserConsent Remove-AzureUserMemberOfDirectoryRole Revoke-AzureServicePrincipalPermission Set-AzureAppCertificate Set-AzureDeviceExtensionAttribute Set-AzureRingGroup Start-AzureSync

Dependencies

Release Notes


           * 1.0.0
               * Initial release. Some functions are migrated from now deprecated AzureADStuff module, some are completely new.
           * 1.0.1
               * EDIT
               New-AzureAutomationModule - better output, added support to override module version (overridePSGalleryModuleVersion)
           

FileList

Version History

Version Downloads Last updated
2.0.0 55 1/17/2024
1.0.1 (current version) 13 1/16/2024
1.0.0 8 1/16/2024