码迷,mamicode.com
首页 >  
搜索关键字:usefull powershell script    ( 25417个结果
【O365 PowerShell Script】邮件跟踪报告
#O365有两种邮件跟踪报告:#1.一种为快速报告(导出没有延迟),对应命令为get-messagetrace及get-messagetracedetail#2.第二种为延迟细节报告(一般有1小时延迟,但是会更加细节),对应命令为get-historicalsearch#以下脚本可以使用PowerShell导出比较直观的快速报告,和GUI相似,适合服务器运维定期导出报告使用#O365Therear
分类:系统相关   时间:2020-08-03 18:42:32    阅读次数:91
【Exchange server】Get-MailTrafficTopReport
#在EXO中有Get-MailTrafficTopReport,官网:https://docs.microsoft.com/en-us/powershell/module/exchange/get-mailtraffictopreport?view=exchange-ps这个report可以很直观的查处一定时间内每个邮箱的发送量,但是在本地Exchange服务器中却没有。#以下脚本调用了Excha
分类:其他好文   时间:2020-08-03 18:42:13    阅读次数:97
【O365 PowerShell Script】隔离邮件报告
#O365的隔离报告https://protection.office.com/quarantine可以在365的网址上拿到,但是却无法导出,以下脚本可以将隔离的邮件导出,并使用while循环解决单条命令的1000个数据的限制#O365‘squarantinereporthttps://protection.office.com/quarantinecanbeobtainedonthe36
分类:系统相关   时间:2020-08-03 18:41:58    阅读次数:82
【O365 PowerShell Script】邮箱及OneDrive使用报告
#以下脚本可以导出邮箱及OneDrive目前使用大小#Thebelowpartsneedstobemodified#(需要更改)这里需要根据您的tenant进行更改$adminUPN="tonylin@tonysoft.onmicrosoft.com"#(需要更改)orgName是您onmicrosoft.com域名前面的那个字段,E.g我的是tonysoft.onmicrosoft.com$or
分类:系统相关   时间:2020-08-03 18:41:47    阅读次数:86
【O365 PowerShell Script】安全与合规中心审核日志
#安全与合规中心审核日志,常用于分析用户账号被盗用的情况。可以根据IP地址,账号查询用户AzureAD,ExchangeOnline,Teams,OneDrive,Sharepoint的所有操作日志#Securityandcompliancecenterauditlog,oftenusedtoanalyzethesituationofuseraccounttheft.Youcanqueryallo
分类:系统相关   时间:2020-08-03 18:41:25    阅读次数:79
windows10 部署 netcore 应用程序
1.运行powershell,在运行窗口中输入:powershell。如下图: 2.安装choco,在打开的powershell窗口中输入:Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We ...
分类:Windows程序   时间:2020-08-03 12:16:56    阅读次数:95
JQuery 06 属性
示例 1 : 获取 通过attr()获取一个元素的属性 <script src="https://how2j.cn/study/jquery.min.js"></script> <script> $(function(){ $("#b1").click(function(){ alert("alig ...
分类:Web程序   时间:2020-08-03 09:50:25    阅读次数:213
左右切换css,html
<!DOCTYPE html><html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript" src="js/jquery.min.js" ...
分类:Web程序   时间:2020-08-03 00:51:28    阅读次数:241
同时允许最大任务量
function limitRequest(tasks,n){ return new Promise((resolve,reject) => { let index = 0//当前第几个执行 let start = 0//当前执行几个 let finish = 0//总共执行完几个 let arr ...
分类:其他好文   时间:2020-08-03 00:45:36    阅读次数:84
选择框脚本_添加/删除选项 P434
<!DOCTYPE html> <html> <head> <title>Selectbox Example</title> <script type="text/javascript" src="EventUtil.js"></script> </head> <body> <form method ...
分类:其他好文   时间:2020-08-02 16:17:01    阅读次数:107
25417条   上一页 1 ... 71 72 73 74 75 ... 2542 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!