By default, any user from your Azure tenant can create Microsoft 365 groups. When a user creates a new Microsoft 365 group, additional resources are automatically created: a Teams group,…
Using PowerShell for System Administration and Automation Tasks
- PowerShellQuestions and AnswersWindows 10Windows Server 2019
Export-CSV: Output Data to CSV File Using PowerShell
April 3, 2023You can use the Export-CSV cmdlet in PowerShell to export data arrays to CSV files. In this article, we will show you how to export data to a CSV file…
- PowerShellQuestions and AnswersWindows 10Windows 11
How to Force Remove a Printer That Won’t Uninstall on Windows
June 8, 2023I have often encountered situations where Windows could not remove installed printers. A printer may not appear in the Windows Control Panel (but it may be available in the Print…
- ExchangeMicrosoft 365PowerShell
How to Block Sender Domain or Email Address in Exchange and Microsoft 365
June 8, 2023An email system based on on-premises Exchange Server or Exchange Online (Microsoft 365) allows an administrator to block (reject) e-mails from specific external domains or sender addresses. There are several…
Outlook mailbox rules allow users to configure different conditions for processing incoming e-mail messages in the Inbox folder. You can use Outlook rules to move e-mails from specific senders to…
- PowerShellWindows 10Windows 11
How to Uninstall or Disable Microsoft Edge on Windows 10/11
June 8, 2023The Microsoft Edge browser is installed by default on Windows 11 and all new Windows 10 builds (and Windows Server 2022/2019). If you have another browser installed on the computers…
- ExchangeMicrosoft 365PowerShell
Convert a User Mailbox to a Shared in Exchange and Microsoft365
April 3, 2023Multiple users can access a shared mailbox in Exchange. Unlike a common user mailbox, a shared mailbox account is disabled in Active Directory and cannot be used for interactive sign-in.…
- PowerShellWindows Server 2016Windows Server 2019
Configuring User Profile Disks (UPD) on Windows Server RDS
February 7, 2023User Profile Disk (UPD) allows you to store the profile of each Remote Desktop Services user (%USERPROFILE%) in a separate VHDX (virtual disk) file. Such a profile disk is connected…
- PowerShellWindows 10Windows 11Windows Server 2019
Using Previous Command History in PowerShell Console
January 31, 2023By default, Windows saves all of the commands that you type in the PowerShell console to a text log file. This allows you to re-run any command and view the…
- Active DirectoryPowerShellWindows 10Windows 11Windows Server 2019
How to Install the PowerShell Active Directory Module and Manage AD
June 8, 2023Every Windows system administrator should be able to use not only graphical AD snap-ins (usually it is ADUC, Active Directory Users and Computers), but also PowerShell cmdlets to perform everyday…