Today, PowerShell is an open cross-platform shell and scripting language that can be installed and used on Windows, Linux, macOS, and other platforms. In this article, we’ll show how to install PowerShell Core on popular Linux distros (CentOS, RHEL, Debian, Kali, Mint, Ubuntu). The article is likely to be helpful for Windows administrators familiar with PowerShell to bring their experience in Linux.
- ExchangeMicrosoft 365Office 365Outlook
Outlook: The Name Cannot Be Matched to a Name in the Address List
March 3, 2022In some cases, when you try to connect a new mailbox hosted on an on-premises Exchange Server or Microsoft 365 (Exchange Online), Outlook shows the following error after you enter…
- ExchangeMicrosoft 365PowerShell
Search and Delete Emails from User Mailboxes on Exchange Server (Microsoft 365) with PowerShell
February 24, 2022In Exchange Server, you can use the Search-Mailbox or New-ComplianceSearch PowerShell cmdlets (available in newer versions of Exchange Server and Exchange Online/Microsoft 365) to search for and delete email items…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Reset Windows Update Components to Fix Update Errors
June 8, 2023If the Windows Update service is not working properly, updates are not downloaded or installed, then the easiest and most effective way to solve the problem with the Windows Update…
- Windows 10Windows 11
How to Disable or Remove the Microsoft Wi-Fi Direct Virtual Adapter in Windows
June 8, 2023The Microsoft Wi-Fi Direct Virtual Adapter is a Windows virtual device that is used to directly connect two devices using Wi-Fi Direct, bypassing Wi-Fi access points/routers. This specification is described…
- Windows 11Windows Server 2022
Enable SMB Compression for Fast File Transfers on Windows 11/ Windows Server 2022
May 10, 2023With the SMB protocol version introduced in Windows Server 2022 and Windows 11, you can use the inline SMB compression feature when copying, moving, or opening files over a network.…
- Windows 10Windows Server 2019
The Application Failed To Start Because Its Side-by-Side Configuration is Incorrect
February 16, 2022If you see the “The application has failed to start because its side-by-side configuration is incorrect” error when trying to start an app in Windows, this means that the program…
- PowerShellWindows 10Windows 11Windows Server 2019
Manage Windows Updates with PSWindowsUpdate PowerShell Module
May 10, 2023You can use the PSWindowsUpdate PowerShell module to manage Windows updates from the command line. The PSWindowsUpdate module is not built into Windows and is available for installation from the…
- AzureMicrosoft 365PowerShell
Checking User Sign-in Logs in Azure AD (Microsoft 365)
February 20, 2023In this article, we’ll show you how to get the last login date and sign-in activity of your Azure Active Directory users, export and analyze Azure sign-in and audit logs…
- Windows 10Windows 11Windows 7Windows Server 2016
How to Sign an Unsigned Device Driver in Windows
June 8, 2023By default, all 64-bit Windows versions prevent the installation of devices drivers that are not signed with a valid digital signature. Unsigned drivers are blocked by the operating system. A…