Tag Archives: Automation

Automation

Cleanup Cloud PC devices in Azure AD

By | October 22, 2022

One of the core elements of Windows 365 is the Reprovisioning feature, which allows IT Administrators to recreate a user’s Cloud PC within minutes. Even though the old Cloud PC is being deleted from Intune, the device object still exists in Azure AD. Because Reprovisioning of Cloud PCs might be done quite frequently depending on how many Cloud PCs and issues the users face. The number of device objects in Azure AD might increase quite fast.

Resize group-based licensed Cloud PC with PowerShell

By | June 4, 2022

Resizing a Windows 365 Enterprise Cloud PC is very easy and can be done directly within the MEM portal. I like this feature and how seamless it’s working. However, we cannot resize our Cloud PC if we have assigned the license through group-based licensing.
Group-based licensing is a must to gain better visibility and control of your licenses. Therefore it’s a big issue if you ask me.
This article will showcase the PowerShell script I have created to resize group-based licensed Cloud PC.

Get started with Windows 365 and PowerShell

By | December 29, 2021

If you manage Active Directory, Windows Server deployment, or something else, PowerShell is an essential tool to master. When it comes to Windows 365, there is no difference. The capability to deploy or get information on environments is handy, especially if you want to automate something.
This article will go through how to get information about your Windows 365 environment with PowerShell. But how is it possible when there is no PowerShell module for Windows 365?

Move Azure VM to another Virtual Network

By | May 4, 2020

If you deploy an Azure Virtual machine(VM) into a wrong Azure virtual network(Vnet) or you would like to move an existing VM to another Vnet, you will need to deploy a new VM into that Vnet. unfortunately, we can’t move Azure VM’s between Vnet’s, out of the box. You can, of course, establish Vnet peering… Read More »