This commit is contained in:
Paolo Matarazzo 2022-11-18 17:21:20 -05:00
parent 3e9b5143c1
commit 3ea739705e
3 changed files with 11 additions and 3 deletions

View File

@ -62,7 +62,11 @@ If you don't use Intune in your organization, then you can disable Windows Hello
Intune uses the following registry keys: **`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Policies\PassportForWork\<Tenant-ID>\Device\Policies`**
To look up your Tenant ID, see [How to find your Azure Active Directory tenant ID](/azure/active-directory/fundamentals/active-directory-how-to-find-tenant)
To look up your Tenant ID, see [How to find your Azure Active Directory tenant ID](/azure/active-directory/fundamentals/active-directory-how-to-find-tenant) or try the following:
```msgraph-interactive
GET https://graph.microsoft.com/v1.0/organization?$select=id
```
These registry settings are pushed from Intune for user policies:

View File

@ -172,7 +172,11 @@ You can configure Windows devices to use the **Microsoft PIN Reset Service** usi
- Value: **True**
>[!NOTE]
> You must replace `TenantId` with the identifier of your Azure Active Directory tenant.
> You must replace `TenantId` with the identifier of your Azure Active Directory tenant. To look up your Tenant ID, see [How to find your Azure Active Directory tenant ID](/azure/active-directory/fundamentals/active-directory-how-to-find-tenant) or try the following:
```msgraph-interactive
GET https://graph.microsoft.com/v1.0/organization?$select=id
```
---

View File

@ -73,7 +73,7 @@
href: hello-hybrid-cert-whfb-settings.md
- name: Sign-in and provisioning
href: hello-hybrid-cert-whfb-provision.md
- name: Oon-premises deployments
- name: On-premises deployments
items:
- name: Key trust deployment
items: