您的最佳的信息源和新聞 司機, winvista 并且 窗口 在互聯網

2007年8月23日

您當前瀏覽文章從 微軟視窗景色兼容軟件2007年8月23日.

微軟辦公系統窗口安置者問題

http://live.pirillo.com -可憐的大約翰Midland。 在他發射微軟辦公系統應用時候窗口安置者箱子過來。 卸載和再安裝未幫助問題。 幸運地,我有一個非常好想法什麼問題是。   

寫由Lockergnome 2007年8月23日沒有評論.
讀更多文章 軟件.

看見您的計算機是否準備跑景色和辦公室2007年

窗口景色硬件評估是將允許您掃描您的網絡和確定的微軟發布的工具什麼計算機準備跑景色和辦公室2007年。

使用WMI它創造每臺計算機一件詳細的存貨和提供對硬件升級的推薦。

最新的版本可以是 從這裡下載

好的部分是它不要求軟件在計算機是inventoried并且估計代理的部署。

壞部分是它下載并且安裝SQL服務器2005年(明確編輯)。 如此我在採摘您將安裝它的機器會保重。 為什麼? 由於我看見了幾個案件,一種應用使用SQL明確痛打另一app也使用它。

窗口景色硬件評估

它可能存儲信息,并且引起報告為25,000臺計算機。 成功地完整庫存,您將需要地方admin權利,并且確定您使能「遙遠管理」和「在每臺計算機的歸檔和打印機分享」防火牆例外。

將需要大約2到3秒為每個系統(可能是更長或更短依靠…

點擊持續讀「看見您的計算機是否準備跑景色和辦公室2007年」

寫由史蒂夫・ Wiseman 2007年8月23日沒有評論.
讀更多文章 軟件.

ITsVISTA網鏈接: 2007年8月23日

Written by Joe on August 23rd, 2007 with no comments.
Read more articles on Manage and Record and Audio and stuff and News and software.

Windows Vista SP1 Beta Open Next Month?

Microsoft Technet online concierge revealed in a support chat session, that in a month time Vista SP1 Beta will be available for Technet subscribers.

So it seems that the more public beta will start then, might be limited for Technet and MSDN only or as a public CTP. I guess we’ll see in a month.

News Source: bink.nu

Written by Odd-Magne Kristoffersen on August 23rd, 2007 with no comments.
Read more articles on Windows Vista.

Windows Vista SP1 Build 6001.16633 Released

Microsoft have made the latest build of Vista SP1 (6001.16633) available as a standalone update file to testers.

Build: 6.0.6001.16633 (longhorn.070803-1655)
Filename: windows6.0-kb936330-x86.exe
Size: 684MB

Surprisingly, the update file is in the .exe format. Many (including myself) were expecting Microsoft to deliver the update for Vista SP1 in the the new Vista/Server 2008-only .msu format used for current Hotfixes.

News Source: www.winbeta.org

Written by Odd-Magne Kristoffersen on August 23rd, 2007 with 1 comment.
Read more articles on Windows Vista.

Web Site Monitoring with PowerShell

The following example opens a URL every 5 minutes, tests the content, and measures the time it took to download the HTML for the page. Notice that all the HTML is dumped into a big fat string. The string is then searched for specific text that is known to be in the requested page. Note that this script runs forever and can be stopped with a Ctrl-C.

Example PowerShell script:

$webClient = new-object System.Net.WebClient
$webClient.Headers.Add(”user-agent”, “PowerShell Script”)

while (1 -eq 1) {
$output = “”

$startTime = get-date
$output = $webClient.DownloadString(”http://www.sysinternals.com/“)
$endTime = get-date

if ($output -like “*Mark Russinovich*”) {
“Success`t`t” + $startTime.DateTime + “`t`t” + ($endTime - $startTime).TotalSeconds + ” seconds”
} else {
“Fail`t`t” + $startTime.DateTime + “`t`t” + ($endTime - $startTime).TotalSeconds + ” seconds”
}

sleep(300)
}

Don’t have PowerShell? Get it here!

News Source: blogs.technet.com

Written by Odd-Magne Kristoffersen on August 23rd, 2007 with no comments.
Read more articles on PowerShell.

« Older articles

No newer articles