######################################################### # # Name: InstallWindowsUpdates.ps1 # Author: Tony Murray # Version: 1.0 # Date: 16/11/2010 # Comment: PowerShell script to install # Windows Update files # ###################################…
I have created an alert in Performance Monitor (Windows Server 2008 R2) that should be triggered whenever \Processor(_Total)\% Processor Time is Above 10 (a small value just to guarantee that the condition for sending the alert is always met). You ca…
一年前的今天,微软在其Windows PowerShell官方博客声明中止 ‘Script Explorer’ 应用程序的开发. 一年后的今天,微软为其Script Explorer注入了新的生命.一款叫Script Browser for Windows PowerShell ISE的应用正式在Windows PowerShell官方博客上正式发布. 通过Script Browser, IT 人员可以尝试学习Windows PowerShell技术去自动化控制IT 产品如Windows Ser…
微软 PowerShell Script Explorer 满血复活,正式发布 一年前的今天,微软在其Windows PowerShell官方博客声明中止 ‘Script Explorer’ 应用程序的开发. 一年后的今天,微软为其Script Explorer注入了新的生命.一款叫Script Browser for Windows PowerShell ISE的应用正式在Windows PowerShell官方博客上正式发布. 通过Script Browser, IT 人员可以尝试学习Win…
In this post I will introduce a way how to run a script for backing up SharePoint data which could be scheduled to run automatically. Step 1:Create a PowerShell Script for Backing up a site collection param([string] $site,[string] $dir,[string] $type…
本文转自:http://kb4you.wordpress.com/2012/06/28/install-windows-server-2012-in-vmware-workstation-2/ This procedure describes how to install Windows Server 2012 in VMware Workstation. The following versions are used: VMware Workstation Technology Preview…
Powershell script to get site Title, Site Owner, Site user count and usage Add-PSSnapin microsoft.sharepoint.powershell -ErrorAction SilentlyContinue $wburl = Read-Host "Enter Web application URL " $webApp = Get-SPWebApplication $wburl $outputPa…
Download ISO file for Windows 2016 (180 days free).  https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016 Create virtual driver on VirtualBox Figure 6.9. Virtual Machine Storage Settings In the Storage Tree section, select Empty be…
作者:陈计节 个人博客:https://blog.jijiechen.com/post/powershell-remoting/ 在 Linux/Unix 世界里 SSH 是个好东西,SSH 是 Secure Shell 的缩写,用它可以很容易连接到指定的服务器,并执行特定命令行.除了支持远程终端,作为一种安全的通信协议,还为很多其他工具的提供安全通信功能(比如 Git). 在本文里,SSH 主要指代的是基于 SSH 通信协议构建的安全终端连接.SSH 远程连接用起来非常简单,下面就是一个 ss…
Download gigabyte windows usb installation tool http://www.gigabyte.cn/WebPage/-79/usb.html get Windows 7 SP1 DVD Windows 7 DVD does not support Skylake insert Windows 7 SP1 in DVD-ROM select Windows 7 SP1 DVD and USB flash drive and USB Flash Driver…