码迷,mamicode.com
首页 >  
搜索关键字:powershell    ( 2274个结果
【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
Gitee同步项目后内容一致MD5不同
参考:关于git中文件内容一致,md5不一致的问题研究 问题:Gitee同步项目后与内容一致MD5不同,而直接Gitee下载zip包与本地文件MD5一致 解析:Gitee对文件做了转换 修改:cmd或者powershell中输入下列命令 # 提交检出均不转换 git config --global ...
分类:其他好文   时间:2020-07-30 14:04:23    阅读次数:80
PowerShell中常用的网络命令: 等效IPConfig、PING 和 NSLookup
PowerShell中常用的网络命令: Get-NetIPConfiguration, Get-NetIPAddress, Get-Connection, Get-NetConnection 和 Resolve-DnsName, 可等效替代 IPConfig、PING 和 NSLookup。 ...
分类:系统相关   时间:2020-07-27 09:19:11    阅读次数:103
Winlogbeat之安装
开始之前:如果还没有安装弹性堆栈,现在就安装。请参见弹性堆栈入门。 从下载页面下载Winlogbeat zip文件。 将内容解压缩到 C:\Program 文件中。 将winlogbeat-<version>目录重命名为winlogbeat。 以管理员身份打开PowerShell提示符(右键单击Po ...
分类:Windows程序   时间:2020-07-26 19:50:10    阅读次数:141
解决 supervisor : 无法加载文件 C:\Users\charles\AppData\Roaming\npm\supervisor.ps1
#在使用vsCode中运行cnpm install时报错。 解决方法 1.在win10 系统中搜索框 输入 Windows PowerShell,选择 管理员身份运行 2、使用,win+R打开了powershell命令行之后,输入set-ExecutionPolicy RemoteSigned,然后 ...
分类:移动开发   时间:2020-07-25 09:13:22    阅读次数:164
PowerShell报错记录
标记“&&”不是此版本中的有效语句分隔符 解决方法:将 && 改为分号 ; ...
分类:系统相关   时间:2020-07-21 01:00:19    阅读次数:93
SharePoint Online: Create Multiple Lists from a CSV File using PowerShell
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
2274条   上一页 1 ... 5 6 7 8 9 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!