My Microsoft Ignite 2019 Activity Summary
Microsoft Ignite 2019 You always get overwhelmed and impressive by Microsoft Ignite, no matter how many times you have been on it. The energy from the attendees and organizers are always a boost that...
View ArticleEnd off year and first set off conferences and speaking engagements for 2020
2019 2019 was a busy year (as most off them usually are). Lots of conferences and speaking engagements, Nordic Infrastructure Conference and MVP Dagen in Oslo, SharePoint Conference in Las Vegas,...
View ArticleCreating Azure Resource Groups with PowerShell
I am working in a intense DevOps environment so I am creating new Resource Groups in Azure quite often. Doing this the manual way are of course are quite boring and might open up for different types...
View ArticleCheat for PowerShell connecting to remote machine
Yes I know, it's quite easy to connect against a remote machine to run PowerShell. But I am not doing it on a regular basis so I always forget: Enter-PSSession -ComputerName COMPUTER -Credential USER...
View ArticleFinding empty resource groups in Azure
Not easy to have control over your Azure resource groups, but maybe find all those whiteout any content could help? I have created a PowerShell script helping me in my environment. Should be easy to...
View ArticleRequesting access with Azure AD Privileged Identity Management from PowerShell
Using Azure AD Privileged Identity Management (PIM for short) as a method to control access to Azure resource are nice security feature. It makes it more trackable and gives the granted roles for a...
View ArticleUnused Azure AD Connect accounts "On-Premises Directory Synchronization...
Playing with #Azure Privileged Identity Management made me aware of two active accounts from old or failed AAD connector installations from way back. And we don't want to leave something with that...
View ArticlePowerShell script to get some AzureAD logins stats
The information you get in the Azure portal about logins are decent, but some time you need some statistic or insight fast and don't want to use the graphic interface or down load csv/json files.I...
View ArticleChange owner for App registration and Enterprise Apps in Azure
I got a long list of Azure AD App Registration/Enterprise Apps that needed to get a new owner. This is a quite common task since the original owner might have quit or changed role. So knowing that...
View ArticleDocumenting Azure resources access (AIM)
There are many situations when you want to know the access structure for all your Azure resources. Examples could be:DocumentationCleaning out permission given to individuals instead of groupsSafe...
View ArticleRemoving all "Unknown" object from permission/access list in Azure (IAM)
I do not like to have permission in Azure that gives access to "Unknown". I consider this a "visual" disturbance, a documentation issue, and a potential security risk. So I usually delete them when I...
View Article