#O365的隔离报告https://protection.office.com/quarantine可以在365的网址上拿到,但是却无法导出,以下脚本可以将隔离的邮件导出,并使用while循环解决单条命令的1000个数据的限制#O365‘squarantinereporthttps://protection.office.com/quarantinecanbeobtainedonthe36
分类:
系统相关 时间:
2020-08-03 18:41:58
阅读次数:
82
#以下脚本可以导出邮箱及OneDrive目前使用大小#Thebelowpartsneedstobemodified#(需要更改)这里需要根据您的tenant进行更改$adminUPN="tonylin@tonysoft.onmicrosoft.com"#(需要更改)orgName是您onmicrosoft.com域名前面的那个字段,E.g我的是tonysoft.onmicrosoft.com$or
分类:
系统相关 时间:
2020-08-03 18:41:47
阅读次数:
86
#安全与合规中心审核日志,常用于分析用户账号被盗用的情况。可以根据IP地址,账号查询用户AzureAD,ExchangeOnline,Teams,OneDrive,Sharepoint的所有操作日志#Securityandcompliancecenterauditlog,oftenusedtoanalyzethesituationofuseraccounttheft.Youcanqueryallo
分类:
系统相关 时间:
2020-08-03 18:41:25
阅读次数:
79
1.运行powershell,在运行窗口中输入:powershell。如下图: 2.安装choco,在打开的powershell窗口中输入:Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We ...
参考:关于git中文件内容一致,md5不一致的问题研究 问题:Gitee同步项目后与内容一致MD5不同,而直接Gitee下载zip包与本地文件MD5一致 解析:Gitee对文件做了转换 修改:cmd或者powershell中输入下列命令 # 提交检出均不转换 git config --global ...
分类:
其他好文 时间:
2020-07-30 14:04:23
阅读次数:
80
PowerShell中常用的网络命令: Get-NetIPConfiguration, Get-NetIPAddress, Get-Connection, Get-NetConnection 和 Resolve-DnsName, 可等效替代 IPConfig、PING 和 NSLookup。 ...
分类:
系统相关 时间:
2020-07-27 09:19:11
阅读次数:
103
开始之前:如果还没有安装弹性堆栈,现在就安装。请参见弹性堆栈入门。 从下载页面下载Winlogbeat zip文件。 将内容解压缩到 C:\Program 文件中。 将winlogbeat-<version>目录重命名为winlogbeat。 以管理员身份打开PowerShell提示符(右键单击Po ...
#在使用vsCode中运行cnpm install时报错。 解决方法 1.在win10 系统中搜索框 输入 Windows PowerShell,选择 管理员身份运行 2、使用,win+R打开了powershell命令行之后,输入set-ExecutionPolicy RemoteSigned,然后 ...
分类:
移动开发 时间:
2020-07-25 09:13:22
阅读次数:
164
标记“&&”不是此版本中的有效语句分隔符 解决方法:将 && 改为分号 ; ...
分类:
系统相关 时间:
2020-07-21 01:00:19
阅读次数:
93
How to Create Multiple lists from CSV File? We can use the combination of CSV and PowerShell to create multiple lists in bulk in SharePoint Online. He ...
分类:
系统相关 时间:
2020-07-17 14:13:50
阅读次数:
83