Archive

You are currently browsing the archives for the Uncategorized category.

Jul

11

Get your last 50 error messges in PowerShell

By Gene Laisne

(0..49) |% { $($error[$_].Exception.InnerException) }

 

Jun

20

blogs down

By Gene Laisne

Blogs.Bu.edu is down!

Sep

18

Searching Exchange mailbox

By Gene Laisne

Hello,

Found this great blog post from Microsoft about searching Exchange mailboxes and how to make it easier. It goes over the many different ways you can seach and how to make your searches better using commands. The root blog is more of a blog of blogs (Making this post a blog of a blog of a blog--Helpful right?). I HIGLY recomend reading #3 ""Zoo Closed, Cobra Missing": Did they try Outlook Instant Search?" which includes a link here to Outlook search commands.

--Gene

Jul

9

By Gene Laisne

This week in PowerShell...

Jun

26

By Gene Laisne

PowerShell articles

Filter Using Parameters Instead of Where-Object When Possible
Build a Query to Search the Windows Index from PowerShell