Review For The TP-Link Omada AC1200 EAP225

TP-Link’s Omada EAP225 Outdoor Wireless AC1200 Gigabit Indoor/Outdoor Access Point extends the reach of your Wi-Fi network outdoors. It operates on the 802.11a/b/g/n/ac Wi-Fi network standards and simultaneously supports both the 2.4 GHz and 5 GHz frequencies, giving you data transfer rates of up to 1200 Mb/s.

The EAP225-Outdoor access point is a durable wireless device. It’s designed to withstand the elements and keep working for you. This is an outdoor access point, but you can install it indoors too. It’s easy to install because it comes with mounting kits for both poles and walls. You don’t need a separate power supply either, because this access point supports PoE. Once installed, the Omada Controller Software makes it easy to manage this AP and hundreds of others. The captive portal feature simplifies the process of authenticating guests.

TP-Link Omada AC1200 Specs

  • Durable, weatherproof enclosure for outdoor Wi-Fi applications
  • Up to 1200Mbps
Read the rest
Windows Tutorials

Install OneDrive using Group Policy and PowerShell

In this tutorial you will learn how to install OneDrive using Group Policy and PowerShell. By the end of this tutorial, you would have successfully deployed OneDrive to all end user devices during computer startup.

Task Details

  1. Download OneDrive
  2. Create PowerShell Script
  3. Create and Deploy GroupPolicy

Task 1: Download OneDrive

1. On your Domain Controller Download OneDrive

2. Place the OneDriveSetup.exe in your netlogon path.

Task 2: Create PowerShell Script

 1. Open Notepad.exe

2. Copy the script below and place it into Notepad.

$ErrorActionPreference = "SilentlyContinue"

# LOGGING INITIALISATION
$logSource = "OneDrive Per-Machine Deployment"
if (![System.Diagnostics.EventLog]::SourceExists($logSource)){
        new-eventlog -LogName Application -Source $logSource
}
# END OF LOGGING INITIALISATION

# CONFIGURATION DETAILS GO HERE

# Specify the location of the OneDriveSetup.exe
$installationSource = "\\Network\Path\Here"
$destinationPath = "C:\Program Files (x86)\Microsoft OneDrive"
$installedVersion = (Get-Command "$destinationPath\OneDriveSetup.exe").FileVersionInfo.FileVersion

