Microsoft 365 - 如何查看user OneDrive使用的auditor?

近期有收到需求要检查一个user是否有通过OneDrive share文件给external user。

对于这种情况可以通过‎Microsoft Purview compliance portal‎的audit search进行check。具体方法如下:

1. 使用administrator登录‎Microsoft Purview compliance portal‎

2. 在Solutions下访问Audit页面

3. 'New Search' tab中填写具体查询条件,点击Search button

4. 执行完成后,在结果中查看具体操作信息,检查user是否有做过此操作。

感谢阅读。

  • 6
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
undetected-chromedriver是一个Python库,用于在使用Selenium时避免被检测到。这个库可以让你的Selenium自动化脚本更加稳定和可靠。 下面是使用undetected-chromedriver的详细步骤: 1. 安装undetected-chromedriver库: ``` pip install undetected-chromedriver ``` 2. 导入库和Selenium: ```python from undetected_chromedriver.v2 import Chrome, ChromeOptions from selenium import webdriver ``` 3. 创建ChromeOptions对象,并设置参数,比如禁止弹出窗口、禁止加载图片等: ```python options = ChromeOptions() options.add_argument("--disable-notifications") options.add_argument("--disable-infobars") options.add_argument("--mute-audio") options.add_argument("--disable-popup-blocking") options.add_argument("--disable-gpu") options.add_argument("--disable-extensions") options.add_argument("--disable-web-security") options.add_argument("--disable-xss-auditor") options.add_argument("--disable-webgl") options.add_argument("--disable-plugins-discovery") options.add_argument("--disable-blink-features=AutomationControlled") options.add_argument("--disable-features=AutomationControlled") options.add_argument("--disable-features=VizDisplayCompositor") options.add_argument("--mute-audio") options.add_argument("--no-sandbox") options.add_argument("--disable-setuid-sandbox") options.add_argument("--disable-dev-shm-usage") options.add_argument("--disable-accelerated-2d-canvas") options.add_argument("--disable-accelerated-jpeg-decoding") options.add_argument("--disable-accelerated-mjpeg-decode") options.add_argument("--disable-accelerated-video-decode") options.add_argument("--disable-accelerated-video-encode") options.add_argument("--disable-client-side-phishing-detection") options.add_argument("--disable-default-apps") options.add_argument("--disable-extensions-file-access-check") options.add_argument("--disable-features=site-per-process") options.add_argument("--disable-hang-monitor") options.add_argument("--disable-ipc-flooding-protection") options.add_argument("--disable-print-preview") options.add_argument("--disable-prompt-on-repost") options.add_argument("--disable-renderer-backgrounding") options.add_argument("--disable-sync") options.add_argument("--disable-translate") options.add_argument("--disable-voice-input") options.add_argument("--disable-wake-on-wifi") options.add_argument("--enable-automation") options.add_argument("--start-maximized") options.add_argument("--headless") options.add_argument("--no-sandbox") options.add_argument("--ignore-certificate-errors") options.add_argument("--ignore-ssl-errors") ``` 4. 创建Chrome对象,并设置参数: ```python driver = Chrome(options=options) ``` 5. 在代码中使用driver对象进行操作: ```python driver.get("https://www.google.com") print(driver.title) ``` 以上就是使用undetected-chromedriver的详细步骤。当然,具体的参数设置还需要根据实际情况进行调整,不同的网站可能需要不同的配置。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值