How to Prevent Accidental Deletions in Azure
All Everyone, I encountered an issue with one of my customers that they deleted Important Resources from their Resource Groups. Unfortunately, they don't have any backups as well. In this…
All Everyone, I encountered an issue with one of my customers that they deleted Important Resources from their Resource Groups. Unfortunately, they don't have any backups as well. In this…
In this article, I am going to explain how we can Setup Azure Windows Virtual Desktop. Kindly note this setup has been tested, Please do reach if any issues once…
Run the below command to get AADRM PowerShell Module version installed in the local Machine.. (Get-Module aadrm -ListAvailable).Version Run the below command in Elevated PowerShell to update the AADRM PowerShell…
Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across…
Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across…
Error: When you use APPID and Secret for and azure AD, it is giving an error as follows, { "error": { "code": "Authorization_RequestDenied", "message": "Insufficient privileges to complete the operation.",…
Normally, once you have created application and provided some deligate permissions in azure ad, you need to accept the Azure AD Consent. wherein in Oauth V1.0 all users when ever…
Error: Login-AzureRMAccount : Method 'get_SerializationSettings' in type 'Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient' from assembly 'Microsoft.Azure.Commands.ResourceManager.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation. At line:1 char:1 + Login-AzureRMAccount + ~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified:…
Error: PS C:\WINDOWS\system32> Login-AzureRMAccount Login-AzureRMAccount : The term 'Login-AzureRMAccount' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,…
Many organizations won't provide system admin privileges to users. So we don't have options to install Azure PowerShell Module? No.. We do have an option to install Azure PowerShell module…