Skip to content

Commit 8d150ca

Browse files
committed
Merge branch 'main' into release-intune-2207
2 parents db8cfdf + b15dd56 commit 8d150ca

10 files changed

Lines changed: 42 additions & 9 deletions

memdocs/intune/apps/apps-configure-chrome-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can use an Intune app configuration policy to configure Google Chrome for An
4747

4848
![Search and approve Google Chrome](./media/apps-configure-chrome-android/search.png)
4949

50-
4. Assign Google Chrome to a user group as a required app type. Google Chrome will be deployed automatically when the device is enrolled into Intune.
50+
4. Assign Google Chrome to a group as a required app type. Google Chrome will be deployed automatically when the device is enrolled into Intune.
5151

5252
For additional details about adding a Managed Google Play app to Intune, see [Managed Google Play store apps](apps-add-android-for-work.md#managed-google-play-store-apps).
5353

memdocs/intune/apps/apps-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ A device status list is shown when you select **Device install status** in the *
8989
| **Last check-in** | The date of the device's last sync with Intune. |
9090

9191
> [!NOTE]
92-
> Even if the App is targetted to device context and into a device group, the user name will always be reported. You may refer to the corresponded [API Call](/graph/api/intune-apps-mobileappinstallstatus-get?view=graph-rest-beta). Additionally, the system context may appear as "No user".
92+
> Even if the App is targetted to device context and into a device group, the user name will always be reported. You may refer to the corresponded [API Call](/graph/api/intune-apps-mobileappinstallstatus-get). Additionally, the system context may appear as "No user".
9393
9494
### User install status
9595

memdocs/intune/apps/intune-management-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ To see if the device is auto-enrolled, you can:
236236

237237
- To isolate scripting problems, you can:
238238

239-
- Review the PowerShell execution configuration on your devices. See the [PowerShell execution policy](/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.1) for guidance.
239+
- Review the PowerShell execution configuration on your devices. See the [PowerShell execution policy](/powershell/module/microsoft.powershell.security/set-executionpolicy) for guidance.
240240
- Run a sample script using the Intune management extension. For example, create the `C:\Scripts` directory, and give everyone full control. Run the following script:
241241

242242
```powershell

memdocs/intune/apps/vpp-apps-ios.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Location tokens are volume purchase licenses that were commonly known as Volume
5757
## How are purchased apps licensed?
5858
Purchased apps can be assigned to groups using two types of licenses that Apple offers for iOS/iPadOS and macOS devices.
5959

60+
> [!NOTE]
61+
> Device-licensed VPP apps must be installed and updated through the MDM channel only. Users cannot go the store directly to manually install or update a VPP app.
62+
6063
| Action | Device Licensing | User Licensing |
6164
|------- | -----------------| ---------------|
6265
| App Store sign-in | Not required. | Each end user must use a unique Apple ID when prompted to sign in to App Store. |
@@ -261,6 +264,9 @@ The license should be updated within a few hours after installing or uninstallin
261264
### Is it possible to oversubscribe an app and, if so, in what circumstance?
262265

263266
Yes. The Intune admin can oversubscribe an app. For example, if the admin purchases 100 licenses for app XYZ, and then targets the app to a group with 500 members in it. The first 100 members (users or devices) will get the license assigned to them, the rest of the members will fail on license assignment.
267+
268+
> [!NOTE]
269+
> When the amount of used licenses is greater than or equal to 50% of total available licenses for a specific app, an alert will appear under the Enrollment alerts tab. The alert will disappear when the amount of used licenses is less than 50% of total available licenses for the app.
264270
265271
## Next steps
266272

memdocs/intune/enrollment/device-enrollment-manager-enroll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A device enrollment manager can use the following methods to enroll devices in I
4545

4646
- [Windows Autopilot](../../autopilot/enrollment-autopilot.md)
4747
- [Windows devices bulk enrollment](windows-bulk-enroll.md)
48-
- DEM-initated via Company Portal enrollment
48+
- DEM-initiated via Company Portal enrollment
4949
- DEM-initiated via Azure AD-join
5050

5151
> [!TIP]

memdocs/intune/fundamentals/reports-export-graph-available-reports.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: Erikre
88
ms.author: erikre
99
manager: dougeby
10-
ms.date: 12/02/2021
10+
ms.date: 07/20/2022
1111
ms.topic: conceptual
1212
ms.service: microsoft-intune
1313
ms.subservice: fundamentals
@@ -683,6 +683,18 @@ You can choose to filter the `DevicesWithInventory` report's output based on the
683683
- `EnrollmentType`
684684
- `PartnerFeaturesBitmask`
685685

686+
The `ProcessorArchitecture` mappings for Windows 10+ are the following:
687+
- 9 = x64
688+
- 5 = ARM
689+
- 12 = ARM64
690+
- 0 = x86
691+
- default = Unknown
692+
693+
The `ProcessorArchitecture` mappings for macOS are the following:
694+
- 9 = x64
695+
- 12 = ARM64
696+
- default = unknown
697+
686698
## FirewallStatus
687699

688700
The following table contains the possible output when calling the `FirewallStatus` report:

memdocs/intune/fundamentals/whats-new.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ You can use RSS to be notified when this page is updated. For more information,
6060
### Scripts
6161
-->
6262

63+
## Week of July 18, 2022
64+
65+
### Device management
66+
67+
#### New event viewers to assist in debugging WMI issues<!-- 14712854 -->
68+
Intune’s remote action to [collect diagnostics](../remote-actions/collect-diagnostics.md#collect-diagnostics) has been expanded to collect details about Windows Management Instrumentation (WMI) app issues.
69+
70+
The new event viewers include the following:
71+
- Microsoft-Windows-WMI-Activity/Operational
72+
- Microsoft-Windows-WinRM/Operational
73+
74+
For more information about Windows device diagnostics, see [Collect diagnostics from a Windows device](../remote-actions/collect-diagnostics.md).
75+
6376
## Week of July 4, 2022
6477

6578
### Device management
@@ -546,7 +559,7 @@ For more information, go to
546559
[Using Azure Virtual Desktop multi-session with Microsoft Intune](../fundamentals/azure-virtual-desktop-multi-session.md)
547560

548561
#### View a managed device's group membership<!-- 4100067 -->
549-
In the monitor section of the **Devices** workload of Intune, you can view the group membership of all AAD groups for a managed device. You can select **Group Membership** by signing in to [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431) and selecting **Devices** > **Monitor** > *select a device* > **Group Membership**. For more information, see [Device group membership report](../fundamentals/reports.md#device-group-membership-report-organizational).
562+
In the monitor section of the **Devices** workload of Intune, you can view the group membership of all Azure AD groups for a managed device. You can select **Group Membership** by signing in to [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431) and selecting **Devices** > **Monitor** > *select a device* > **Group Membership**. For more information, see [Device group membership report](../fundamentals/reports.md#device-group-membership-report-organizational).
550563

551564
#### Improved certificate reporting details<!-- 13316515 -->
552565
We’ve changed what Intune displays when you view certificate details for devices and certificate profiles. To view the report, in the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431) go to > **Devices** > **Monitor** > **Certificates**.

memdocs/intune/remote-actions/collect-diagnostics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ Event Viewers:
112112
1. Microsoft-Windows-SENSE/Operational
113113
1. Microsoft-Windows-SenseIR/Operational
114114
1. Microsoft-Windows-Windows Firewall With Advanced Security/Firewall
115+
1. Microsoft-Windows-WinRM/Operational
116+
1. Microsoft-Windows-WMI-Activity/Operational
115117
1. Setup
116118
1. System
117119

windows-365/business/remotely-manage-business-cloud-pcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To assign a Windows 365 Administrator role to a user:
9393
5. Scroll down to the **Devices** section.
9494
6. Select **Windows 365 Administrator** > **Save changes**.
9595

96-
You can also assign the Windows 365 admin role through the Microsoft 365 Admin Center and Azure Active Directory.
96+
You can also assign the Windows 365 Administrator role through the Microsoft 365 Admin Center and Azure Active Directory.
9797

9898
## Next steps
9999

windows-365/enterprise/role-based-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Role-based access control (RBAC) helps you manage who has access to your organiz
3434

3535
For more information, see [Role-based access control (RBAC) with Microsoft Intune](/mem/intune/fundamentals/role-based-access-control).
3636

37-
## Windows 365 Admin role
37+
## Windows 365 Administrator role
3838

39-
Windows 365 supports the Windows 365 Admin role available for role assignment through the Microsoft Admin Center and Azure Active Directory (Azure AD). With this role, you can manage Windows 365 Cloud PCs for both Enterprise and Business editions. The Windows 365 Admin role can grant more scoped permissions than other Azure AD roles like Global Administrator. For more information, see [Azure AD built-in roles](/azure/active-directory/roles/permissions-reference).
39+
Windows 365 supports the Windows 365 Administrator role available for role assignment through the Microsoft Admin Center and Azure Active Directory (Azure AD). With this role, you can manage Windows 365 Cloud PCs for both Enterprise and Business editions. The Windows 365 Administrator role can grant more scoped permissions than other Azure AD roles like Global Administrator. For more information, see [Azure AD built-in roles](/azure/active-directory/roles/permissions-reference).
4040

4141
## Cloud PC built-in roles
4242

0 commit comments

Comments
 (0)