Skip to content

Category: Windows

Streamline Your Workflow with Windows 365 Boot: Direct Cloud PC Access on Startup

Streamline Your Workflow with Windows 365 Boot: Direct Cloud PC Access on Startup Imagine starting your day by powering on your device and immediately being logged into your Cloud PC. No more lengthy logins or waiting for everything to sync. Windows 365 Boot makes this a reality by allowing users to skip the local machine…

Leave a Comment

How to Create a New Host Pool in Nerdio Manager for Azure Virtual Desktop

How to Create a New Host Pool in Nerdio Manager for Azure Virtual Desktop Creating a new host pool is one of the essential steps in setting up your Azure Virtual Desktop (AVD) environment using Nerdio Manager. After creating your desktop images, you can easily configure and deploy host pools. Host pools are collections of…

Leave a Comment

How to Resize a Cloud PC in Windows 365: A Comprehensive Guide

How to Resize a Cloud PC in Windows 365: A Comprehensive Guide This blog post introduces a significant feature in Windows 365: the capability to resize Cloud PCs. It outlines how administrators can now seamlessly adjust the RAM, CPU, and storage of Cloud PCs to meet changing business needs and workload demands without the complex…

Leave a Comment

How to Deploy a PowerShell Script via Intune to Remove AnyDesk from Devices

How to Deploy a PowerShell Script via Intune to Remove AnyDesk from Devices In light of recent security concerns, it’s become increasingly important for IT administrators to be able to quickly respond and mitigate potential threats. One such measure could involve the removal of potentially compromised software, like AnyDesk, from all managed devices. This blog…

Leave a Comment

Streamlining Azure Lab Deployment with PowerShell

As a cloud enthusiast, I’ve crafted a PowerShell script that serves as a cornerstone for anyone looking to establish a dynamic lab environment in Azure. This script is not just a tool; it’s a gateway to a realm where testing, learning, and experimentation happen seamlessly. Hosted on GitHub within the “DeathStarScriptHub” repository, this script automates…

Leave a Comment

Copy Active Directory Group Members Script

Copy Active Directory Group Membership Script The following Script Copies members from one Active Directory Group to another Active Directory Group. To start the Script run: .\CopyGroupMembership.ps1 You will be prompted to enter the Group whose membership you need to copy. The you will be prompted to add the group name where you want to…

Leave a Comment

Exchange Transport is rejecting submissions because the available disk space has dropped below the configured threshold.

Exchange Transport is rejecting submissions because the available disk space has dropped below the configured threshold. Microsoft Exchange Server makes use of back pressure monitor systems to prevent Exchange Server from being overwhelmed by the volume of incoming messages. What is Back pressure? Back pressure is a system resource monitoring feature of the Microsoft Exchange…

1 Comment

Exchange 2016 Installation Fails with: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework

Exchange 2016 Installation Fails with the following error. An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework Navigate to the folder with the Exchange Files using PowerShell and run the following to unblock all the Setup…

1 Comment

Exchange 2016 Installation Fails on Windows Server 2016

SetupExchange 2016 Installation Fails on Windows Server 2016 When you try to Install Exchange 2016 on Windows Server 2016 you receive the following Error Message. This computer requires the update described in Microsoft Knowledge Base Article KB3206632. Resolution: We need to install the following update which can be downloaded from here: https://support.microsoft.com/en-us/help/4004227/windows-10-update-kb3206632 Or visit the…

Leave a Comment

How to find FSMO Roles Holder Active Directory

How to find FSMO Roles Holder Active Directory In this post, I will look at two ways you can find out which Domain Controller holds the FSMO Roles. The first option is to use CMD and run it as Administrator, then run the following cmdlet.

Now let’s go ahead and get the same information…

Leave a Comment