Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
  • veeam
    Fix Failed to connect to Veeam Backup and Replication Server Backup
  • wsus logo e1653651564255
    How to configure Windows server update services Windows Server
  • PIN9 1
    How to increase Windows PIN complexity Windows
  • ddf
    How to configure Windows Deployment Services on Windows Server Windows Server
  • command prompt powershell 670x335 1
    How to Start, Stop and Restart Windows Server Update WSUS Services via PowerShell and CMD Windows
  • images 4
    How to set up WatchGuard Log Server Network | Monitoring
  • Install FileZilla Client
    FileZilla Client on Mac: How to Transfer Files to WordPress via SFTP Mac
  • Delete Expired Profiles on Mac
    Remove Expired Configuration Profiles on Mac Mac

Category: AWS/Azure/OpenShift

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

How to install and Update Azure PowerShell on your Windows PC

Posted on 09/04/202011/09/2023 Christian By Christian No Comments on How to install and Update Azure PowerShell on your Windows PC
How to install and Update Azure PowerShell on your Windows PC

Here are the steps to install the Azure PowerShell module on Windows.– Install the Azure PowerShell modules using PowerShellGet (best method).– By installing (importing) windows module for PowerShell– By installing Azure PowerShell modules with the MSI Note: Azure PowerShell is also available in Azure Cloud Shell and is now preinstalled in Docker images. Example 1:…

Read More “How to install and Update Azure PowerShell on your Windows PC” »

AWS/Azure/OpenShift

How to scale up and scale out on Azure

Posted on 08/04/202001/10/2024 Christian By Christian No Comments on How to scale up and scale out on Azure
How to scale up and scale out on Azure

In this article, we will learn How to scale up and scale out on Azure. The following terms “scaling up” and “scaling out” are usually used in cloud environments. The cover image of this blog post clearly differentiates both terms as well. Please see How to deploy WordPress on Azure App Service, How to Add and Format…

Read More “How to scale up and scale out on Azure” »

AWS/Azure/OpenShift

Azure Active Directory integration with on-premise AD using PTA

Posted on 02/02/202004/10/2023 Christian By Christian No Comments on Azure Active Directory integration with on-premise AD using PTA
Azure Active Directory integration with on-premise AD using PTA

Azure Active Directory (AAD) is a Microsoft cloud-based multi-tenant directory that 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. It can sync with the on-premise Active Directory and provide authentication to other cloud-based…

Read More “Azure Active Directory integration with on-premise AD using PTA” »

AWS/Azure/OpenShift

Guide on federating ADFS with Azure Active Directory

Posted on 02/02/202025/10/2023 Christian By Christian 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/202014/03/2024 Christian By Christian 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 Christian By Christian 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 Christian By Christian 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 Christian By Christian 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 Christian By Christian 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

OpenShift common Commands

Posted on 05/01/202023/09/2023 Christian By Christian No Comments on OpenShift common Commands
OpenShift common Commands

You can find a summary of the key commands covered below, along with some related commands. To see more information on each oc command, run it with the –help option. oc login: Log in to your OpenShift cluster and save the session token for subsequent use. You will be prompted for the user name and…

Read More “OpenShift common Commands” »

AWS/Azure/OpenShift

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

Posted on 18/12/201826/09/2023 Christian By Christian 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 Christian By Christian 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 Christian By Christian 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

Posts pagination

Previous 1 … 12 13 14 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • veeam
    Fix Failed to connect to Veeam Backup and Replication Server Backup
  • wsus logo e1653651564255
    How to configure Windows server update services Windows Server
  • PIN9 1
    How to increase Windows PIN complexity Windows
  • ddf
    How to configure Windows Deployment Services on Windows Server Windows Server
  • command prompt powershell 670x335 1
    How to Start, Stop and Restart Windows Server Update WSUS Services via PowerShell and CMD Windows
  • images 4
    How to set up WatchGuard Log Server Network | Monitoring
  • Install FileZilla Client
    FileZilla Client on Mac: How to Transfer Files to WordPress via SFTP Mac
  • Delete Expired Profiles on Mac
    Remove Expired Configuration Profiles on Mac Mac

Subscribe to Blog via Email

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

Join 1,839 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

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

Copyright © 2025 TechDirectArchive