Azure:- Schedule VM startup/shutdown times

No Powershell/AzureCLI experience? Don’t worry, Azure have created a solution to Start/Stop VMs during office hours without any coding required A great solution for cost saving, no need to have VMs running when they are not going to be used. I will document on how to enable this solution:- An automation account and Log Analytics … Read more

Azure Automation Account Logging to Log Analytics using AzureRM

There may be a need to log the activity of an Azure Automation Account to Log Analytics, this can of course be done via the Portal but, if deploying in true automated fashion – it would be preferable to implemented via code. These log categories will be configured along with All Metrics:- JobLogs JobStreams DSCNodeStatus … Read more

NPS Server Configuration To Integrate with Azure MFA:- Part3 (PowerShell)

Last of the NPS integration with Azure MFA blogs, this will include using PowerShell for installation of the Radius Configuration from a backup along with additional snippets of PowerShell to potentially help you to automate your own NPS server build. Installation of NPS Server Role Install-WindowsFeature NPAS -IncludeManagementTools Configure and add RadiusClients The below Password … Read more