Questions tagged [azure-active-directory]

Azure Active Directory is a Microsoft platform for handling identity and authorization requirements for cloud applications.

Azure Active Directory is a Microsoft platform for handling authentication and authorization requirements for cloud applications.

Current Microsoft cloud services such as Office 365, Windows Intune, Dynamics CRM etc are powered by Azure AD (AAD).

More details available at http://azure.microsoft.com/en-us/services/active-directory/

Product group blog is at http://blogs.technet.com/ad

612 questions
16
votes
7 answers

Difference between an Azure AD "directory" and an Azure AD "tenant"?

Hopefully this is a quick answer: I'm starting some work with Azure AD and a term I'm seeing over and over is an Azure AD "tenant". It seems to be synonymous and used interchangeably with an Azure AD "directory", but is it? I'm probably just being…
user1454265
  • 275
  • 1
  • 2
  • 6
13
votes
2 answers

Azure backup vs Snapshots

I'm an azure newbie and just trying to understand Azure better. My questions are specific to backing up Linux VMs in Azure. Please help me in understanding it better. I read that Azure backup takes snapshots and then uploads them to the vault. I'm…
Gudda Bhoota
  • 157
  • 1
  • 1
  • 6
12
votes
2 answers

Why should you not restore a DC that was backed up 6 months ago?

Why should you not restore a DC that was backed up 6 months ago? As I am learning Active Directory Domain Services I came across this question in one of the blogs but I was unable to find a detailed answer. So please can anybody explain this concept…
9
votes
2 answers

Using Azure AD to push Group Policy settings

I am trying to use Azure Active Directory instead of using a traditional domain controller. I would like to use Azure AD to authenticate users and to push GPO settings, such as folder redirection, drive mappings and Windows 10 privacy settings. I…
9
votes
1 answer

Azure AD Connect Password Sync

Windows 2012 R2, fully updated/activated Roles: ADDS, ADFS Installed Azure AD Connect latest version (only software installed other than updates) Other applicable services: Office 365 (Business Premium licensing), Azure AD Premium Having a problem…
6
votes
1 answer

Use Azure Active Directory as RADIUS server for VPN gateway?

I'm using Azure Active Directory (Premium, with full MFA). I've set up a VPN gateway and would like users to be able to authenticate to it using their Azure AD username and password (instead of certificates). From everything I read, this should be…
Herb Caudill
  • 201
  • 1
  • 2
  • 4
6
votes
1 answer

The specified module 'MSOnline' was not loaded because no valid module file was found in any module directory

For one of my applications I have a Windows service (on Windows Server 2012 R2 x64) which role is to execute many jobs on differents schedules and triggers. One of them is to reset a user password on Office 365. The server on which the service runs…
6
votes
2 answers

azure cli not able login using command line option

When I try to login using azure cli by providing username and password. I get error az login -u myemail@email.com -p plaintextpassword The user name might be invalid. For cross-check, try 'az login' to authenticate through browser. When I use…
kumar
  • 309
  • 2
  • 8
  • 22
6
votes
3 answers

How do I disconnect from Connect-MsolService in PowerShell

I have used below command to initiates a connection to Azure Active Directory in Power Shell. Connect-​Msol​Service I have completed required operations, But how do I disconnect? Do I wait till session expiry?!
kudlatiger
  • 361
  • 2
  • 5
  • 18
6
votes
1 answer

Bulk License Office 365 Users by OU with PowerShell

I'm trying to do something that I don't think should be too complicated of a fix. My end goal: I have certain users in one AD OU that need to use a certain license in Office 365, and different users in a different OU that get a different…
5
votes
1 answer

Azure ARM Templates for deleting the resources

I know we can create infrastructure using ARM templates. Can we do the same for deleting the Resources. I dont want to delete all the entire resource group but few resources in a resource group. Is this possible through ARM Templates?
5
votes
0 answers

Local username Windows 10 Azure AD Microsoft 365

Is it possible to change the local username (C:\Users\xxx) on a AAD joined Windows 10 computer? Long version: Setup & Info: Windows 10 Business, Azure AD joined computer. Cloud only with "Microsoft 365". Intune MDM. When a tenant user are logged…
5
votes
2 answers

Azure AD SAML2 SSO wrong NameID format

I am trying to integrate a SaaS application with an autonomous (not federated with anything) Azure Active Directory for SSO purposes. The SaaS application (the Service Provider) is SAML2 compliant (SP-initiated), so this should work. However, inside…
Marcanpilami
  • 178
  • 2
  • 7
5
votes
1 answer

Is there a way to programatically determine whether a Windows computer is AAD joined as SYSTEM?

I would like to be able to determine via script whether a given Windows workstation is AAD joined, Hybrid AD joined, or on-prem AD joined. I would like to run this script from the RMM I'm using so I can store those results in the RMM and be able to…
5
votes
5 answers

Cannot add verified publisher MPN ID to Azure multi-tenant app

To allow the users of our platform to sign in using their Microsoft account, we've created an app in our Azure Active Directory as per the documentation. I configured everything appropriately, until noticing you're required to be a verified…
1
2 3
40 41