<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Automation - Category - GoToGuy Blog</title><link>https://gotoguy.blog/categories/automation/</link><description>Automation - Category - GoToGuy Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 23 May 2024 07:48:18 +0000</lastBuildDate><atom:link href="https://gotoguy.blog/categories/automation/" rel="self" type="application/rss+xml"/><item><title>Add Graph Application Permissions to Managed Identity using Bicep Graph Extension</title><link>https://gotoguy.blog/2024/05/23/add-graph-application-permissions-to-managed-identity-using-bicep-graph-extension/</link><pubDate>Thu, 23 May 2024 07:48:18 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2024/05/23/add-graph-application-permissions-to-managed-identity-using-bicep-graph-extension/</guid><description>A while back I published a blog post on how you can add Microsoft Graph application role permissions to a Managed Identity, something that is useful if you have deployed Azure services that use managed identities, and need permission to access Graph API. https://gotoguy.blog/ 2022 /03/15/add-graph-application-permissions-to-managed-identity-using-graph-explorer/ The above blog post is currently the only &amp;ldquo;graphical&amp;rdquo; or UI based way that you can assign those permissions today, most people use Microsoft Graph SDK PowerShell for this.</description></item><item><title>Connect to Microsoft Graph in Azure DevOps Pipelines using Workload Identity Federation</title><link>https://gotoguy.blog/2023/09/15/connect-to-microsoft-graph-in-azure-devops-pipelines-using-workload-identity-federation/</link><pubDate>Fri, 15 Sep 2023 12:31:36 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2023/09/15/connect-to-microsoft-graph-in-azure-devops-pipelines-using-workload-identity-federation/</guid><description>Microsoft recently announced that Workload Identity Federation for Azure Pipelines now is in Public Preview: https://devblogs.microsoft.com/devops/public-preview-of-workload-identity-federation-for-azure-pipelines/ .
This opens for a lot of scenarios for Azure service connections, without the need to manage secrets for service principals and more security as there are no secrets that can be exposed or exfiltrated.
As I work a lot with Microsoft Graph and automation, I wanted to see if and how I could use Workload Identity Federation to connect to and send queries to Microsoft Graph using Azure Pipelines.</description></item><item><title>Speaking at Nordic Virtual Summit 2021!</title><link>https://gotoguy.blog/2021/02/08/speaking-at-nordic-virtual-summit-2021/</link><pubDate>Mon, 08 Feb 2021 13:27:04 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2021/02/08/speaking-at-nordic-virtual-summit-2021/</guid><description><![CDATA[I&rsquo;m excited to announce that I&rsquo;m speaking at the inaugural Nordic Virtual Summit 2021, from 10th to 11th February. Nordic Virtual Summit is a Microsoft IT Pro Community Event, organized by the people behind #SGUCSE #SCUGDK #SCUGFI #MMUGNO and #MSEndpointMgr communities!
Sessions will be delivered in 3 tracks:
Endpoint Management Security &amp; Compliance Azure &amp; Automation Each day will start with a pre-conference talk, and then the sessions kick off each hour mark, 3 sessions before lunch and 3 after.]]></description></item><item><title>Remote Authentication and Controlling Philips Hue API using Postman</title><link>https://gotoguy.blog/2020/05/21/remote-authentication-and-controlling-philips-hue-api-using-postman/</link><pubDate>Thu, 21 May 2020 16:16:04 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2020/05/21/remote-authentication-and-controlling-philips-hue-api-using-postman/</guid><description>A while back I bought my first starter kit of Philips Hue lights and bridge, and since then I&amp;rsquo;ve bought several more bulbs, lamps, lights strips and more. One of the things I quickly got interested in was how to use the very well developed Hue API (https://developers.meethue.com/develop/hue-api/ ). You need to register and login with a Hue Developer Account, which is free, to be able to explore the API documentation, and for following the steps I describe in this blog post.</description></item><item><title>Azure MFA Report Dashboard in Azure Portal&amp;ndash;The Good, The Bad and The Ugly</title><link>https://gotoguy.blog/2018/07/09/azure-mfa-report-dashboard-in-azure-portal-the-good-the-bad-and-the-ugly/</link><pubDate>Mon, 09 Jul 2018 12:44:53 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2018/07/09/azure-mfa-report-dashboard-in-azure-portal-the-good-the-bad-and-the-ugly/</guid><description>If you are working with EMS and implementing Azure AD, Intune, MDM, MAM, Information Protection and more, you can build yourself some great dashboards in the Azure Portal using tiles and pin blades to your customized dashboard. This is an example from my own workplace: image Often when I work with projects implementing Identity &amp;amp; Access, Conditional Access and Azure MFA, I wish I could have a dashboard to report on MFA registration, and be able to pin that to my EMS dashboard as shown above.</description></item><item><title>How to use PowerShell script for setting Azure AD Password Reset Writeback On-premises Permissions</title><link>https://gotoguy.blog/2017/02/09/how-to-use-powershell-script-for-setting-azure-ad-password-reset-writeback-on-premises-permissions/</link><pubDate>Thu, 09 Feb 2017 14:42:21 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2017/02/09/how-to-use-powershell-script-for-setting-azure-ad-password-reset-writeback-on-premises-permissions/</guid><description>When you configure the Azure AD Premium Self Service Password Reset solution on your Azure AD tenant and then the Azure AD Connect Password Writeback feature, you will need to add permissions in your local Active Directory that permits the Azure AD Connect account to actually change and reset passwords for your users , as detailed here: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-passwords-getting-started#step-4-set-up-the-appropriate-active-directory-permissions . I wrote this PowerShell script that helps you configure this correctly in your domain/forest.</description></item><item><title>Schedule Tesla Heating with Microsoft Flow from Calendar @microsoftflow</title><link>https://gotoguy.blog/2017/01/25/schedule-tesla-heating-with-microsoft-flow-from-calendar-microsoftflow/</link><pubDate>Wed, 25 Jan 2017 21:41:10 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2017/01/25/schedule-tesla-heating-with-microsoft-flow-from-calendar-microsoftflow/</guid><description>My Skill colleague Pål-Andre Kjøniksen wrote a blog post on how he can control the heating in his Tesla Model S based on his Office 365 Calendar appointments and Microsoft Flow. https://www.skill.no/blogg/samhandlingsbloggen/2017-01-25-microsoft-flow-styrer-varmen-i-teslaen/ . The blog post is in Norwegian, but it should be fairly simple to follow the steps, where the idea was that if he creates a Calendar appointment that starts with &amp;ldquo;Tesla:&amp;rdquo;, the heating will start up 20 minutes before that, making sure that the car is warm when he drives off.</description></item><item><title>Experts and Community unite at last ever #SCU_Europe 2016! #ExpertsLive next</title><link>https://gotoguy.blog/2016/08/31/experts-and-community-unite-at-last-ever-scu-europe-2016-expertslive-next/</link><pubDate>Wed, 31 Aug 2016 09:36:18 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2016/08/31/experts-and-community-unite-at-last-ever-scu-europe-2016-expertslive-next/</guid><description><![CDATA[This years SCU Europe 2016, for the first time outside Switzerland in the 4th year running, was held in Berlin at the BCC (Berlin Congress Center) close to the Alexander Platz in the eastern parts of “Berlin Mitte”.
[caption id=&quot;&quot; align=&ldquo;alignnone&rdquo; width=&ldquo;625&rdquo;] image View from Park-Inn by Alexander Platz [/caption]
The intro video introducing the Experts: https://vimeo.com/180473884 Let’s begin with the end: at the closing note SCUE general Marcel Zehner announced and with a little bit of emotion that this was the last ever SCU Europe to be held.]]></description></item><item><title>Trigger Azure AD Connect Sync Scheduler with Azure Automation</title><link>https://gotoguy.blog/2016/05/03/trigger-azure-ad-connect-sync-scheduler-with-azure-automation/</link><pubDate>Tue, 03 May 2016 18:14:52 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2016/05/03/trigger-azure-ad-connect-sync-scheduler-with-azure-automation/</guid><description>In this blog post I will show how you can trigger the Azure AD Connect Sync Scheduler with an Azure Automation Runbook PowerShell Script. Since the Azure AD Connect build 1.1.105.0 was released February 2016, a new scheduler is built-in that per default sync every 30 minutes (previously 3 hours). For more detail on Azure AD Connect Sync Scheduler, see https://azure.microsoft.com/en-us/documentation/articles/active-directory-aadconnectsync-feature-scheduler/ . Normally a sync schedule of 30 minutes is sufficient for most use, but sometimes you will need to do an immediate sync.</description></item><item><title>Displaying Azure Automation Runbook Stats in OMS via Performance Collection and Operations Manager</title><link>https://gotoguy.blog/2016/03/04/displaying-azure-automation-runbook-stats-in-oms-via-performance-collection-and-operations-manager/</link><pubDate>Fri, 04 Mar 2016 12:39:16 +0000</pubDate><author>Jan Vidar Elven</author><guid>https://gotoguy.blog/2016/03/04/displaying-azure-automation-runbook-stats-in-oms-via-performance-collection-and-operations-manager/</guid><description>Wouldn&amp;rsquo;t it be great to get some more information about your Azure Automation Runbooks in the Operations Management Suite Portal? That&amp;rsquo;s a rhetorical question, of course the answer will be yes! While Azure Automation is a part of the suite of components in OMS, today you only get the following information from the Azure Automation blade: The blade shows the number of runbooks and jobs from the one Automation Account you have configured.</description></item></channel></rss>