Windows Tutorials

How To Manage OneDrive With Group Policy

In this tutorial you will learn how to manage OneDrive with group policy (GPO). The OneDrive Group Policy objects work by setting registry keys on the computers in your domain. When you enable or disable a setting, the corresponding registry key is updated on computers in your domain.

I will guide you through obtaining the required GPO policies and importing them to Group Policy Management. Afterwards we will go through a simple deployment of OneDrive policies using Group Policy.

Task Details

  1. Install OneDrive Policies
  2. Explain OneDrive Policies
  3. Deploy OneDrive Policies

Task 1: Install OneDrive Policies

  1. You can download the OneDrive GPO Templates From Here.
  2. Locate these two files.
    • OneDrive.adml
    • OneDrive.admx
  3. If you just want to review OneDrive policies in Group Policy Management, you can put these files your local store:

    • Copy ONEDRIVE.ADML to C:\Windows\PolicyDefinitions\en-US
    • Copy ONEDRIVE.ADMX to C:\Windows\PolicyDefinitions\
  4. To use the OneDrive polices on your corporate network, you can put

Read the rest

Increase Your Cyber Security Resilience

Increase Your Cyber Security Resilience because cyberattacks can come from any direction. They can paralyze an entire company.

Introduction

As cyberattacks become more sophisticated, security breaches have become a fact of corporate life. Cyberattacks are accelerating at an alarming rate as hackers and their use of technology, techniques, and procedures become more sophisticated and more cunning.

How can organizations stay ahead of cyber-criminals? Can they? Can they fight back or will they forever be playing catch-up? Is it enough to just use technology or must other approaches be taken?

As the world becomes more and more digital, people are becoming increasingly concerned about cyberattacks. The current security approach is to simply protect against external hacking. But it doesn’t work. To stand resilient against threats, companies must protect against cyberattacks continually and holistically, with enterprise-wide knowledge, skills and judgment.

 

Cyber Security Resilience

Cyber security resilience is about being prepared to protect … Read the rest

Microsoft Azure Tutorials

How To Create Network Security Groups In Azure – Lab8

In this tutorial you will learn how to create Network Security Groups in Azure. This lab will walk you through the steps to deploy a virtual machine and then edit network security groups in azure to allow specific traffic like RDP and HTTP.

What are Azure Network Security Groups (NSGs) ?

  • A network security group contains security rules that allow or deny inbound and outbound network traffic, to and from, several types of Azure resources. You can specify source and destination, port, and protocol for each rule.

Task Details

  1. Log into Azure Portal.
  2. Deploy a virtual machine.
  3. Allow RDP traffic with NSG rules.
  4. Install IIS on virtual machine.
  5. Allow HTTP traffic with NSG rules.
  6. Access the web page with browser.

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.
Read the rest

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

Stay Informed

Receive instant notifications when new content is released.