try{
    $ErrorActionPreference = "Stop"
    $targetVersion = (Get-Command "$installationSource\OneDriveSetup.exe").FileVersionInfo.FileVersion
} catch{
    write-eventlog -LogName Application -Source $logSource -EntryType Error 
Read the rest

Review of the Lenovo IdeaPad 3 14″ FHD Business Laptop

Discover the power and productivity of the Lenovo IdeaPad 3 14″ FHD Business Laptop through our comprehensive review. Uncover its impressive features and performance for a seamless business computing experience.

The Lenovo IdeaPad 3 14″ FHD Business Laptop is a great business budget friendly laptop. It contains the power you are looking for at an affordable price. This laptop does not have some features of higher end machines like light-up keyboard or overhead light, but for the price it is a great deal.

 

About this item

  • CPU: 10th Gen Intel Core i5-10210U Processor @ 1.60GHz (4 Cores, 6M Cache, up to 4.20 GHz)
  • DISPLAY: 14″ FHD (1920×1080) TN 220nits Anti-glare Non-touch Display; Graphics: Intel UHD Graphics.
  • Memory:8GB DDR4 SDRAM Memory.
  • STORAGE: 1TB PCIe NVMe Solid State Drive.
  • Optical drive: None
  • 2 x 2 802.11AC Wi-Fi, Bluetooth 5.0; 2x USB 3.2 Gen 1, 1x USB 2.0, HDMI 1.4b, Headphone / mic
Read the rest
Microsoft Azure Tutorials

How To Create A Docker Container Instances In Azure – Lab7

In this tutorial you will learn how to create a Docker Container Instance in Azure. This lab will walk you through the steps to deploy a docker container instance and test the deployment.

 

Task Details

  1. Log into Azure Portal.
  2. Deploy A Docker Container.
  3. Review deployment details.
  4. Lauch APP through FQDN.
  5. Understand the Azure Metric Charts.

 

Task 1: Log into Azure Portal

  1. Open a browser tab and go to the Azure portal using URL https://portal.azure.com.
  2. Sign in with your username and password on azure portal.

 

Task 2: Deploy A Docker Container

1. From Azure services click Create a resource.

2. Search for Container and afterwards click Container Instances

3. Click Create under Container Instances.

4. Select your subscription and create a new resource group.

5. For Container Details fill the details. 

  • Container Name: Use a unique name.
  • Region: Select best region suited for you.
  • Image Source: Quickstart
Read the rest
Windows Tutorials

How To Auto Deploy RADIUS WiFi With Group Policy

In this tutorial you will learn how to auto deploy RADIUS WiFi to end user domain joined computers with group policy.

 

Lets get started.

1. Log into your Domain Controller.

2. Open Group Policy Management.

3.  Locate Group Policy Objects, afterwards right click and click New.

4. Name your policy something that is identifiable and then click OK

5. Locate your new policy. Right Click and afterwards click Edit.

6. Expand to the following Computer Configuration > Policies > Windows Settings > Security Settings > Wireless Network (IEE 802.11 Policies).

7. Right click Wireless Network (IEE 802.11 Policies) and then click Create A New Wireless Network Policy for Windows Vista and Later Releases.

8. Make your Policy Name descriptive.

9. Under General Tab click Add.

10. Give your New Profile a Name. I would suggest naming it your Radius Wifi SSID. Afterwards type in your SSID … Read the rest


Synology And QNAP Critical Netatalk Vulnerability

Synology and QNAP has warned its customers that it has found serious vulnerabilities in its NAS devices. The flaws, which exist in its network-attached storage (NAS) appliances, could allow attackers to gain remote access to vulnerable systems, modify data or execute malicious code.

QNAP, urged its users to disable their NAS devices’ AFP file service protocol. The company warned that the protocol was vulnerable to security flaws and advised customers to wait until it fixed the problem.

During the Pwn2Own contest, The NCC Group’s EDG team exploited a remote code execution security flaw in Western Digital’s PR4100 NAS. This vulnerability was rated at 9.8/10 severity by the Common Vulnerability Scoring System and is tracked as CVE-2022-23121.

Synology identified and reported three other vulnerabilities (i.e., CVE-2022-23125, CVE-2022-23122, CVE-2022-0194) that are rated the same.

QNAP declared that Netatalk vulnerabilities affect multiple QTS and QuTS hero operating systems as well … Read the rest

Microsoft Azure Tutorials

How To Create A SQL Database In Azure – Lab6

In this tutorial you will learn how to create a SQL Database in Azure. This lab will walk you through the steps to deploy SQL server and to create a SQL database.

 

Task Details

  1. Log into Azure Portal.
  2. Create Azure SQL Database.
  3. Create a SQL Server firewall rule.
  4. Connect to the Azure SQL Database.

 

Task 1: Log into Azure Portal

  1. Open a browser tab and go to the Azure portal using URL https://portal.azure.com.
  2. Sign in with your username and password on azure portal.

 

Task 2: Create Azure SQL Database

1. From the Azure portal click Create a resource or click SQL Databases.

2. From the SQL databases Page click +Create.

3. Fill out the Basic tab with the following information.

Project Details:

  • Subscription: Use the Default
  • Resource Group: Create New or from the drop down select existing AzureLab.

 

Database Details:

  • Database Name: AzureLabSQL01
  • Server: Create new
    • Server Name:
Read the rest
Microsoft Azure Tutorials

How To Create A Linux Virtual Machine in Azure – Lab5

In this tutorial you will learn how create a Linux Virtual Machine in your Azure Lab. I will guide you through the process of logging into Azure Portal and proceeding through the VM wizard to create your Linux Virtual Machine. I will then show you how to SSH into your Linux Virtual Machine and test it out.

Task Details

  1. Log into Azure Portal.
  2. Create a Linux Virtual Machine.
  3. SSH into Linux Virtual Machine

Task 1: Log into Azure Portal

  1. Open a browser tab and go to the Azure portal using URL https://portal.azure.com.
  2. Sign in with your username and password on azure portal.

Task 2: Create a Linux Virtual Machine

1. Click on the Virtual machine’s from the menu in the Left side panel. You can also use the search bar at the top to find the Virtual Machines page or you can use the Virtual machines icon right Infront … Read the rest


The Ultimate Guide to Free Veeam Backup for Windows Desktops

Download Free Veeam Agent for Windows Desktops. It’s built on the same technology as Veeam Backup & Replication, which is #1 in the industry. This FREE standalone agent delivers local and cloud backup of physical desktops and laptops, as well as cloud-based Windows computers.

Understanding the Importance of Data Backup

Data is the lifeblood of modern organizations and individuals alike. With the exponential growth of digital information, it has become crucial to ensure the safety and availability of our data. A single hardware failure, software glitch, or a malicious attack can lead to catastrophic data loss. That’s where data backup solutions like Free Veeam Backup come into play.

Introducing Free Veeam Backup

Free Veeam Backup is a powerful and reliable data protection solution designed specifically for Windows Desktops. It offers a wide range of features and capabilities that enable you to safeguard your files, folders, applications, and even entire systems. … Read the rest

UniFi Tutorials

How To Aggregate UniFi Switch Ports

In this tutorial you will learn how to Aggregate Unifi Switch Ports on your UniFi Controller 7.0. Link aggregation is a great way to increase speed and redundancy of your network. It allows you to combine multiple network connections and to distribute the load across all of the links, so that no one link will be overwhelmed. I will use a UniFi XG-16 as the core aggregation switch and the UniFi 24-500w as the aggregated child switch. 

Task Details

  1. Decide which switch ports to aggregate.
  2. Log into your UniFi Controller
  3. Aggregate Child Switch Ports
  4. Aggregate Core Switch Ports
  5. Review Connection

Task 1: Decide which switch ports to aggregate.

  1. Take this time to decide which ports you want to aggregate. I would recommend using the SFP ports in an aggregated pair. In my case this is the route I’m taking.

Task 2: Log Into your UniFi Controller

  1. Open a browser tab
Read the rest