Skip to content

Commit 46c7266

Browse files
authored
Merge pull request #8019 from JustPies/preserve-7-15
[bulk] Validation: Fixed preserve-view-not-set
2 parents a81f9b7 + 7d983db commit 46c7266

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)