mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
M365
M365

DLP NOTE

1)https://www.varonis.com/blog/what-is-data-loss-prevention-dlp/ Q: What is the difference between DLP and “DLP Endpoint?” A: When you hear “DLP Endpoint,” it means that there is an agent running on a computer that is managing some aspects of DLP for that computer. 2)各キーワード概念 The many ways to prevent data leakage in Microsoft 365 https://www.itpromentor.com/dlp-buffet/

2020-01-08 0comments 105hotness 0likes mikebai Read all
M365

github笔记

1) bin以下を無視したいけど、無視したくないファイルも含んでいる、そんなときは次のように書くのが正しいです。 .gitignore bin/* !Resource bin/の後に*を追加しました。あくまでディレクトリを無視したのではなく、ディレクトリ内のファイルを無視しましたので、Resourceの否定が効くようになります。 2) git 拉取(pull)和获取(fetch)的区别 git  pull     从远程拉取最新版本 到本地  自动合并 merge            git pull origin master git  fetch   从远程获取最新版本 到本地   不会自动合并 merge    git fetch  origin master      实际使用中  使用git fetch 更安全   在merge之前可以看清楚 更新情况  再决定是否合并

2019-12-30 0comments 105hotness 0likes mikebai Read all
M365

ADMX-files

1)  Installing GPO ADMX Templates for Google Chrome  http://woshub.com/how-to-configure-google-chrome-via-group-policies/  2)  Deep dive ingesting third-party ADMX-files  https://www.petervanderwoude.nl/post/deep-dive-ingesting-third-party-admx-files/     3)  https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-configuration-service-provider  ADMX files that have been installed by using ConfigOperations/ADMXInstall can later be deleted by using the URI delete operation.  Deleting an ADMX file will delete the ADMX file from disk, remove the metadata from the ADMXdefault registry hive,   and delete all the policies that were set from the file.   The MDM server can also delete all ADMX policies that are tied   to a particular app by calling delete on the URI, ./Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/{AppName}.     4)  Set Chrome Browser policies on managed PCs  https://support.google.com/chrome/a/answer/9102677?hl=en      ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~Startup/ShowHomeButton  check chrome policy     chrome://policy/     ./Device/Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/Chrome/Policy/ChromeADMX  ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome/SitePerProcess  ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~Startup/ShowHomeButton  新しいタブ ページ  Chrome – ADMX – HomepageIsNewTabPage  ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~Startup/HomepageIsNewTabPage  <disabled/>  5) MMAT tool  6) ADMX Backed Policies — Quick(ish) Reference Guide https://medium.com/365uc/admx-backed-policies-quick-ish-reference-guide-69ddb3ee39b2 7) Policy Tree https://gpsearch.azurewebsites.net/  

2019-12-09 0comments 116hotness 0likes mikebai Read all
M365

How to Change Network from Public to Private in Windows 10

https://www.isunshare.com/windows-10/change-network-from-public-to-private-in-windows-10.html

2019-12-06 0comments 113hotness 0likes mikebai Read all
M365

show sharepoint online ribbon

リスト⇒リスト設定⇒詳細設定⇒リストの表示⇒クラシック表示

2019-12-03 0comments 104hotness 0likes mikebai Read all
M365

check intune log

eventvwr.msc Application and Services Logs > Microsoft > Windows > DeviceManagement-Enterprise-Diagnostics-Provider

2019-11-26 0comments 115hotness 0likes mikebai Read all
M365

Deep dive configuring Windows 10 ADMX-backed policies

https://www.petervanderwoude.nl/post/deep-dive-configuring-windows-10-admx-backed-policies/ https://www.petervanderwoude.nl/post/allow-users-to-connect-remotely-to-this-computer-via-windows-10-mdm-admx-style/

2019-11-26 0comments 108hotness 0likes mikebai Read all
M365

Azure Links

1) Azure Portal https://portal.azure.com/ 2) Azure DeviceManagement https://devicemanagement.microsoft.com 3) O365 Admin https://admin.microsoft.com/ 4) GoogleEn https://www.google.com/?hl=en 5) GoogleCn https://www.google.com/?hl=zh 6) GoogleJp https://www.google.co.jp 7)defender ATP https://securitycenter.windows.com/ 8)MCAS Microsoft cloud app security https://XXXXX.portal.cloudappsecurity.com/ 9)exchange admin https://outlook.office365.com/ecp/ 10)businessstore https://businessstore.microsoft.com/ja-jp/store?signin= https://www.windows-noob.com/forums/topic/15670-how-can-i-integrate-microsoft-store-for-business-with-intune-in-azure/ 11)AIP ADD Label  https://docs.microsoft.com/en-us/azure/information-protection/quickstart-label-specificusers 12)Microsoft 365 コンプライアンス https://compliance.microsoft.com/homepage 13)How to modify the reports and create custom queries Central reporting for Azure Information Protection https://docs.microsoft.com/en-us/azure/information-protection/reports-aip 14)the difference between Data Loss Prevention (DLP), Azure Information Protection, Information Rights Permission (IMP), and Azure Rights Management (Azure RMS)  https://social.technet.microsoft.com/Forums/en-US/2410f357-8c85-4253-b526-f8d78aa2f680/need-help-understanding-the-difference-between-data-loss-prevention-dlp-azure-information?forum=onlineservicessharepoint Data Loss Prevention (DLP) can be used to create Policies that identify sensitive information, like Social Security Numbers, credit card numbers, etc, included in documents stored in SharePoint online or sent as text in Exchange.  The Policies can also be setup to notify the user that the content is there and potentially block access to the file or decline to send the email. Azure Information Protection (AIP) can be used to create Tags that are embedded into documents specifying the sensitivity of the information in the document.  Tags can be applied manually or automatically.  Embedded Tags can then be queried by other systems to control how documents are retained, stored, or shared.

2019-11-25 0comments 112hotness 0likes mikebai Read all
M365

intune note1

1) Use PowerShell scripts on Windows 10 devices in Intune https://docs.microsoft.com/en-us/intune/apps/intune-management-extension 2) System Center 2012 R2 Configuration Manager Toolkit https://www.microsoft.com/en-us/download/details.aspx?id=50012 3) intune logs  C:\ProgramData\Microsoft\IntuneManagementExtension\Logs tool -> CMTrace System Center 2012 R2 Configuration Manager Toolkit https://www.microsoft.com/en-us/download/details.aspx?id=50012 4) change auth tel no azureportal -> ad user management -> 認証方法 ->  「他の認証の連絡先情報を管理します アクセス パネル プロファイル」-> 追加のセキュリティ確認 5) Excel「データを貼り付けできません。」の原因5つと解決策【最新版】 https://it-purasu.info/excel/data_haritukedekimasen.html 原因④:オブジェクトの表示設定 Excelでは、オブジェクトの「表示/非表示」の設定が可能。 しかも、それが「Ctrl」 + 「6」でも出来てしまうため、誤って「非表示」にしてしまう方も多いです。 まず[挿入] タブを開き、以下のとおりグレーアウトしていることを確認して下さい。 6)WIX NOTE https://wix-tutorial-ja.github.io/ch04/01-checking-for-oldies.html 7) Use Intune Policy CSP manage Windows 10 settings – Internet Explorer Site to Zone Assignment List http://thesccm.com/use-intune-policy-csp-manage-windows-10-settings-internet-explorer-site-to-zone-assignment-list/ 8) When looking to the Local Group Policy Editor the settings can be found in the following locations:   OS settings: Computer Configuration/Administrative Templates   Application settings: User Configuration/Administrative Templates With this functionality, you can use the shipped ADMX policy files  located at %SystemRoot%\policydefinitions or you can ingest ADMX files through the Policy CSP.  https://www.vroege.biz/?p=3124 9) Policy CSP  -> The Policy configuration service provider https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-configuration-service-provider Policy scope is the level at which a policy can be configured. Some policies can only be configured at the device level, meaning the policy will take effect independent of who is logged into the device. Other policies can be configured at the user level, meaning the policy will only take effect for that user. The allowed scope of a specific policy is represented below its table of supported Windows editions. To configure a policy under a specific scope (user vs. device), please use the following paths: User scope: ./User/Vendor/MSFT/Policy/Config/AreaName/PolicyName to configure the policy. ./User/Vendor/MSFT/Policy/Result/AreaName/PolicyName to get the result. Device scope: ./Device/Vendor/MSFT/Policy/Config/AreaName/PolicyName to configure the policy. ./Device/Vendor/MSFT/Policy/Result/AreaName/PolicyName to get the result.…

2019-11-06 0comments 120hotness 0likes mikebai Read all
M365

资源池 'default' 没有足够的系统内存来运行此查询

打开数据库看了相关视图,发现查询确实很慢,运行多次之后出现 资源池 'default' 没有足够的系统内存来运行此查询 1 嗯…这句话的意思就是供查询用的资源池内存不足咯,Google了一下,发现解决方法很简单。  直接上图好了。 SQLServer提供了2种资源池内存的分配方式,“配置值”跟“运行值”。配置值就是按照配置的值分配内存,运行值就是根据运行时需要的内存大小来分配。 所以解决方法就是,要么调整配置值(调大一些),要么直接选择运行值。 ---------------------  作者:lyzcren  来源:CSDN  原文:https://blog.csdn.net/u012843100/article/details/77769318  版权声明:本文为博主原创文章,转载请附上博文链接!

2019-07-21 0comments 117hotness 0likes mikebai Read all
1…7891011

Recent Posts

  • c# winform适配高dpi
  • com.microsoft.sqlserver.jdbc.SQLServerException “trustServerCertificate”属性设置为“false”,但驱动程序无法使用安全套接字层 (SSL) 加密与 SQL Server建立安全连接
  • java -cp 用法介绍
  • HTML 容器元素
  • MVC的cshtml的介绍

Recent Comments

No comments to show.

COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang