mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merge pull request #2386 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
This commit is contained in:
commit
b850ddbd31
@ -40,7 +40,6 @@ Remove access to the context menus for the task bar | Enabled
|
|||||||
Clear history of recently opened documents on exit | Enabled
|
Clear history of recently opened documents on exit | Enabled
|
||||||
Prevent users from customizing their Start Screen | Enabled
|
Prevent users from customizing their Start Screen | Enabled
|
||||||
Prevent users from uninstalling applications from Start | Enabled
|
Prevent users from uninstalling applications from Start | Enabled
|
||||||
Remove All Programs list from the Start menu | Enabled
|
|
||||||
Remove Run menu from Start Menu | Enabled
|
Remove Run menu from Start Menu | Enabled
|
||||||
Disable showing balloon notifications as toast | Enabled
|
Disable showing balloon notifications as toast | Enabled
|
||||||
Do not allow pinning items in Jump Lists | Enabled
|
Do not allow pinning items in Jump Lists | Enabled
|
||||||
|
@ -79,7 +79,7 @@ Download the onboarding package from Microsoft Defender Security Center:
|
|||||||
|
|
||||||
## Create Ansible YAML files
|
## Create Ansible YAML files
|
||||||
|
|
||||||
Create subtask or role files that contribute to an actual task. First create the `copy_onboarding_pkg.yml` file under the `/etc/ansible/roles` directory:
|
Create subtask or role files that contribute to an actual task. First create the `download_copy_blob.yml` file under the `/etc/ansible/roles` directory:
|
||||||
|
|
||||||
- Copy the onboarding package to all client machines:
|
- Copy the onboarding package to all client machines:
|
||||||
|
|
||||||
@ -158,7 +158,7 @@ Create subtask or role files that contribute to an actual task. First create the
|
|||||||
- name: Add Microsoft APT key
|
- name: Add Microsoft APT key
|
||||||
apt_key:
|
apt_key:
|
||||||
keyserver: https://packages.microsoft.com/
|
keyserver: https://packages.microsoft.com/
|
||||||
id: BC528686B50D79E339D3721CEB3E94ADBE1229C
|
id: BC528686B50D79E339D3721CEB3E94ADBE1229CF
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
|
|
||||||
- name: Add Microsoft yum repository for MDATP
|
- name: Add Microsoft yum repository for MDATP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user