29 décembre 2011
Windows Server 8: new Task Manager
n the upcoming Windows Server 8 the Task Manager tool is very different from earlier versions. The tool has been completely rewritten with both different counters and a new look. In this blog post we will see how to use the new Task Manager to monitor the most important counters in Windows Server 8.
Every version of the Windows Server operating systems has included the Task Manager real time performance tool. Since at least Windows NT 3.51 the tool has looked and worked very much the same with small differences in each release, but... [Lire la suite]
29 novembre 2011
Top 10 Server 2008 Tasks done with PowerShell – Part 1
Voici un premier article d'une série intéressante....
Introduction
There are lots of server tasks in Windows Server 2008 that can be done much faster with Windows PowerShell than with a GUI. What you’ll find in this article series are ten common server tasks all done on PowerShell.
In this two part mini-series you’ll learn how to:
Change the local administrator password with PowerShell
Restart or shutdown a server with PowerShell
Restart a service with PowerShell
Terminate a process with PowerShell
Create a disk... [Lire la suite]
23 août 2011
Powershell et les tâches planifiées
uite à la lecture et au suivi régulier des mises à jour de l’excellent script de génération de rapports (de Steve Goodman ) exchange disponible sur cette page
http://www.stevieg.org/2011/06/exchange-environment-report/
J’ai voulu la faire tourner en tache planifiée
Il faut que vous lanciez Powershell en collant les informations ci-dessous
%systemroot%\system32\WindowsPowerShell\v1.0\powershell.exe
Le reste est à voir sur le site :
... [Lire la suite]