<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.de12werken.nl/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.de12werken.nl/feed.php">
        <title>Notes - microsoft:exchange:powershell</title>
        <description></description>
        <link>http://www.de12werken.nl/</link>
        <image rdf:resource="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-05T08:14:20+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:ews&amp;rev=1664550005&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:mobiledevices&amp;rev=1614087465&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:notes&amp;rev=1429113448&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:snippets&amp;rev=1733821638&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Notes</title>
        <link>http://www.de12werken.nl/</link>
        <url>http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:ews&amp;rev=1664550005&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-30T15:00:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ews</title>
        <link>http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:ews&amp;rev=1664550005&amp;do=diff</link>
        <description>Microsoft - Exchange - PowerShell - Exchange Web Services (EWS)

MSDN - Explore the EWS Managed API 2.0 

MSDN - Exchange 2013 - Public folder access with EWS in Exchange 


Glen&#039;s Exchange Dev Blog - Create a folder under the Inbox if one doesn&#039;t existing using Powershell and the EWS Managed API 

MSDN Blogs &gt; EMEA Developer Support for Messaging Team Blog &gt; PowerShell: Create folders in users&#039; mailboxes 


Mike Pfeiffer - PowerShell Script Cmdlets for Managing E-Mail Items using the Exchange W…</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:mobiledevices&amp;rev=1614087465&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-23T13:37:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mobiledevices</title>
        <link>http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:mobiledevices&amp;rev=1614087465&amp;do=diff</link>
        <description>Microsoft - Exchange - PowerShell - Mobile devices

Report of all mobile devices syncing with Exchange

 Tested with Exchange Server 2013 and higher, and Exchange Online. 

Simple overview:


Get-MobileDevice -ResultSize Unlimited | `
Select-Object `
Identity,FriendlyName,DeviceOS, `
DeviceUserAgent,ClientVersion,ClientType `
| Format-Table -AutoSize</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:notes&amp;rev=1429113448&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-04-15T15:57:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes</title>
        <link>http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:notes&amp;rev=1429113448&amp;do=diff</link>
        <description>Microsoft - Exchange - PowerShell - Notes

Enable-Mailbox does not work when mailNickname is populated

Scenario 

A user account has the mailNickname AD property already populated. 

You try to use something similar to the following Enable-Mailbox command to create a mailbox (with or without the -Alias parameter):</description>
    </item>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:snippets&amp;rev=1733821638&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-10T09:07:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>snippets</title>
        <link>http://www.de12werken.nl/doku.php?id=microsoft:exchange:powershell:snippets&amp;rev=1733821638&amp;do=diff</link>
        <description>Microsoft - Exchange Server - PowerShell - Snippets

TechNet - Exchange 2013 cmdlets 

TechNet - Exchange 2010 Cmdlets 

TechNet - Exchange Management Shell for Exchange 2007 cmdlets. 


Michael&#039;s meanderings - Exchange Email Address Template Objects in PowerShell 


Get message size/recipient limits

 Tested on Exchange Server 2007 and 2013. 

For the configured Receive Connectors:


Get-ReceiveConnector | Select-Object Identity,MaxMessageSize,MaxRecipientsPerMessage | Format-Table -AutoSize</description>
    </item>
</rdf:RDF>
