PowerShell

Lync Conference 2013 Sessions–Download using PowerShell

Last week the sessions from Lync Conference 2013 was made available for free to everyone, the sessions are available as mp4 video files and for most sessions, the PowerPoint is also available. As most IT Pros, I wanted to download the sessions for offline viewing and use on my iPad. I wanted to download the sessions as easy as possible and then the work on a PowerShell script started, which could automatically download the sessions …

Read more

Search for mails with Get-MessageTracking using wildcards

image

Here are some updated field notes from a recent message tracking case. This post is also an update of a previous post about MessageTracking I made about a year ago.

Unfortunately the Tracking Log tool in Exchange Management Console (EMC) – does not allow the use of wildcard characters, when trying to search of all mails sent or received from a certain domain. EMC can only handle a specific user or list of users.

However using the Exchange Management Shell and the cmdlet Get-MessageTracking, you are able to use wildcards in your search.

Below I have listed two examples to search for all mails sent from the “msdigest.net” domain and received from the “msdigest.net”.

Read more

New danish PowerShell UserGroup

A new danish PowerShell UserGroup is born on friday, november 16th at 16.30 (CET) in Copenhagen. The agenda is news about PowerShell 3.0 presented by Ed "The Scripting Guy" Wilson and networking opportunities with other danish PowerShell enthusiasts. If interested, read more on their website and register for the event at: http://www.psug.dk/2012/10/er-du-klar-til-forste-mode-i-psug/ There are limited seating for the event!

How to change the Recipient Type of a Mailbox in Exchange or Office 365

If you need to change the purpose of an existing Exchange Mailbox, for instance changing a User Mailbox to a Shared Mailbox or maybe the other way around, changing a Shared Mailbox to a User Mailbox. Could also be changing to a Room or Equipment. This an relative easy task to change. Make sure your running the Exchange Management Shell or are connected Office 365 (see previous post). Change a mailbox to a Shared Mailbox, …

Read more

How to connect to Office 365 with PowerShell

As an Administrator for Office 365, you can use PowerShell to manage a lot of your administrative tasks such as user management and domain management. The following is needed: MS Online Services Assistant needs to be downloaded and installed MS Online Module for PowerShell needs to be  downloaded and installed Connect to Microsoft Online in PowerShell Download MS Online Services Assistant Download the OS version needed: Microsoft Online Services Sign-In Assistant – 32 bit version …

Read more