When you try to configure a new account of Office 365 in MS Outlook, then the profile is not created automatically. You may face some errors during the setup, like the following one. Autodiscover cannot process the given e-mail address. Only mailboxes and contacts are allowed. The cause of the error is following – The […]
Category: IT
How to configure warning messages for Office 365 emails from external senders
Steps to Configure Attachment Security in Office365 1. Log in to your Office 365 Admin account at: https://portal.office.com 2. Select Admin from your list of Apps 3. Select Admin centers > Exchange (located on the left-side menu) 4. Select mail flow (left side menu) 5. Select the + icon > Create a new rule… 6. […]
Microsoft NPS as a RADIUS Server for WiFi Networks: Dynamic VLAN Assignment
Configuration ExampleHere’s an example of how to configure NPS to assign users to a VLAN based on their user group, using NPS for the authentication and authorization of users. The key to getting this to work is the use of a RADIUS element called: ‘Tunnel-PVT-Group-ID’. This is a RADIUS attribute that may be passed back […]
Install Remote desktop with xrdp on Linux
Introduction Xrdp is an opensource remote desktop protocol server, which allows you to connect to the Linux desktop from any operating systemIf you need to open or redirect access on your router or firewall, know that xrdp uses the standard port 3389 Installation The installation of xrdp is straightforward since it is available in the original […]
[Step-By-Step Tutorial/Guide] Raspberry Pi with UniFi Controller
1. Download the necessary tools and raspbian operating system image 1. Raspbian Buster Lite (= without desktop interface) through the ZIP option (or torrent). https://www.raspberrypi.org/downloads/raspbian/ Direct: https://downloads.raspberrypi.org/raspbian_lite_latest 2. Rufus to install the image on to the MicroSD card. https://rufus.ie/ Direct: https://github.com/pbatard/rufus/releases/download/v3.11/rufus-3.11.exe 3. Advanced IP Scanner to figure out the assigned IP address of your Raspberry Pi. […]
.htaccess rewrite rules
RewriteEngine OnRewriteCond %{HTTP_HOST} ^<yourdomain>$ [NC]RewriteRule ^(.*)$ http://<yourdomain>/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_URI} !(.)/$ RewriteRule ^(.[^/])$ $1/ [L,R=301] DirectoryIndex index.htmlErrorDocument 404 https://www.<yourdomain>/ 301 Moved Permanently 301 redirect is a permanent redirect, which transfers about 90-99% of link juice. This redirect indicates that the page has been moved to a new address and the old URL should […]
6 Steps Help to Choose Right Fiber Patch Cord Types
Step 1: Choose the Right Connector Type (LC/SC/ST/FC/MPO/MTP) On both ends of the fiber optic patch cord are terminated with a fiber optic connector (LC/SC/ST/FC/MPO/MTP). Different connector is used to plug into different device. If ports in the both ends devices are the same, we can use such as LC-LC/SC-SC/MPO-MPO patch cables. If you want […]
How to scan mac address in cmd commands?
Scanning Mac AddressArp -a Scanning Portsnetstat -ano
How to view bios serial number?
Open cmd then run below command: Wmic bios get serialnumber
How to format a PC with Oneclick?
Posted in Notepad Tricks with tags format .bat, format hard drive, how to format, Notepad Tricks If you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.In this hack I will show you how to format a […]