摘要:
User identity in AD DS is based on a user account. For successful authentication, the user provides the account name and proof of knowledge of the pas 阅读全文
摘要:
1. 首先是输入网址 以 www.facebook.com 为例 2. 浏览器查找域名对应 IP 2. 1 DNS 查找过程: 浏览器缓存——浏览器会记录 DNS 一段时间(2-30 分钟不等,视浏览器而定) 系统缓存——浏览器里没找到 DNS 缓存,此事浏览器做一个系统调用(window 下是 g 阅读全文
摘要:
1. 判断一个对象是不是空可以用 $null来比较2. 判断一个字符串是不是空的:[string]::IsNullOrEmpty(...)3. 在powershell中把结果输出为一个CSV格式的文本文件的方法, 好处自己想# Get the current script execution pat... 阅读全文
摘要:
Powershell ISE在默认状态下有一个不好的地方就是不会显示关于SharePoint的一些智能提示,例如你写一个"get-"后面提示的选项里没有sp开头的一些对象。于是找了一下解决方案。首先打开Powershell ISE, 把下面的代码拷贝到ISE中 1 if (!(test-path $... 阅读全文
摘要:
When you query a SharePoint calendar your results will contain:All non-recurring eventsThe first event of a recurring event seriesAnd won’t contain:Al... 阅读全文