Don't forget SMO, Exchange and the other PowerShell enabled apps
--
Richard Siddaway
Please note that all scripts are supplied "as is" and with no warranty
Blog:
http://richardsiddaway.spaces.live.com/
PowerShell User Group:
http://www.get-psuguk.org.uk
"pooradmin" wrote:
Quote:
> On Sep 29, 1:04 pm, "Brandon Shell" <tshell.m...@xxxxxx> wrote: Quote:
> > For Processeshttp://blogs.msdn.com/powershell/archive/2007/01/16/managing-processe...
> >
> > I would also show them WMI Explorer... that is super coolhttp://thepowershellguy.com/blogs/posh/archive/2007/03/22/powershell-...
> >
> > I used .NET and WMI for my Backup-EventLog if you want to show the
> > difference between .NET and WMIhttp://bsonposh.com/modules/wordpress/?p=41
> >
> > Also... a common request is get installed apps
> > Get-InstalledApps fromhttp://bsonposh.com/modules/wordpress/?page_id=22
> > would be cool (bottom)
> >
> > "Marco Shaw" <marco.shaw@_NO_SPAM_gmail.com> wrote in message
> >
> > news:up0mJ%23qAIHA.5980@xxxxxx
> >
> >
> > Quote:
> > > I'm going to be putting on a PSH demo for a local .NET user group (and
> > > maybe university students). As far as remote administration with PSH,
> > > I want to show some code for some cool examples to get their
> > > attention.
> > Quote:
> > > Obviously, the examples will be WMI (get-wmiobject) and ADSI based
> > > (I'll likely use the Quest AD cmdlets). Anyone have any other
> > > interesting examples/suggestions?
> > Quote:
> > > I could use some .NET remoting to perhaps start a remote process for
> > > example. Also to view a remote event log...
> > Quote:
> > > Examples with WMI: get remote cpu usage, get remote patches installed, get
> > > a listing of the usage of RAM (list slots and ones used/not used), etc.
> > Quote:
> > > Anyone have some cool ideas/things I can demo?
> >> >> >> >
> > - Show quoted text - >
> Working in a higher ed evnoirnment the ability to (usually) find the
> servicetag/serial number, manufacturer, and model of computer has help
> me out quite a bit when troublshooting pc's remotely since we usually
> have a set number of models on campus.
>
> computersystemproduct, computersystem classes in wmi
>
> just a thought.
>
> -J
> www.pooradmin.com
>
>