PowerShell

Azure Stack HCI - Part V - From one to Sixteen

Azure Stack HCI - Part V - From one to Sixteen

This is a series of blogs about my experiences with Azure Stack HCI

In this blog series I plan to blog about everything I know about Azure Stack HCI. So, it should be a very short blog series. Just kidding. Again, I tend to blog about subjects that I am currently working on or will be currently working on. So, Azure Stack HCI is fresh on my mind again these days. The last three or so blogs I have talked about deploying a single-node cluster and then how to scale that single-node cluster to a two-node cluster.
Azure Stack HCI - Part IV - Scale-out Azure Stack HCI Single Node Cluster

Azure Stack HCI - Part IV - Scale-out Azure Stack HCI Single Node Cluster

This is a series of blogs about my experiences with Azure Stack HCI

In this blog series I plan to blog about everything I know about Azure Stack HCI. So, it should be a very short blog series. Just kidding. Again, I tend to blog about subjects that I am currently working on or will be currently working on. So, Azure Stack HCI is fresh on my mind again these days. This blog will be about scaling out a single-node Azure Stack HCI cluster up to a two-node cluster.
Azure Stack HCI - Part III - Advanced Deployment of A Single Node Cluster

Azure Stack HCI - Part III - Advanced Deployment of A Single Node Cluster

This is a series of blogs about my experiences with Azure Stack HCI

In this blog series I plan to blog about everything I know about Azure Stack HCI. So, it should be a very short blog series. Just kidding. Again, I tend to blog about subjects that I am currently working on or will be currently working on. So, Azure Stack HCI is fresh on my mind again these days. I had planned to have a Part III that would have focused on scaling out a single node cluster.
Azure Stack HCI - Part II - Deploying A Single Node Cluster

Azure Stack HCI - Part II - Deploying A Single Node Cluster

This is a series of blogs about my experiences with Azure Stack HCI

In this blog series I plan to blog about everything I know about Azure Stack HCI. So, it should be a very short blog series. Just kidding. Again, I tend to blog about subjects that I am currently working on or will be currently working on. So, Azure Stack HCI is fresh on my mind again these days. Note: After reading this blog a few times myself I have decided to write another blog but adding more details around areas I did not bring up in this current blog.

My Intune Proactive Remediation Scripts

I have been working with Intune Proactive Remediation scripts I wanted to share a few that I am working on.If you want to know more about Intune Proactive Remediation you can check on past blogs of mine. Using Intune’s Proactive Remediation Script Packages to configure clients to retrieve Kerberos tickets for Azure Files. Intune Proactive Remediation - Check if KB5007253 is installed. The following scripts are currently in my GitHub repo called ProactiveRemediations.
Using Intune's Proactive Remediation Script Packages to configure clients to retrieve Kerberos tickets for Azure Files.

Using Intune's Proactive Remediation Script Packages to configure clients to retrieve Kerberos tickets for Azure Files.

Intune and Azure FIles

In order to map an Azure File share with Azure AD Kerberos authentication for hybrid user accounts enabled you need to make sure that you configure the clients to retrieve Kerberos tickets. There are three methods that can accomplish this on your client computers. Configure an Intune Policy and apply it to the clients. Configure Group Policy on the clients Apply a registry value on the client. I am going to use the registry method, but I will also be using Microsoft’s Intune Proactive remediation.