<?xml version='1.0' encoding='utf-8' ?>

<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>IT-Security Step-by-step</title>
  <link>https://bga68comp.dreamwidth.org/</link>
  <description>IT-Security Step-by-step - Dreamwidth Studios</description>
  <lastBuildDate>Tue, 15 Oct 2024 19:08:15 GMT</lastBuildDate>
  <generator>LiveJournal / Dreamwidth Studios</generator>
  <lj:journal>bga68comp</lj:journal>
  <lj:journaltype>personal</lj:journaltype>
  <image>
    <url>https://v2.dreamwidth.org/17001278/4003123</url>
    <title>IT-Security Step-by-step</title>
    <link>https://bga68comp.dreamwidth.org/</link>
    <width>100</width>
    <height>60</height>
  </image>

<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/771221.html</guid>
  <pubDate>Tue, 15 Oct 2024 19:08:15 GMT</pubDate>
  <title>Установить GMSA на локальный компьютер</title>
  <link>https://bga68comp.dreamwidth.org/771221.html</link>
  <description>&lt;span style=&quot;font-family: &amp;#39;Calibri light&amp;#39;;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(20,103,178);&quot;&gt;&lt;b&gt;1. Сначала ставим необходимые модули через PowerShell с административными правами&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.1 Cтавим оснастку: &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Install-WindowsFeature -Name RSAT-AD-PowerShell&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;1.2 Установите модуль Azure Directory для Windows PowerShell&lt;br /&gt;Чтобы установить общедоступную версию модуля, выполните следующую команду:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Install-Module AzureAD&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;или&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Install-Module -Name AzureAD&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;1.3 Для политики выполнения сценариев PowerShell должно быть установлено значение &lt;span style=&quot;color: red;&quot;&gt;remote signed&lt;/span&gt; или &lt;span style=&quot;color: red;&quot;&gt;less restrictive&lt;/span&gt;. Используйте &lt;span style=&quot;color: red;&quot;&gt;Get-ExecutionPolicy&lt;/span&gt; для определения текущей политики выполнения.&lt;br /&gt;&lt;br /&gt;Командная строка: Чтобы установить политику выполнения, запустите:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;1.4 Установка Microsoft Graph PowerShell&lt;br /&gt;&lt;br /&gt;The following &lt;b&gt;prerequisites are required&lt;/b&gt; to use the Microsoft Graph PowerShell SDK with Windows PowerShell.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,255,255); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(20,103,178);&quot;&gt; • Upgrade to PowerShell 5.1 or later&lt;br /&gt; • Install .NET Framework 4.7.2 or later - &lt;a href=&quot;https://bga68comp.dreamwidth.org/772294.html&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline dashed; color: rgb(20,103,178);&quot;&gt;Install .NET Framework for developers&lt;/a&gt;&lt;br /&gt; • Update PowerShellGet to the latest version using Install-Module PowerShellGet&lt;/div&gt;&lt;br /&gt;Командная строка:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Install-Module Microsoft.Graph -Scope AllUsers&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;1.5 Проверка установки Microsoft Graph PowerShell&lt;br /&gt;&lt;br /&gt;После завершения установки вы можете проверить установленную версию с помощью следующей команды:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Get-InstalledModule Microsoft.Graph&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;1.6 Чтобы проверить установленные подмодули и их версии, запустите:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Get-InstalledModule&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;Способ 1: Проверка установленных модулей через &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Get-InstalledModule&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;Способ 2: Проверка доступных модулей через &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Get-Module -ListAvailable&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;Этот командлет покажет все доступные модули, которые установлены и могут быть загружены в сеанс PowerShell.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(20,103,178);&quot;&gt;&lt;b&gt;2. Встановлюємо ОЗ&lt;/b&gt;:&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Install-ADServiceAccount -Identity gmsa1&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(20,103,178);&quot;&gt;&lt;b&gt;3. Тестуємо ОЗ&lt;/b&gt;:&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Test-ADServiceAccount gmsa1&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(20,103,178);&quot;&gt;&lt;b&gt;4. Якщо потрібно змінити тих, хто може сервісний ОЗ використовувати&lt;/b&gt;:&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;b&gt;Set-ADServiceAccount -Identity &lt;span style=&quot;color: red;&quot;&gt;gMSA-учётка&lt;/span&gt; -PrincipalsAllowedToRetrieveManagedPassword &lt;span style=&quot;color: red;&quot;&gt;СЕРВЕР$&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Див.також:&lt;br /&gt;&lt;a href=&quot;https://bga68comp.dreamwidth.org/770955.html&quot; target=&quot;_self&quot; style=&quot;text-decoration: underline dashed; color: rgb(20,103,178);&quot;&gt;Как отключить использование GMSA на локальной машине та видалення GMSA&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;/&quot;&gt;&lt;div style=&quot;margin-left: 30px; padding: 1px 30px; border-left: 3px solid rgb(180,23,8); color: rgb(23, 23, 23); background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 14.5pt;&quot;&gt;&lt;/span&gt;🪟 На стартову сторінку &lt;/div&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=771221&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/771221.html</comments>
  <category>service</category>
  <category>cyber</category>
  <category>управление</category>
  <category>информационная безопасность</category>
  <category>account</category>
  <category>groups</category>
  <category>engagement</category>
  <category>gmsa</category>
  <category>assessment</category>
  <category>microsoft</category>
  <category>deployment</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/770955.html</guid>
  <pubDate>Tue, 15 Oct 2024 18:43:46 GMT</pubDate>
  <title>Как отключить использование GMSA на локальной машине</title>
  <link>https://bga68comp.dreamwidth.org/770955.html</link>
  <description>&lt;span style=&quot;font-family: &amp;#39;Calibri light&amp;#39;;&quot;&gt;&lt;br /&gt;Чтобы отключить &lt;strong&gt;GMSA&lt;/strong&gt; (Group Managed Service Account) от конкретного сервера в Windows, можно использовать следующую команду в PowerShell. &lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;strong&gt;Uninstall-ADServiceAccount&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;Этот процесс удаляет использование GMSA на локальной машине.&lt;br /&gt;&lt;br /&gt;Пример команды:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;strong&gt;Uninstall-ADServiceAccount -Identity &amp;lt;GMSA_Account_Name&amp;gt; &lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;Где &lt;b&gt;&amp;lt;GMSA_Account_Name&amp;gt;&lt;/b&gt; &amp;mdash; это имя вашей учётной записи GMSA.&lt;br /&gt;&lt;b&gt;Порядок действий:&lt;/b&gt;&lt;ol style=&quot;margin-left: -15px;&quot;&gt;&lt;li&gt;Откройте PowerShell с правами администратора на сервере, от которого необходимо отключить GMSA.&lt;/li&gt;&lt;li&gt;Выполните команду выше, заменив &lt;b&gt;&amp;lt;GMSA_Account_Name&amp;gt;&lt;/b&gt; на реальное имя вашей GMSA.&lt;/li&gt;&lt;li&gt;После выполнения команды сервер больше не будет использовать указанную GMSA.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;Если потребуется также &lt;span style=&quot;color: red;&quot;&gt;удалить саму учётную запись из &lt;b&gt;Active Directory&lt;/b&gt;&lt;/span&gt;, это можно сделать с помощью команды:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;margin-left: 25px; background-color: rgb(255,201,101); padding-left: 10px; font-size: 0.8em; border-left: 3px solid rgb(187,48,50); padding-top: 5px; padding-bottom: 5px;&quot;&gt;&lt;strong&gt;Remove-ADServiceAccount -Identity &amp;lt;GMSA_Account_Name&amp;gt; &lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;&lt;span&gt;Эта команда удалит GMSA из AD полностью. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Див.також:&lt;br /&gt;&lt;a href=&quot;https://bga68comp.dreamwidth.org/771221.html&quot; target=&quot;_self&quot; style=&quot;text-decoration: underline dashed; color: rgb(20,103,178);&quot;&gt;Установить GMSA на локальный компьютер&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;a href=&quot;/&quot;&gt;&lt;div style=&quot;margin-left: 30px; padding: 1px 30px; border-left: 3px solid rgb(180,23,8); color: rgb(23, 23, 23); background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 14.5pt;&quot;&gt;&lt;/span&gt;🪟 На стартову сторінку &lt;/div&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=770955&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/770955.html</comments>
  <category>assessment</category>
  <category>microsoft</category>
  <category>deployment</category>
  <category>service</category>
  <category>управление</category>
  <category>cyber</category>
  <category>информационная безопасность</category>
  <category>gmsa</category>
  <category>groups</category>
  <category>engagement</category>
  <category>account</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/734833.html</guid>
  <pubDate>Mon, 19 Feb 2024 17:47:02 GMT</pubDate>
  <title>Deployment - About Passwordless authentication</title>
  <link>https://bga68comp.dreamwidth.org/734833.html</link>
  <description>&amp;nbsp;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/Adminportal/Home?Q=Recommender#/modernonboarding/passwordlesssetup&quot;&gt;&lt;img src=&quot;https://onedrive.live.com/embed?resid=85BF76EC9BF441A%211018909&amp;amp;authkey=%21AIEmupZxIUkhIjM&amp;amp;width=2306&amp;amp;height=1471&quot; width=&quot;98%&quot; style=&quot;border-style: solid; border-width: 1px; border-color: rgb(31,103,175);&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp&lt;br /&gt;→ &lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/Adminportal/Home?Q=Recommender#/modernonboarding/passwordlesssetup&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;Якщо в нас є свій тенант чи тестовий, натискуємо і вивчаємо&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=734833&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/734833.html</comments>
  <category>deployment</category>
  <category>azure</category>
  <category>password</category>
  <category>microsoft</category>
  <category>windows</category>
  <category>access</category>
  <category>active directory</category>
  <category>информационная безопасность</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/734636.html</guid>
  <pubDate>Mon, 19 Feb 2024 17:41:05 GMT</pubDate>
  <title>Deployment - Advanced deployment guides &amp; assistance</title>
  <link>https://bga68comp.dreamwidth.org/734636.html</link>
  <description>&amp;nbsp;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/Adminportal/Home#/SetupGuidance&quot;&gt;&lt;img src=&quot;https://onedrive.live.com/embed?resid=85BF76EC9BF441A%211018907&amp;amp;authkey=%21AAHYAKSeO1KTAOk&amp;amp;width=2877&amp;amp;height=1541&quot; width=&quot;98%&quot; style=&quot;border-style: solid; border-width: 1px; border-color: rgb(31,103,175);&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp&lt;br /&gt;→ &lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/Adminportal/Home#/SetupGuidance&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;Якщо в нас є свій тенант чи тестовий, натискуємо і вивчаємо&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=734636&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/734636.html</comments>
  <category>risk</category>
  <category>azure</category>
  <category>setup</category>
  <category>deployment</category>
  <category>microsoft</category>
  <category>insider</category>
  <category>manual</category>
  <category>office</category>
  <category>defender</category>
  <category>guide</category>
  <category>информационная безопасность</category>
  <category>active directory</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/734342.html</guid>
  <pubDate>Mon, 19 Feb 2024 17:35:08 GMT</pubDate>
  <title>Deployment - Microsoft Purview Information Protection‎ set up guide</title>
  <link>https://bga68comp.dreamwidth.org/734342.html</link>
  <description>&amp;nbsp;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/mipsetupguide&quot;&gt;&lt;br /&gt;&lt;img src=&quot;https://onedrive.live.com/embed?resid=85BF76EC9BF441A%211018905&amp;amp;authkey=%21AO5nXafnVeaBIqI&amp;amp;width=2304&amp;amp;height=1473&quot; width=&quot;98%&quot; style=&quot;border-style: solid; border-width: 1px; border-color: rgb(31,103,175);&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp&lt;br /&gt;→ &lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/mipsetupguide&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;Якщо в нас є свій тенант чи тестовий, натискуємо і вивчаємо&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=734342&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/734342.html</comments>
  <category>microsoft</category>
  <category>deployment</category>
  <category>azure</category>
  <category>setup</category>
  <category>risk</category>
  <category>active directory</category>
  <category>информационная безопасность</category>
  <category>guide</category>
  <category>defender</category>
  <category>office</category>
  <category>insider</category>
  <category>manual</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/733959.html</guid>
  <pubDate>Mon, 19 Feb 2024 17:30:02 GMT</pubDate>
  <title>Deployment - Microsoft Purview Communication Compliance‎ and Insider Risk Management setup guide</title>
  <link>https://bga68comp.dreamwidth.org/733959.html</link>
  <description>&amp;nbsp;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/InsiderRiskSolutionsSetupGuide&quot;&gt;&lt;img src=&quot;https://onedrive.live.com/embed?resid=85BF76EC9BF441A%211018903&amp;amp;authkey=%21AAqE70xZ9ll17ew&amp;amp;width=2304&amp;amp;height=1469&quot; width=&quot;98%&quot; style=&quot;border-style: solid; border-width: 1px; border-color: rgb(31,103,175);&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp&lt;br /&gt;→ &lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/InsiderRiskSolutionsSetupGuide&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;Якщо в нас є свій тенант чи тестовий, натискуємо і вивчаємо&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=733959&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/733959.html</comments>
  <category>office</category>
  <category>manual</category>
  <category>insider</category>
  <category>defender</category>
  <category>active directory</category>
  <category>guide</category>
  <category>информационная безопасность</category>
  <category>risk</category>
  <category>deployment</category>
  <category>setup</category>
  <category>azure</category>
  <category>microsoft</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/733756.html</guid>
  <pubDate>Mon, 19 Feb 2024 17:24:05 GMT</pubDate>
  <title>Deployment  - Advanced deployment guides &amp; assistance | Security analyzer</title>
  <link>https://bga68comp.dreamwidth.org/733756.html</link>
  <description>&amp;nbsp;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/securityanalyzer&quot;&gt;&lt;img src=&quot;https://onedrive.live.com/embed?resid=85BF76EC9BF441A%211018901&amp;amp;authkey=%21ADADLrcKSHPPE-I&amp;amp;width=2306&amp;amp;height=1469&quot; width=&quot;98%&quot; style=&quot;border-style: solid; border-width: 1px; border-color: rgb(31,103,175);&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp&lt;br /&gt;→ &lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/securityanalyzer&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;Якщо в нас є свій тенант чи тестовий, натискуємо і вивчаємо&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=733756&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/733756.html</comments>
  <category>azure</category>
  <category>setup</category>
  <category>deployment</category>
  <category>microsoft</category>
  <category>defender</category>
  <category>информационная безопасность</category>
  <category>guide</category>
  <category>active directory</category>
  <category>manual</category>
  <category>office</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/733480.html</guid>
  <pubDate>Mon, 19 Feb 2024 17:19:29 GMT</pubDate>
  <title>Deployment - Microsoft Defender for Endpoint‎ setup guide</title>
  <link>https://bga68comp.dreamwidth.org/733480.html</link>
  <description>&amp;nbsp;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/defenderatpsetup&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;&lt;img src=&quot;https://onedrive.live.com/embed?resid=85BF76EC9BF441A%211018899&amp;amp;authkey=%21AFQ4wwQu_GyT8aU&amp;amp;width=2308&amp;amp;height=1473&quot; width=&quot;98%&quot; style=&quot;border-style: solid; border-width: 1px; border-color: rgb(31,103,175);&quot; /&gt;&lt;br /&gt;&lt;br /&gt;→ Якщо в нас є свій тенант чи тестовий, натискуємо і вивчаємо&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=733480&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/733480.html</comments>
  <category>office</category>
  <category>manual</category>
  <category>guide</category>
  <category>microsoft</category>
  <category>defender</category>
  <category>deployment</category>
  <category>setup</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/733230.html</guid>
  <pubDate>Mon, 19 Feb 2024 17:02:00 GMT</pubDate>
  <title>Deployment - Set up your ‎Microsoft‎ ‎Zero Trust‎ security model</title>
  <link>https://bga68comp.dreamwidth.org/733230.html</link>
  <description>&amp;nbsp;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/zerotrustsetupguide&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;&lt;img src=&quot;https://onedrive.live.com/embed?resid=85BF76EC9BF441A%211018897&amp;amp;authkey=%21AABhCjeC8l5v1vg&amp;amp;width=2306&amp;amp;height=1473&quot; width=&quot;98%&quot; style=&quot;border-style: solid; border-width: 1px; border-color: rgb(31,103,175);&quot; /&gt;&lt;br /&gt;&lt;br /&gt;→ Якщо в нас є свій тенант чи тестовий, натискуємо і вивчаємо&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=733230&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/733230.html</comments>
  <category>manual</category>
  <category>office</category>
  <category>guide</category>
  <category>информационная безопасность</category>
  <category>defender</category>
  <category>microsoft</category>
  <category>setup</category>
  <category>deployment</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/732778.html</guid>
  <pubDate>Mon, 19 Feb 2024 15:59:05 GMT</pubDate>
  <title>Deployment - Microsoft Defender for Office 365‎ setup guide</title>
  <link>https://bga68comp.dreamwidth.org/732778.html</link>
  <description>&amp;nbsp;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://admin.microsoft.com/adminportal/home?Q=productevaluationtrials#/modernonboarding/office365advancedthreatprotectionadvisor&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;&lt;img src=&quot;https://onedrive.live.com/embed?resid=85BF76EC9BF441A%211018895&amp;amp;authkey=%21AL4TTlesEBecmQ0&amp;amp;width=2304&amp;amp;height=1478&quot; width=&quot;98%&quot; style=&quot;border-style: solid; border-width: 1px; border-color: rgb(31,103,175);&quot; /&gt;&lt;br /&gt;&lt;br /&gt;→ Якщо в нас є свій тенант чи тестовий, натискуємо і вивчаємо&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=732778&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/732778.html</comments>
  <category>defender</category>
  <category>deployment</category>
  <category>setup</category>
  <category>microsoft</category>
  <category>guide</category>
  <category>office</category>
  <category>manual</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/731969.html</guid>
  <pubDate>Mon, 12 Feb 2024 16:57:33 GMT</pubDate>
  <title>Підтримувані служби Microsoft Defender XDR</title>
  <link>https://bga68comp.dreamwidth.org/731969.html</link>
  <description>У багатьох інструкціях написано &quot;увімкніть підтримувані служби&quot;.&lt;br /&gt;Це трохи бентежить. Бо як зрозуміти що таке підтримувані служби?&lt;br /&gt;&lt;br /&gt;На прикладі Microsoft Defender XDR це буде так.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Навіщо нам Microsoft Defender XDR?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Microsoft Defender XDR інтегрує різні служби безпеки Microsoft для централізованого виявлення, запобігання та дослідження складних атак.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Вимоги до надання Microsoft Defender XDR&lt;/b&gt;&lt;div style=&quot;margin-left: 20px;&quot;&gt;&lt;br /&gt;•        Ліцензія Microsoft 365 E5, &lt;br /&gt;•        E5 Security, &lt;br /&gt;•        A5 або A5 Security або &lt;br /&gt;•        дійсна комбінація ліцензій.&lt;/div&gt;&lt;br /&gt;&lt;b&gt;Підтримувані служби&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;&lt;table aria-label=&quot;Таблиця 1&quot; class=&quot;table table-sm margin-top-none&quot; style=&quot;box-sizing: inherit; outline-color: inherit; border-collapse: collapse; border-spacing: 0px; table-layout: auto; width: 98%; font-size: 0.875rem; margin-top: 1rem; border: 1px solid var(--theme-table-border-dark); border-style: solid; border-width: 1px; border-color: rgb(167,169,167); color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, SegoeUI, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; margin-block-start: 0px !important;&quot;&gt;&lt;thead style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;th style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5; text-align: left;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Підтримувана служба&lt;/font&gt;&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5; text-align: left;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Опис&lt;/font&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для кінцевої точки&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Набір захисту кінцевих точок, створений на основі потужних датчиків поведінки, хмарної аналітики та аналітики загроз&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для Office 365&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Розширений захист програм і даних у Office 365, включаючи електронну пошту та інші засоби спільної роботи&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для посвідчень&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Захист від розширених загроз, скомпрометованих посвідчень та шкідливих учасників програми попередньої оцінки за допомогою кореляційних сигналів Active Directory&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для хмарних програм&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Виявлення кіберзагроз та боротьба з ними у хмарних службах Майкрософт та сторонніх розробників&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender/deploy-supported-services?view=o365-worldwide#supported-services&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender/deploy-supported-services?view=o365-worldwide#supported-services&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Сценарії обмеженого розгортання. Покращені можливості&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;&lt;table aria-label=&quot;Таблиця 2&quot; class=&quot;table table-sm margin-top-none&quot; style=&quot;box-sizing: inherit; outline-color: inherit; border-collapse: collapse; border-spacing: 0px; table-layout: auto; width: 98%; font-size: 0.875rem; border: 1px solid var(--theme-table-border-dark); border-style: solid; border-width: 1px; border-color: rgb(167,169,167); color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, SegoeUI, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; margin-block-start: 0px !important;&quot;&gt;&lt;thead style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;th style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5; text-align: left;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Сервіс&lt;/font&gt;&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5; text-align: left;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Дані (сигнали &amp;amp; корельована інформація)&lt;/font&gt;&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5; text-align: left;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Виправлення &amp;amp; область відповіді&lt;/font&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для кінцевої точки&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;ul style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; list-style: none;&quot;&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Стану кінцевої точки та необроблені події&lt;/font&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Виявлення кінцевих точок та оповіщення, включаючи антивірусну програму, EDR, скорочення напрямків атак&lt;/font&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Відомості про файли та інші сутності, що спостерігаються в кінцевих точках&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Кінцеві точки&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для Office 365&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;ul style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; list-style: none;&quot;&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Стан пошти та поштової скриньки та необроблені події&lt;/font&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;виявлення Email, вкладень та посилань&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;ul style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; list-style: none;&quot;&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Поштові ящики&lt;/font&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Облікові записи Microsoft 365&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для посвідчень&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;ul style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; list-style: none;&quot;&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Сигнали Active Directory, включаючи події автентифікації&lt;/font&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Виявлення поведінки, пов&apos;язаної із посвідченнями&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Посвідчення&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для хмарних програм&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;ul style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; list-style: none;&quot;&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Виявлення несанкціонованих хмарних додатків та служб (тіньової ІТ)&lt;/font&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Надання даних хмарним додаткам&lt;/font&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: inherit; outline-color: inherit; margin: 0px; padding: 0px; outline-style: initial; outline-width: 0px;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Дії з загрозами, пов&apos;язані з хмарними програмами&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Хмарні програми&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender/deploy-supported-services?view=o365-worldwide#limited-deployment-scenarios&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender/deploy-supported-services?view=o365-worldwide#limited-deployment-scenarios&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Розгортання служб&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;&lt;table aria-label=&quot;Таблиця 3&quot; class=&quot;table table-sm margin-top-none&quot; style=&quot;box-sizing: inherit; outline-color: inherit; border-collapse: collapse; border-spacing: 0px; table-layout: auto; width: 98%; font-size: 0.875rem; margin-top: 1rem; border: 1px solid var(--theme-table-border-dark); border-style: solid; border-width: 1px; border-color: rgb(167,169,167); color: rgb(22, 22, 22); font-family: &amp;quot;Segoe UI&amp;quot;, SegoeUI, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; margin-block-start: 0px !important;&quot;&gt;&lt;thead style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;th style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5; text-align: left;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Сервіс&lt;/font&gt;&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5; text-align: left;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Інструкції з підготовки&lt;/font&gt;&lt;/th&gt;&lt;th style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5; text-align: left;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Початкова конфігурація&lt;/font&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для кінцевої точки&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender-endpoint/deployment-phases?view=o365-worldwide&quot; data-linktype=&quot;relative-path&quot; style=&quot;box-sizing: inherit; outline-color: inherit; cursor: pointer; overflow-wrap: break-word; text-decoration-line: none; background-color: rgba(0, 0, 0, 0); outline-style: initial; outline-width: 0px;&quot;&gt;Посібник із розгортання Microsoft Defender для кінцевої точки&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;em style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;Інструкції з підготовки&lt;/em&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для Office 365&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;em style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;Ні, готується разом із Office 365&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/microsoft-365/security/office-365-security/defender-for-office-365#configure-atp-policies&quot; data-linktype=&quot;absolute-path&quot; style=&quot;box-sizing: inherit; outline-color: inherit; cursor: pointer; overflow-wrap: break-word; text-decoration-line: none; background-color: rgba(0, 0, 0, 0); outline-style: initial; outline-width: 0px;&quot;&gt;Налаштування політик Microsoft Defender для Office 365&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для посвідчень&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/azure-advanced-threat-protection/install-atp-step1&quot; data-linktype=&quot;absolute-path&quot; style=&quot;box-sizing: inherit; outline-color: inherit; cursor: pointer; overflow-wrap: break-word; text-decoration-line: none; background-color: rgba(0, 0, 0, 0); outline-style: initial; outline-width: 0px;&quot;&gt;Короткий посібник. Створення екземпляра Microsoft Defender для посвідчень&lt;/a&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;em style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;Інструкції з підготовки&lt;/em&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;font style=&quot;box-sizing: inherit; outline-color: inherit; vertical-align: inherit;&quot;&gt;Microsoft Defender для хмарних програм&lt;/font&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;em style=&quot;box-sizing: inherit; outline-color: inherit;&quot;&gt;Ні&lt;/em&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: inherit; outline-color: inherit; padding: 0.5rem; overflow-wrap: break-word; border-block-start: 1px solid var(--theme-table-border-dark); vertical-align: top; line-height: 1.5;&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/cloud-app-security/getting-started-with-cloud-app-security&quot; data-linktype=&quot;absolute-path&quot; style=&quot;box-sizing: inherit; outline-color: inherit; cursor: pointer; overflow-wrap: break-word; text-decoration-line: none; background-color: rgba(0, 0, 0, 0); outline-style: initial; outline-width: 0px;&quot;&gt;Короткий посібник. Початок роботи з Microsoft Defender for Cloud Apps&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender/deploy-supported-services?view=o365-worldwide#deploy-the-services&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender/deploy-supported-services?view=o365-worldwide#deploy-the-services&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Джерело:&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender/deploy-supported-services?view=o365-worldwide&quot; style=&quot;color: rgb(25,120,208); text-decoration: underline; font-family: &amp;#39;Segoe UI&amp;#39;, SegoeUI, &amp;#39;Helvetica Neue&amp;#39;, Helvetica, Arial, sans-serif; font-size: 14px; &quot;&gt;https://learn.microsoft.com/ru-ru/microsoft-365/security/defender/deploy-supported-services?view=o365-worldwide&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=731969&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/731969.html</comments>
  <category>инструкція</category>
  <category>service</category>
  <category>защитник windows</category>
  <category>deployment</category>
  <category>defender</category>
  <category>термин</category>
  <category>microsoft</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://bga68comp.dreamwidth.org/727145.html</guid>
  <pubDate>Sat, 16 Dec 2023 18:02:02 GMT</pubDate>
  <title>Приклад розкладу для оновлення компонентів Windows</title>
  <link>https://bga68comp.dreamwidth.org/727145.html</link>
  <description>Приклад розкладу, який застосовує одне оновлення компонентів Windows за календарний рік.&lt;br /&gt;&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/windows/deployment/update/images/annual-calendar.png&quot;&gt;&lt;img src=&quot;https://learn.microsoft.com/ru-ru/windows/deployment/update/images/annual-calendar.png&quot; width=&quot;550&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Цей підхід забезпечує приблизно 12 місяців використання кожного оновлення компонентів до встановлення наступного оновлення шляхом узгодження з оновленням компонентів Windows H2.&lt;br /&gt;&lt;br /&gt;Джерело:&lt;br /&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://learn.microsoft.com/ru-ru/windows/deployment/update/plan-define-strategy&quot; style=&quot;margin-left: 30px; color: rgb(0,103,182); text-decoration: underline;&quot;&gt;Визначення стратегії оновлення за допомогою календаря&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=bga68comp&amp;ditemid=727145&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://bga68comp.dreamwidth.org/727145.html</comments>
  <category>update</category>
  <category>windows</category>
  <category>deployment</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
</channel>
</rss>
