Similar Posts

FTP “Error: Server returned unroutable private IP address in PASV reply”
If you run a firewall on your Linux server and want to use passive FTP connections, you have to define the passive port range in pure-ftpd and your firewall to ensure that the connections don’t get blocked. The following example is for pure-ftpd on Debian or Ubuntu Linux and ISPConfig 3. Set Passive…
Can’t Join the Domain
"You can’t connect to the file share because it’s not secure" How to temporarily re-enable the SMBv1 protocol on Windows 10 If you don’t have direct access to the device running the SMB service, you can temporarily enable the SMBv1 protocol for the purpose of retrieving your files using these steps: Open Control…
How to Export out all Microsoft Group list with Members
Found on this link: https://ourcloudnetwork.com/export-all-microsoft-365-groups-and-members-with-powershell/ Power Shell as Administrator: Connect to Tennent: Connect-ExchangeOnline Use the following script to export a list of all Microsoft 365 groups and their members to a All-M365-Group-Members.csv file. $Result=@() $groups = Get-UnifiedGroup -ResultSize Unlimited $totalmbx = $groups.Count $i = 1 $groups | ForEach-Object { Write-Progress…
Outlook 2010 Mailbox Full – Your mailbox is full, you may not be able to send or receive mail
First Verify that your mailbox is NOT full (so the full mailbox notification is incorrect), you should do the following: Open Outlook, click File (left top), Click Account Settings, double click your account name, and then uncheck “Use Cached Exchange Mode” and finish the wizard Close Outlook. Delete your OST file. The default location for…
Uninstall Avast with AVASTCLEAR
Avast Clean Uninstall: Download Uninstall Utility: https://www.avast.com/en-us/uninstall-utility If you would like to delete your folders manually, the necessary folder to delete can be found here: C:\Program Files\AVAST Software C:\Program Files (x86)\AVAST Software C:\ProgramData\AVAST Software C:\ProgramData\CloudCareDelete these keys from your Registry Editor: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\AVAST Software Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AVAST Software, also please clear your temp folder and system root\temp folder…