Azure Domain name service

Azure Domain name service

In this azure tutorial, we will discuss the Azure Domain name service. Apart from this, we will also discuss on the below topics Azure Domain name service Azure DNS is a hosting service from Microsoft for DNS domains that provides name resolution by using Microsoft Azure infrastructure. Azure DNS server provides fast performance and high availability for your domain. Azure DNS provides high-security features like Role-based … Read more >>

Azure AD group membership PowerShell

Azure AD group membership PowerShell

In this azure tutorial, we will discuss Azure AD group membership PowerShell. Apart from this, we will also discuss on the below topics Create Azure AD group PowerShell Retrieve the existing groups PowerShell Create Azure AD Groups PowerShell Update Azure AD Groups PowerShell Delete Azure AD Groups PowerShell Azure AD add user to the group PowerShell PowerShell … Read more >>

The term ‘Get-AzureADDirectorySettingTemplate’ is not recognized as the name of a cmdlet

Get-AzureADDirectorySettingTemplate not recognized

In this azure tutorial, we will discuss how to fix the error, The term ‘Get-AzureADDirectorySettingTemplate’ is not recognized as the name of a cmdlet, function, script file, or operable program. Checkthe spelling of the name, or if a path was included, verify that the path is correct and try again.  which comes while trying to execute the … Read more >>

No match was found for the specified search criteria and module name ‘AzureAD’

No match was found for the specified search criteria and module name 'AzureAD'.

In this azure tutorial, we will discuss how to fix the error, No match was found for the specified search criteria and module name ‘AzureAD’. Try Get-PSRepository to see all available registered module repositories. which comes while trying to install the AzureAD module in PowerShell in Azure. No match was found for the specified search criteria and module name ‘AzureAD’ I … Read more >>

Troubleshooting specific RDP error messages in Azure

Troubleshooting specific RDP error messages to a Windows VM in Azure

In this Azure tutorial, we will discuss Troubleshooting specific RDP error messages to a Windows VM in Azure. Apart from this, we will also discuss on the below topics: Troubleshooting specific RDP error messages to a Windows VM in Azure. Let’s try Troubleshooting specific RDP error messages in Azure. Below are a few specific RDP error messages … Read more >>

The ‘New-AzResourceGroup’ command was found in the module ‘Az.Resources’

The 'New-AzResourceGroup' command was found in the module 'Az.Resources', but the module could not be loaded.

In this azure tutorial, we will discuss how to fix the error, The ‘New-AzResourceGroup’ command was found in the module ‘Az.Resources, but the module could not be loaded. which comes while trying to create a resource group using PowerShell in Azure. The ‘New-AzResourceGroup’ command was found in the module ‘Az.Resources’ I got the below error … Read more >>

Unable to find package providers (NuGet)

Unable to find package providers (NuGet)

In this azure tutorial, we will discuss how to fix the error, Unable to find package providers (NuGet), and No match was found for the specified search criteria and provider name ‘NuGet’. Try ‘Get-PackageProvider -ListAvailable’ to see if the provider exists on the system which comes while trying to install the PowerShell Nuget and Azure PowerShell … Read more >>