Hi Guys, Today I will show you how to easily move PLEX to the new server with all settings and user’s watched lists. PLEX documentation tells us that we just need one file: Preferences.xml. This is not true. You also need the Plug-in Support folder where the database lives. Let’s…

Enter-PSSession

Those steps which you have to take to be able using Enter-PSSession command on your Linux box. Step1. Install PowerShell Core.Go to and follow Microsoft documentation: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1 Step2. To make Enter-PSSession working on Linux you have to install gss-ntlmssp apt install gss-ntlmssp Step3. Enable PSRemoting on Windows machine Enable-PSRemoting –Force…

The action ‘Set-DistributionGroup’, ‘RequireSenderAuthenticationEnabled’, can’t be performed on the object ‘[Your Distribution Group]’ because the object is being synchronized from your on-premises organization. This action should be performed on the object in your on-premises organization. Today I was trying to reset the password for one AWS account. We are using…