Skip to content

Instantly share code, notes, and snippets.

View bmomartins's full-sized avatar

Bruno Martins bmomartins

View GitHub Profile
@nosmall
nosmall / Win_Server_2022_Evaluation_to_full_version.md
Last active May 7, 2025 17:07
Upgrade Windows Server 2022 Evaluation (Eval) to Full Version Standard or Datacenter
@cmatskas
cmatskas / ListRBACForAllResources.ps1
Created January 4, 2017 21:24
ListRBACForAllResources
Login-AzureRmAccount
Get-AzureRmSubscription
Select-AzureRmSubscription -subscriptionId <yourSubscriptionId>
Get-AzureRmResource | foreach-object {Get-AzureRmRoleAssignment -ResourceGroupName $_.Name}