Skip to content

NKCODE TECH GEEK ZONE

  • RSS - Posts
Menu
  • Home
  • Cloud
    • Azure
    • Alibaba
    • AWS
  • Hardware
  • Linux
  • Network
  • Security
  • Windows Client / Servers
    • SQL
    • Windows Client OS
      • Windows 10
    • Windows Servers
      • Windows 2008R2
      • Windows Server 2012R2
      • Windows Server 2016
      • Windows Server 2019
  • VMWARE
  • Free Tools
  • About Me
    • Disclaimer
Menu

Category: Azure

Deploy Windows Virtual Desktop in Azure (Preview) Step-by-Step Guide

Posted on May 10, 2019

Windows Virtual Desktop (WVD) was finally released to public preview in Azure, Here is a step-by-step guide to deploy Windows Virtual Desktop!, WVD is Microsoft’s new Desktop-as-a-Service offering to provide Windows 10…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Microsoft Windows Virtual Desktop Event

Posted on May 8, 2019

Topic: Microsoft WVD Date: Wednesday 8  May 2019 Time: 7.00 PM to 9.00 PM SGT   Download PDF Microsoft Windows Virtual Desktop

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Azure Backup for SQL Server in Azure Virtual Machines now generally available!

Posted on April 28, 2019

Microsoft announced the Azure Backup for SQL Server in Azure Virtual Machines in General Availability! Azure Backup for SQL Server is an enterprise scale backup solutions that doesn’t need infrastructure deployment &…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Multiple Point-to-Site VPN Gateways Create

Posted on April 24, 2019

The Point-to-Site configuration guide provided by Microsoft is pretty easy to follow. Microsoft provides specific instructions and recommendations and followed for this guide creation. In this, above particular diagram, configure to a Point-to-Site connection…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Azure Health Service

Posted on April 8, 2019

Azure Service Health notifies the azure datacenter and services incident and planned maintenance in the portal or Azure status site. Based on notifies can mitigate downtime of operations. From Azure Service Health…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Azure Best Practices Learning

Posted on March 17, 2019

The following is a list of the best practices for learning and using Azure. Azure Developers Guide – https://azure.microsoft.com/en-us/campaigns/developer-guide/ Azure Architecture Centre – https://docs.microsoft.com/en-us/azure/architecture/ Azure Key Vault Developer’s Guide – https://docs.microsoft.com/en-gb/azure/key-vault/key-vault-developers-guide Azure Tips and Tricks…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Azure Public IP Prefixes – Static IP Ranges

Posted on March 11, 2019

Azure offered the ability to get static public IP addresses for many years now, however, when you request an IP you will receive one from the general pool of available addresses and…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Azure Hybrid Benefit

Posted on March 9, 2019

The Azure Hybrid Benefit allows to bring the On-Premises Windows licenses with Software Assurance (SA) to a new deployed Azure Windows Virtual Machine. This feature is applicable for a specific version of…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Azure Adviser Recommendations Cost Save

Posted on February 28, 2019

Microsoft Azure has a very helpful service, called Azure Advisor. Think about it as your personal advice on Azure services. Azure Advisor has many advice and recommendations about operations, availability, performance, security…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Get Role Member – Azure Active Directory

Posted on February 20, 2019

Using below Script to get the member of particular Azure Active Directory. connect-azuread #get all groups Get-AzureADDirectoryRole | select displayname $role = Get-AzureADDirectoryRole | Where-Object {$_.displayName -eq ‘Company Administrator’} Get-AzureADDirectoryRoleMember -ObjectId $role.ObjectId…

Share this:

  • Share on X (Opens in new window) X
  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Reddit (Opens in new window) Reddit
  • Email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Posts pagination

Previous 1 … 9 10 11 12 Next

Welcome to Teck Geek Zone

Alibaba & Azure Cloud with a free trial worth $200-1200 USD Click below Cloud Providers

  • How to Configure Multi-Pool Point-to-Site (P2S) VPN Using Azure Virtual WAN (vWAN)
  • 🔐 IoT Security with AWS IoT: Building Secure Connected Systems at Scale
  • Azure Service Endpoint vs Private Endpoint: What’s the Difference and When to Use Each?
  • Amazon Inspector Code Security: Shifting Left with Automated Vulnerability Detection
  • Azure Introduces Network Security Hub: A Smarter Way to Secure Your Cloud Network

Categories

  • Cloud (198)
    • Alibaba (39)
    • AWS (45)
    • Azure (120)
  • Free Tools (5)
  • Hardware (17)
  • Linux (13)
  • Network (28)
  • Security (21)
  • VMWARE (58)
  • Windows OS (44)
    • Windows 10 (7)
  • Windows Servers (69)
    • SQL (3)
    • Windows 2008R2 (7)
    • Windows Server 2012R2 (15)
    • Windows Server 2016 (20)
    • Windows Server 2019 (10)

Subscribe to our newsletter

©2026 NKCODE TECH GEEK ZONE | Design: Newspaperly WordPress Theme
 

Loading Comments...
 

    %d