摘要:
$KBID = "KB958488" $KBID1 = "KB976902"clsfunction Remove-Update {$HotFixes = Get-HotFix[int]$count = 0;foreach ($HotFix in $HotFixes) { $count = $count + 1 Write-Host $count / $HotFixes.Count if (($KBID -ne $HotFix.HotfixId) -and ($KBID1 -ne $HotFix.HotfixId)) { "Inside firs 阅读全文
posted @ 2014-02-28 15:57
疯吻IT
阅读(5722)
评论(0)
推荐(0)
摘要:
1. Delete a site collection· Run command : Remove-SPSite –Identity http://ent132.sharepoint.hp.com/teams/monitor/ –GradualDelete –Confirm:$False· In CACentral Administration->Application Management ->Delete a Site collectionChange the site collectionClick ok ,then delete.· In SQ 阅读全文
posted @ 2014-02-28 09:20
疯吻IT
阅读(4644)
评论(0)
推荐(0)

浙公网安备 33010602011771号