Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form

Category: AWS/Azure/OpenShift

This category describes the major cloud platforms such as AWS/Azure/Google Cloud/OpenShift

Guide on federating ADFS with Azure Active Directory

Posted on 02/02/202025/10/2023 IT Expert By IT Expert No Comments on Guide on federating ADFS with Azure Active Directory
Guide on federating ADFS with Azure Active Directory

Active Directory Federation Services (ADFS) is a Single Sign-On solution developed by Microsoft and provides users with authenticated access to applications that are not capable of using Integrated Windows Authentication (IWA) through Active Directory (AD). Take a look at this article to see various options that are possible for Integrating Azure Active Directory with on-Premise…

Read More “Guide on federating ADFS with Azure Active Directory” »

AWS/Azure/OpenShift

Methods for Integrating Azure Active Directory with on-Premise Active Directory

Posted on 02/02/202013/03/2026 IT Expert By IT Expert No Comments on Methods for Integrating Azure Active Directory with on-Premise Active Directory
Methods for Integrating Azure Active Directory with on-Premise Active Directory

In this article, we will learn the methods for Integrating Azure Active Directory with on-Premise Active Directory. Azure Active Directory (Azure AD) is a multi-tenant, cloud-based identity and access management service. Azure Active Directory (Azure AD) offers single sign-on (SSO) and multi-factor authentication. See the following articles for Azure AD Pass-Through Authentication with on-Premise AD, reasons to…

Read More “Methods for Integrating Azure Active Directory with on-Premise Active Directory” »

AWS/Azure/OpenShift

Microsoft Azure Multi-Factor Authentication (MFA)

Posted on 28/01/202022/09/2023 IT Expert By IT Expert No Comments on Microsoft Azure Multi-Factor Authentication (MFA)
Microsoft Azure Multi-Factor Authentication (MFA)

Due to the increase in cybercrime, it is very vital to adopt appropriate security measures to prevent (stall) these threats. Multi-Factor Authentication (MFA), also known as Two-Factor Authentication (2FA) can help us overcome this by preventing unauthorized access to your application. Microsoft Azure Multi-Factor Authentication helps safeguard access to data and applications by providing an…

Read More “Microsoft Azure Multi-Factor Authentication (MFA)” »

AWS/Azure/OpenShift

Azure Active Directory: Why do I need to deploy Azure AD?

Posted on 25/01/202022/09/2023 IT Expert By IT Expert No Comments on Azure Active Directory: Why do I need to deploy Azure AD?
Azure Active Directory: Why do I need to deploy Azure AD?

Azure Active Directory (AAD) is a Microsoft cloud-based multi-tenant directory and provides identity and access management capabilities in the cloud. It provides MFA to help protect users from 99.9% of cybersecurity attacks. This is the backbone of the Office 365 system, and it can sync with on-premise Active Directory and provide authentication to other cloud-based…

Read More “Azure Active Directory: Why do I need to deploy Azure AD?” »

AWS/Azure/OpenShift

Integrating on-premise AD with Azure Active Directory and MFA

Posted on 25/01/202007/10/2024 IT Expert By IT Expert No Comments on Integrating on-premise AD with Azure Active Directory and MFA
Integrating on-premise AD with Azure Active Directory and MFA

This articles describes “What you need to know before integrating on-premise AD with Azure Active Directory and MFA”. Azure Active Directory (AAD) is a Cloud Identity and Access Management solution that provides directory services, application access management, and advanced identity protection. Its single sign-on (SSO) and Multi-Factor Authentication (MFA) capability help protect employees from cyberattacks….

Read More “Integrating on-premise AD with Azure Active Directory and MFA” »

AWS/Azure/OpenShift

Azure CLI commands: How to use Azure Command-line Interface

Posted on 12/01/202022/09/2023 IT Expert By IT Expert No Comments on Azure CLI commands: How to use Azure Command-line Interface
Azure CLI commands: How to use Azure Command-line Interface

Azure AD is a service that provides identity and access management capabilities in the cloud. With Pass-through Authentication, users are able to sign in to both on-premises and cloud-based applications using the same credentials. Below are some important Commands to manage Azure resources. Mastering these commands will make administering your tasks on Azure flawless. Please…

Read More “Azure CLI commands: How to use Azure Command-line Interface” »

AWS/Azure/OpenShift

AWS Command-Line Interface: How to configure AWS CLI [Part 1]

Posted on 18/12/201826/09/2023 IT Expert By IT Expert No Comments on AWS Command-Line Interface: How to configure AWS CLI [Part 1]
AWS Command-Line Interface: How to configure AWS CLI [Part 1]

