Gene Laisne's blog

IS&T / AD / Exchange / Scripting / other

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!

Mar

12

Excahnge and activesync and 3rd party devices (Oh my!)

By Gene Laisne

Some good infromation on using Exchange with Outlook and 3rd party devices...

 

Sep

24

Blogs of blogs…

By Gene Laisne

So, remember last time, when I talked about a blog of a blog. Well here is a good one you might be interested in. It's a blog of Microsoft blogs. More of a weekly wrap up of many of the Microsoft blogs. Certainly worth going over once a week to see if there are things that can help you in your projects!

BlogMS - Official Microsoft Team Blogs

This next Microsoft blog is also a wrap-up on a montly scale but for Technet specific things grouped by different areas (Platforms, Internet, System Center, Unfiled, SQL & Security).

Technical RollUp

--Gene

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

Jun

21

Describe PowerShell…

By Gene Laisne

Enjoyed doing the PowerShell presentation today. If anyone has any questions about PowerShell that I can help with, let me know.

On that note, the scripting guys had this post about how to explain PowerShell! (It's like they knew)

Enjoy...

Describe Windows PowerShell to Four Types of Users

Nov

23

“Make your life easy” PowerShell scripts

By Gene Laisne

"Make your life easy" PowerShell scripts

PowerShell

Some advanced PowerShell

Nov

3

Outlook 2011 admin guide from Microsoft

By Gene Laisne

MS documentation can be a little fluffy, and when it comes to their Mac software it can be the equivalent of cotton candy, but here is a little someting on Outlook 2011.