VM
Attention if you use fslogix
(twitter.com)
and your users still have an old profile path configured in their AD user object! You will get logon
By: Dennis Mohrmann submitted:Jun 16 2022
and your users still have an old profile path configured in their AD user object! You will get logon
errors. Use PowerShell to find users with a profile path in your AD!
By: Dennis Mohrmann submitted:Jun 16 2022
Automate Azure Disk Encryption for Windows Virtual Machines – Elan Shudnow’s Blog
(shudnow.net)
The purpose of this article is to provide a script and demonstrate different scenarios in which my
By: Elan Shudnow submitted:Jun 15 2022
The purpose of this article is to provide a script and demonstrate different scenarios in which my
script can be used to help provide an automated method which can encrypt your OS and Data disks as well as automatically creating a Key Vault if one does not exist including the Access Policy configuration.
By: Elan Shudnow submitted:Jun 15 2022
AzUpdate: PowerShell and Azure Migrate, Managing User Authentication Updates and more
(techcommunity.microsoft.com)
It's been sometime since we connected last so lots of news to cover this week. News this week
By: Anthony Bartolo submitted:Jun 16 2022
It's been sometime since we connected last so lots of news to cover this week. News this week
includes: PowerShell support for Server Migration with Azure Migrate is now generally available, Updates to managing user authentication methods, New recommendations from Azure Advisor are now available, Microsoft announces the redesign of the Microsoft account Security page, QnA Maker introduces deep learning and as always our Microsoft Learn Module of the Week.
By: Anthony Bartolo submitted:Jun 16 2022
Azure Bastion: Azure PowerShell deployment script
(wmatthyssen.com)
This blog post will show you how you can deploy Azure Bastion and all associated resources via the
By: Wim Matthyssen submitted:Jun 16 2022
This blog post will show you how you can deploy Azure Bastion and all associated resources via the
use of an Azure PowerShell script.
By: Wim Matthyssen submitted:Jun 16 2022
Azure Bastion: Upgrade Basic SKU to Standard SKU with Azure PowerShell
(wmatthyssen.com)
This blog post will show you how you can upgrade Azure Bastion from the Basic SKU to the Standard
By: wmatthyssen submitted:Oct 7 2022
This blog post will show you how you can upgrade Azure Bastion from the Basic SKU to the Standard
SKU (Tier) via PowerShell
By: wmatthyssen submitted:Oct 7 2022
Azure Quickstart – Back up a VM with PowerShell
(docs.microsoft.com)
This step-by-step guide shows you how to easily back up a VM on Azure using PowerShell.
By: submitted:Jun 15 2022
This step-by-step guide shows you how to easily back up a VM on Azure using PowerShell.
By: submitted:Jun 15 2022
Azure virtual network service endpoints
(yobyot.com)
This time it's a quickie PowerShell script to list all subnets in all virtual networks in all
By: Alex Neihaus submitted:Jun 15 2022
This time it's a quickie PowerShell script to list all subnets in all virtual networks in all
subscriptions that have one or more Azure virtual network service endpoints assigned.
By: Alex Neihaus submitted:Jun 15 2022
AzViz: PowerShell based Azure Network Topology Visualizer
(github.com)
PowerShell Module that can generate a topology diagram to Visualize Azure Network Topology and ARM
By: Prateek Singh submitted:Jun 15 2022
PowerShell Module that can generate a topology diagram to Visualize Azure Network Topology and ARM
templates (WIP). It has capabilities to insert appropriate Azure Icons depending upon the type of the Azure Resource you have in your Resource Group, like Virtual Machine, Virtual Network, Subnet etc.
By: Prateek Singh submitted:Jun 15 2022
Connect Azure Cloud Shell to Virtual Network vNet
(thomasmaurer.ch)
As you know, Azure Cloud Shell is a great management tool to manage your Azure resources. Azure
By: Thomas Maurer submitted:Jun 16 2022
As you know, Azure Cloud Shell is a great management tool to manage your Azure resources. Azure
Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell.
By: Thomas Maurer submitted:Jun 16 2022
Connecting to an Azure Windows VM using an Azure PowerShell script and native client via Azure Bastion
(wmatthyssen.com)
In this blog post, you'll learn how to connect to an Azure Windows VM using a native client
By: wmatthyssen submitted:Mar 3 2023
In this blog post, you'll learn how to connect to an Azure Windows VM using a native client
By: wmatthyssen submitted:Mar 3 2023
Create Azure Bastion with Shareable Link support with PowerShell
(luke.geek.nz)
Azure Bastion is a service you deploy that lets you connect to a virtual machine using your browser
By: Luke Murray submitted:Mar 17 2023
Azure Bastion is a service you deploy that lets you connect to a virtual machine using your browser
and the Azure portal or via the native SSH or RDP client installed on your local computer.
By: Luke Murray submitted:Mar 17 2023
Create three Azure Windows VMs running W2K16, W2K19 and W2K22 for testing purposes
(wmatthyssen.com)
In this blog post, I will show you how you can create 3 Azure Windows virtual machines (VMs) running
By: Wim Matthyssen submitted:Jun 16 2022
In this blog post, I will show you how you can create 3 Azure Windows virtual machines (VMs) running
Windows Server 2016, Windows Server 2019 and Windows Server 2022, for testing purposes with Azure PowerShell.
By: Wim Matthyssen submitted:Jun 16 2022
Find Azure Marketplace VM images using PowerShell
(yobyot.com)
With PowerShell 7 bringing back the endlessly useful Out-GridView (woot!), I wanted a simple script
By: Alex Neihaus submitted:Jun 15 2022
With PowerShell 7 bringing back the endlessly useful Out-GridView (woot!), I wanted a simple script
to allow a DevOps architect to quickly locate a specific Azure VM Marketplace image. That script is posted below. You can use the output of the script to complete theimageReference property of Microsoft.Compute/virtualMachines in an ARM template that deploys a VM.
By: Alex Neihaus submitted:Jun 15 2022
How to Deploy an Azure VM to Availability Zone? (PowerShell Guide)
(rebeladmin.com)
Azure Availability Zones offers high availability for data and applications. In an Azure region,
By: Dishan Francis submitted:Jun 16 2022
Azure Availability Zones offers high availability for data and applications. In an Azure region,
there can be one or more data centers. Azure Availability Zone is made out of one or more datacentres in the same Azure region, which have independent power, hardware, networking, and cooling. All Zone redundant service will replicate data and application across Availability Zone for high resilience. Each Azure region contains a minimum of three Azure Availability Zones.
By: Dishan Francis submitted:Jun 16 2022
How To Find The Recovery Services Vault For an Azure VM With PowerShell
(charbelnemnom.com)
in this article Charbel will show you how to quickly find the Recovery Services Vault a VM is a
By: submitted:Jun 15 2022
in this article Charbel will show you how to quickly find the Recovery Services Vault a VM is a
member of with PowerShell.
By: submitted:Jun 15 2022
How to run scripts against multiple Azure VMs by using Run Command
(thomasmaurer.ch)
I wrote a blog post on how to run scripts in your Azure VM by using Run Command, and explained how
By: Thomas Maurer submitted:Jun 16 2022
I wrote a blog post on how to run scripts in your Azure VM by using Run Command, and explained how
handy this feature is to manage Azure virtual machines (VMs). In this blog post, we are going to have a look at how you can run scripts against multiple Azure virtual machines (VMs) by using PowerShell and the Invoke-AzVMRunCommand feature.
By: Thomas Maurer submitted:Jun 16 2022
IPCalculator: A Powershell Module for VLSM subnetting
(github.com)
Whenever I am doing Cloud Foundation projects I need to design network segmentation, so I use VLSM.
By: Guido Oliveira submitted:Jun 15 2022
Whenever I am doing Cloud Foundation projects I need to design network segmentation, so I use VLSM.
Variable-Length Subnet Masking (VLSM) consists of segregating subnets into smaller segments, allowing network engineers to divide an IP address space into a hierarchy of subnets of different sizes, making it possible to create very different host subnets without account. waste a large number of addresses. This in turn can be a pretty annoying task, especially when it needs to be done several times, so I decided to do a powershell module to just tell you how many hosts I need in a given segment and it will tell me what the addressing is.
By: Guido Oliveira submitted:Jun 15 2022
Mohrpheus78/FSLogix
(github.com)
New PowerShell scripts for fslogix. Display a warning message for the user if profile container or
By: Dennis Mohrmann submitted:Jun 16 2022
New PowerShell scripts for fslogix. Display a warning message for the user if profile container or
office container have less then 10 % free space
By: Dennis Mohrmann submitted:Jun 16 2022
New-VmsAzureAppRegistration.ps1
(gist.github.com)
Setting up single sign-on in the Milestone VMS using Azure AD can be a bit daunting for anyone
By: Josh Hendricks submitted:Aug 25 2023
Setting up single sign-on in the Milestone VMS using Azure AD can be a bit daunting for anyone
without experience configuring OpenID Connect (OIDC) apps. I finally got around to documenting it via PowerShell. The script will create an Azure App Registration, a custom app role, and then configure Milestone to use Azure as an external identity provider.
By: Josh Hendricks submitted:Aug 25 2023
PowerShell: 101-vm-secure-password
(kpatnayakuni.com)
Very simple deployment of a Windows VM using password stored in Key Vault
By: Kiran Patnayakuni submitted:Jun 16 2022
Very simple deployment of a Windows VM using password stored in Key Vault
By: Kiran Patnayakuni submitted:Jun 16 2022
Schedule and Run PowerShell Scripts for Azure VMs using Azure Automation
(thomasmaurer.ch)
A while ago I wrote a blog post on how you can run a PowerShell or Bash script against multiple
By: Thomas Maurer submitted:Aug 12 2022
A while ago I wrote a blog post on how you can run a PowerShell or Bash script against multiple
Azure Virtual Machines (VMs) using Run Command. In this blog post we are going to have a look on how you can schedule and run PowerShell and Bash scripts against Azure virtual machines (VMs) using .
By: Thomas Maurer submitted:Aug 12 2022
Set customized server settings on Azure Windows VMs
(wmatthyssen.com)
In this blog post I will show you how you can set customized server settings on Azure Windows VMs
By: Wim Matthyssen submitted:Jun 17 2022
In this blog post I will show you how you can set customized server settings on Azure Windows VMs
running Windows Server 2016, Windows Server 2019 or Windows Server 2022.
By: Wim Matthyssen submitted:Jun 17 2022
Stop and Start Azure VMs using an Office 365?Calendar
(msfreaks.wordpress.com)
Check out this awesome solution for Arjan to help you save time and money by using an Office 365
By: submitted:Jun 15 2022
Check out this awesome solution for Arjan to help you save time and money by using an Office 365
Calendar to control when your VMs should power on and off.
By: submitted:Jun 15 2022
Using PowerShell to rename, move or reconnect an Azure VM
(dev.to)
Sometimes you need to change something on a VM. You may want to rename it for compliance reasons,
By: Olivier Miossec submitted:Jun 16 2022
Sometimes you need to change something on a VM. You may want to rename it for compliance reasons,
change the network, change the disk name, etc
By: Olivier Miossec submitted:Jun 16 2022