The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS CLI v2 offers several new features including improved installers, new configuration options such as AWS…

Read More “AWS Command-Line Interface: How to configure AWS CLI [Part 1]” »

AWS/Azure/OpenShift

How to Copy from a server to s3 and vice versa

Posted on 18/12/201826/09/2023 IT Expert By IT Expert No Comments on How to Copy from a server to s3 and vice versa
How to Copy from a server to s3 and vice versa

s3 is known as Simple Storage Service by AWS is an object storage service that offers great scalability, data availability, security, and performance

AWS/Azure/OpenShift

Get Started with OpsWorks for Chef Automate

Posted on 14/12/201826/09/2023 IT Expert By IT Expert No Comments on Get Started with OpsWorks for Chef Automate
Get Started with OpsWorks for Chef Automate

AWS OpsWorks for Chef Automate provides a fully managed Chef Automate server and suite of automation tools that give you workflow automation for continuous deployment, automated testing for compliance and security, and a user interface that gives you visibility into your nodes and their status Provision a Chef Automate Server in AWS. Follow this link https://aws.amazon.com/opsworks/chefautomate/ and ‘click on get Started…

Read More “Get Started with OpsWorks for Chef Automate” »

AWS/Azure/OpenShift

How to setup SPF and TXT Records in AWS

Posted on 13/12/201827/03/2024 Dickson Victor By Dickson Victor No Comments on How to setup SPF and TXT Records in AWS
How to setup SPF and TXT Records in AWS

An SPF record is a TXT record that is part of a domain’s DNS zone file. The TXT record specifies a list of authorized hostnames/IP addresses that mail can originate from for a given domain name. Kindly refer to the following similar guides: How to add a custom domain name to Azure Active Directory, and…

Read More “How to setup SPF and TXT Records in AWS” »

AWS/Azure/OpenShift

Error importing OVA file to AWS: Client error saved empty is empty

Posted on 13/12/201828/08/2024 IT Expert By IT Expert No Comments on Error importing OVA file to AWS: Client error saved empty is empty
Error importing OVA file to AWS: Client error saved empty is empty

An OVA file is an Open Virtualization Appliance that contains a compressed, “installable” version of a virtual machine. When you open an OVA file it extracts the VM and imports it into whatever virtualization software you have installed on your computer. In this article, we shall discuss “Error importing OVA file to AWS: Client error saved empty is empty”….

Read More “Error importing OVA file to AWS: Client error saved empty is empty” »

AWS/Azure/OpenShift

View Scheduled Events on AW using AWS Web Console and CLI

Posted on 13/12/201828/08/2024 IT Expert By IT Expert No Comments on View Scheduled Events on AW using AWS Web Console and CLI
View Scheduled Events on AW using AWS Web Console and CLI

In this article, you will learn how to View Scheduled Events on AW using AWS Web Console and CLI. AWS can schedule events for your instances such as a reboot, stop/start, or retirement. Please see How to find out who restarted Windows Server, the Various methods to launch the Event Viewer, and “How to detect…

Read More “View Scheduled Events on AW using AWS Web Console and CLI” »

AWS/Azure/OpenShift

How to enable Enhanced Networking Adapter (ENA) on Windows

Posted on 12/12/201826/09/2023 IT Expert By IT Expert 2 Comments on How to enable Enhanced Networking Adapter (ENA) on Windows
How to enable Enhanced Networking Adapter (ENA) on Windows

Most times when you increase or change the instance type of a server on AWS, the Network adapter changes and this can cause system related issues

AWS/Azure/OpenShift

Posts pagination

Previous 1 … 13 14 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • lang2
    How to add languages to your Windows PC Windows
  • HYBRID BENEFITS FEATURE
    Azure Hybrid Use Cases and Benefits AWS/Azure/OpenShift
  • Azure Backup For AKS
    How to protect Azure Kubernetes Service (AKS) with Azure Backup AWS/Azure/OpenShift
  • rdp error
    The connection was denied because the user account is not authorized for remote login: How to add and remove Remote Desktop Users Windows
  • ePO PIA Tool
    Fixes to Trellix ePolicy Orchestrator Installation Errors Security | Vulnerability Scans and Assessment
  • Create Alarm
    How to create Alarm rules in VMware vSphere Virtualization
  • 147913 228396 228395 rc
    Fix No bootable media found system halted: Unable to PXE boot Virtualization
  • banner2
    How to Integrate Postman With GitHub Automation

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,792 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive