La vostra fonte migliore delle informazioni e delle notizie circa xp, xp e finestre Vista sul Internet

23 agosto 2007

Attualmente state passando in rassegna gli articoli da Software compatibile di MS Windows Vista scritto sopra 23 agosto 2007.

Problema dell'installatore di Windows del Microsoft Office

http://live.pirillo.com - povero Midland grande del John. Ogni volta che lancia un'applicazione del Microsoft Office la scatola dell'installatore di Windows viene in su. Uninstalling e reinstallare non ha aiutato l'edizione. Fortunatamente, ho un'idea molto buona che cosa il problema è.   

Scritto da Lockergnome sopra 23 agosto 2007 con nessun osservazioni.
Legga più articoli sopra software.

Veda se i vostri calcolatori sono aspettano per dirigere Vista e l'ufficio 2007

La valutazione dei fissaggi di Windows Vista è un attrezzo liberato da Microsoft che permetterà che esploriate la vostra rete e determinare che cosa i calcolatori sono aspetti per dirigere Vista e l'ufficio 2007.

Usando WMI genera un inventario dettagliato di ogni calcolatore e fornirà le raccomandazioni per gli aggiornamenti dei fissaggi.

L'ultima versione può essere trasferito di qui

La parte piacevole è che non richiede lo schieramento del software dell'agente sui calcolatori che inventoried e valutati.

La parte difettosa è che trasferisce ed installa l'assistente dal sistema centrale verso i satelliti 2005 (edizione espressa) di SQL. Così prenderei la cura nel selezionamento della macchina che la installerete sopra. Perchè? Poiché ho visto alcuni casi dove un'applicazione che usa i clobbers espressi di SQL un altro app che inoltre sta usandolo.

Valutazione dei fissaggi di Windows Vista

Può memorizzare le informazioni e genera i rapporti per fino a 25.000 calcolatori. Per completare con successo l'inventario, avrete bisogno dei diritti locali di admin e che vi assicurate che permettere “la gestione a distanza„ e “archiviate e stampatore che ripartisce„ le eccezioni della parete refrattaria su ogni calcolatore.

Occorrerà circa 2 - 3 secondi per ogni sistema (potrebbe essere la dipendenza più lunga o più corta…

Scatti per continuare a leggere “vedono se i vostri calcolatori sono aspettano per dirigere Vista e l'ufficio 2007„

Scritto da Steve Wiseman sopra 23 agosto 2007 con nessun osservazioni.
Legga più articoli sopra software.

Collegamenti di fotoricettore di ITsVISTA: 23 agosto 2007

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