From 172b690048b47d12cd86311a0a3c11643e846c6c Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Thu, 12 Dec 2019 14:03:39 -0800 Subject: [PATCH 1/8] Sign out, updates for HL2 and button position Updating language to HL2, since HL1 doesn't have the ability to tap a user and sign out (UI doesn't exist) as well as the button is in the middle not top right. @scooley --- devices/hololens/hololens-multiple-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-multiple-users.md b/devices/hololens/hololens-multiple-users.md index d9d6704c78..4bd8b317ef 100644 --- a/devices/hololens/hololens-multiple-users.md +++ b/devices/hololens/hololens-multiple-users.md @@ -37,7 +37,7 @@ To use HoloLens, each user follows these steps: 1. If another user has been using the device, do one of the following: - Press the power button once to go to standby, and then press the power button again to return to the lock screen - - Select the user tile on the upper right of the Pins panel to sign out the current user. + - HoloLens 2 users may select the user tile on the top of the Pins panel to sign out the current user. 1. Use your Azure AD account credentials to sign in to the device. If this is the first time that you have used the device, you have to [calibrate](hololens-calibration.md) HoloLens to your own eyes. From c7863c8f1f9da5bab6d16f1c4f71a537fb9dde77 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 12 Dec 2019 15:37:09 -0800 Subject: [PATCH 2/8] deprecate powerbi reports --- windows/security/threat-protection/TOC.md | 2 +- .../microsoft-defender-atp/powerbi-reports.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/windows/security/threat-protection/TOC.md b/windows/security/threat-protection/TOC.md index d46434c430..1df34b54fd 100644 --- a/windows/security/threat-protection/TOC.md +++ b/windows/security/threat-protection/TOC.md @@ -459,7 +459,7 @@ ##### [Troubleshoot SIEM tool integration issues](microsoft-defender-atp/troubleshoot-siem.md) #### [Reporting]() -##### [Create and build Power BI reports using Microsoft Defender ATP data](microsoft-defender-atp/powerbi-reports.md) +##### [Create and build Power BI reports using Microsoft Defender ATP data (deprecated)](microsoft-defender-atp/powerbi-reports.md) ##### [Threat protection reports](microsoft-defender-atp/threat-protection-reports.md) ##### [Machine health and compliance reports](microsoft-defender-atp/machine-reports.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md index f741fe966c..2af159a95b 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md +++ b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md @@ -18,17 +18,16 @@ ms.topic: article --- -# Create and build Power BI reports using Microsoft Defender ATP data +# Create and build Power BI reports using Microsoft Defender ATP data (Deprecated) **Applies to:** - [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559) -[!include[Prerelease information](../../includes/prerelease.md)] +>[!WARNING] +>This connector is being deprecated, learn how to [Create Power-BI reports using Microsoft Defender ATP APIs](api-power-bi.md). -> [!TIP] -> Go to **Advanced features** in the **Settings** page to turn on the preview features. -> + > Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-powerbireports-abovefoldlink) Understand the security status of your organization, including the status of machines, alerts, and investigations using the Microsoft Defender ATP reporting feature that integrates with Power BI. From 6f36dc0da273d682b86fcb77303cb264fb3bbeef Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Thu, 12 Dec 2019 15:42:49 -0800 Subject: [PATCH 3/8] Adding Device Portal to how to find files Device Portal wasn't listed at all here on how to find files. Since it is sometimes needed for things such as MDM file logs on HL1 that can ONLY be seen through device portal it should be listed somewhere. @scooley -- Can you check the formatting on this one? I'm not 100% sure it's right. Thanks! --- devices/hololens/hololens-find-and-save-files.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/devices/hololens/hololens-find-and-save-files.md b/devices/hololens/hololens-find-and-save-files.md index 098b387e5b..12ea693cd6 100644 --- a/devices/hololens/hololens-find-and-save-files.md +++ b/devices/hololens/hololens-find-and-save-files.md @@ -42,6 +42,22 @@ To see your HoloLens files in File Explorer on your PC: >[!TIP] >To see info about your HoloLens, right-click the device name in File Explorer on your PC, then select **Properties**. +## View HoloLens files on Windows Device Portal + +>[!NOTE] +>To use Device Portal you must enable [Developer Mode](https://docs.microsoft.com/en-us/windows/mixed-reality/using-the-windows-device-portal#setting-up-hololens-to-use-windows-device-portal). + +1. Enable Developer Mode and Device Portal on your HoloLens. (See note above if not enabled.) + +1. Navigate to the Device Portal page on your PC. + a. To connect to a HoloLens connected to your PC type in 127.0.0.1:10080/ in your browser. + b. To connect to a HoloLens wirelessly instead navigate to your IP address. + +>[!TIP] +>You may need to install a certificate, OR you may see more details and navigate to the website anyways. (Path per web broswer will differ.) + +1. Once succesfully connected, on the left side of the windw you can navigate to the [File Explorer](https://docs.microsoft.com/en-us/windows/mixed-reality/using-the-windows-device-portal#file-explorer) workspace. + ## Sync to the cloud To sync photos and other files from your HoloLens to the cloud, install and set up OneDrive on HoloLens. To get OneDrive, search for it in the Microsoft Store on your HoloLens. From bf19db46a12754719c4713c3cf97f9bc0d703213 Mon Sep 17 00:00:00 2001 From: isbrahm <43386070+isbrahm@users.noreply.github.com> Date: Thu, 12 Dec 2019 15:52:50 -0800 Subject: [PATCH 4/8] Add video link to LOB Win32 Apps on S mode --- .../windows-defender-application-control/LOB-win32-apps-on-s.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/security/threat-protection/windows-defender-application-control/LOB-win32-apps-on-s.md b/windows/security/threat-protection/windows-defender-application-control/LOB-win32-apps-on-s.md index 2d37313936..a5cb3552c8 100644 --- a/windows/security/threat-protection/windows-defender-application-control/LOB-win32-apps-on-s.md +++ b/windows/security/threat-protection/windows-defender-application-control/LOB-win32-apps-on-s.md @@ -27,6 +27,8 @@ Beginning with the Windows 10 November 2019 update (build 18363), Microsoft Intu With Intune, IT Pros can now configure their managed S mode devices using a Windows Defender Application Control (WDAC) supplemental policy that expands the S mode base policy to authorize the apps their business uses. This feature changes the S mode security posture from “every app is Microsoft-verified" to “every app is verified by Microsoft or your organization”. +> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4mlcp] + ## Policy Authorization Process ![Policy Authorization](images/wdac-intune-policy-authorization.png) The general steps for expanding the S mode base policy on your devices are to generate a supplemental policy, sign that policy, and then upload the signed policy to Intune and assign it to user or device groups. From dafb254f530ce94b319906e5eaddaf54b59e52bb Mon Sep 17 00:00:00 2001 From: isbrahm <43386070+isbrahm@users.noreply.github.com> Date: Thu, 12 Dec 2019 15:56:44 -0800 Subject: [PATCH 5/8] Add description of video --- .../windows-defender-application-control/LOB-win32-apps-on-s.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/security/threat-protection/windows-defender-application-control/LOB-win32-apps-on-s.md b/windows/security/threat-protection/windows-defender-application-control/LOB-win32-apps-on-s.md index a5cb3552c8..4095a6a122 100644 --- a/windows/security/threat-protection/windows-defender-application-control/LOB-win32-apps-on-s.md +++ b/windows/security/threat-protection/windows-defender-application-control/LOB-win32-apps-on-s.md @@ -27,6 +27,7 @@ Beginning with the Windows 10 November 2019 update (build 18363), Microsoft Intu With Intune, IT Pros can now configure their managed S mode devices using a Windows Defender Application Control (WDAC) supplemental policy that expands the S mode base policy to authorize the apps their business uses. This feature changes the S mode security posture from “every app is Microsoft-verified" to “every app is verified by Microsoft or your organization”. +Refer to the below video for an overview and brief demo. > [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4mlcp] ## Policy Authorization Process From a9e9581855408b5d617d1894581cefda062849b1 Mon Sep 17 00:00:00 2001 From: Sarah Cooley Date: Thu, 12 Dec 2019 16:07:00 -0800 Subject: [PATCH 6/8] Formatting fix --- devices/hololens/hololens-find-and-save-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/hololens/hololens-find-and-save-files.md b/devices/hololens/hololens-find-and-save-files.md index 12ea693cd6..b14e3b7f60 100644 --- a/devices/hololens/hololens-find-and-save-files.md +++ b/devices/hololens/hololens-find-and-save-files.md @@ -50,8 +50,8 @@ To see your HoloLens files in File Explorer on your PC: 1. Enable Developer Mode and Device Portal on your HoloLens. (See note above if not enabled.) 1. Navigate to the Device Portal page on your PC. - a. To connect to a HoloLens connected to your PC type in 127.0.0.1:10080/ in your browser. - b. To connect to a HoloLens wirelessly instead navigate to your IP address. + 1. To connect to a HoloLens connected to your PC type in 127.0.0.1:10080/ in your browser. + 1. To connect to a HoloLens wirelessly instead navigate to your IP address. >[!TIP] >You may need to install a certificate, OR you may see more details and navigate to the website anyways. (Path per web broswer will differ.) From da4730eea51b79c7b697bbeca88c892ccadc92d6 Mon Sep 17 00:00:00 2001 From: Sarah Cooley Date: Thu, 12 Dec 2019 16:08:02 -0800 Subject: [PATCH 7/8] removed en-us from URLs --- devices/hololens/hololens-find-and-save-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/hololens/hololens-find-and-save-files.md b/devices/hololens/hololens-find-and-save-files.md index b14e3b7f60..19f153d785 100644 --- a/devices/hololens/hololens-find-and-save-files.md +++ b/devices/hololens/hololens-find-and-save-files.md @@ -45,7 +45,7 @@ To see your HoloLens files in File Explorer on your PC: ## View HoloLens files on Windows Device Portal >[!NOTE] ->To use Device Portal you must enable [Developer Mode](https://docs.microsoft.com/en-us/windows/mixed-reality/using-the-windows-device-portal#setting-up-hololens-to-use-windows-device-portal). +>To use Device Portal you must enable [Developer Mode](https://docs.microsoft.com/windows/mixed-reality/using-the-windows-device-portal#setting-up-hololens-to-use-windows-device-portal). 1. Enable Developer Mode and Device Portal on your HoloLens. (See note above if not enabled.) @@ -56,7 +56,7 @@ To see your HoloLens files in File Explorer on your PC: >[!TIP] >You may need to install a certificate, OR you may see more details and navigate to the website anyways. (Path per web broswer will differ.) -1. Once succesfully connected, on the left side of the windw you can navigate to the [File Explorer](https://docs.microsoft.com/en-us/windows/mixed-reality/using-the-windows-device-portal#file-explorer) workspace. +1. Once succesfully connected, on the left side of the windw you can navigate to the [File Explorer](https://docs.microsoft.com/windows/mixed-reality/using-the-windows-device-portal#file-explorer) workspace. ## Sync to the cloud From 106808340968085dffc227bfd02ba0cffee8865a Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 13 Dec 2019 09:41:12 -0800 Subject: [PATCH 8/8] Add titleSuffix for threat protection --- windows/security/docfx.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/security/docfx.json b/windows/security/docfx.json index eaf36a4d9d..d1b2905bad 100644 --- a/windows/security/docfx.json +++ b/windows/security/docfx.json @@ -48,7 +48,11 @@ }, "titleSuffix": "Microsoft 365 Security" }, - "fileMetadata": {}, + "fileMetadata": { + "titleSuffix":{ + "threat-protection/**/*.md": "Windows security" + } + }, "template": [], "dest": "security", "markdownEngineName": "markdig"