<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://cfg.krainz-edv.at/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://cfg.krainz-edv.at/feed.php">
        <title>cfg - office365</title>
        <description></description>
        <link>http://cfg.krainz-edv.at/</link>
        <image rdf:resource="http://cfg.krainz-edv.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-07-27T10:31:42+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://cfg.krainz-edv.at/doku.php?id=office365:dkimdmarcspf&amp;rev=1645145516&amp;do=diff"/>
                <rdf:li rdf:resource="http://cfg.krainz-edv.at/doku.php?id=office365:getforwards&amp;rev=1582536480&amp;do=diff"/>
                <rdf:li rdf:resource="http://cfg.krainz-edv.at/doku.php?id=office365:powershellconnect&amp;rev=1637797380&amp;do=diff"/>
                <rdf:li rdf:resource="http://cfg.krainz-edv.at/doku.php?id=office365:publicfolderpermissions&amp;rev=1637797380&amp;do=diff"/>
                <rdf:li rdf:resource="http://cfg.krainz-edv.at/doku.php?id=office365:start&amp;rev=1674078895&amp;do=diff"/>
                <rdf:li rdf:resource="http://cfg.krainz-edv.at/doku.php?id=office365:teams&amp;rev=1674079034&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://cfg.krainz-edv.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>cfg</title>
        <link>http://cfg.krainz-edv.at/</link>
        <url>http://cfg.krainz-edv.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://cfg.krainz-edv.at/doku.php?id=office365:dkimdmarcspf&amp;rev=1645145516&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-18T00:51:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dkimdmarcspf</title>
        <link>http://cfg.krainz-edv.at/doku.php?id=office365:dkimdmarcspf&amp;rev=1645145516&amp;do=diff</link>
        <description>&lt;https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email?view=o365-worldwide&gt;

dkim

&lt;https://protection.office.com/dkimv2&gt;

cname: selector1._domainkey -&gt; selector1-##domain-at##._domainkey.##tenant##.onmicrosoft.com
cname: selector2._domainkey -&gt; selector2-##domain-at##._domainkey.##tenant##.onmicrosoft.com

dmarc

txt: _dmarc -&gt; v=DMARC1; p=reject</description>
    </item>
    <item rdf:about="http://cfg.krainz-edv.at/doku.php?id=office365:getforwards&amp;rev=1582536480&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T09:28:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getforwards</title>
        <link>http://cfg.krainz-edv.at/doku.php?id=office365:getforwards&amp;rev=1582536480&amp;do=diff</link>
        <description>Import-Module MSOnline
$O365Cred = Get-Credential
$O365Session = New-PSSession –ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365Cred -Authentication Basic -AllowRedirection
Import-PSSession $O365Session -AllowClobber
Connect-MsolService –Credential $O365Cred

Get-Mailbox | Where {($_.ForwardingSMTPAddress -ne $null) -or ($_.ForwardingAddress -ne $null)} | Select Name, ForwardingSMTPAddress, ForwardingAddress, DeliverToMailboxAndForward

get-…</description>
    </item>
    <item rdf:about="http://cfg.krainz-edv.at/doku.php?id=office365:powershellconnect&amp;rev=1637797380&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-11-24T23:43:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>powershellconnect</title>
        <link>http://cfg.krainz-edv.at/doku.php?id=office365:powershellconnect&amp;rev=1637797380&amp;do=diff</link>
        <description>&lt;https://gcits.com/knowledge-base/install-azure-active-directory-powershell-module/&gt;

&lt;https://support.office.com/de-de/article/herstellen-einer-verbindung-zwischen-powershell-und-office-365-diensten-06a743bb-ceb6-49a9-a61d-db4ffdf54fa6&gt;

&lt;https://community.spiceworks.com/how_to/28793-managing-office-365-using-powershell&gt;

&lt;https://community.spiceworks.com/how_to/90889-listing-all-office365-mailboxes-with-active-forwards-via-powershell&gt;


Install-Module -Name MSOnline


&lt;https://docs.microsoft.c…</description>
    </item>
    <item rdf:about="http://cfg.krainz-edv.at/doku.php?id=office365:publicfolderpermissions&amp;rev=1637797380&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-11-24T23:43:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>publicfolderpermissions</title>
        <link>http://cfg.krainz-edv.at/doku.php?id=office365:publicfolderpermissions&amp;rev=1637797380&amp;do=diff</link>
        <description>Connect-ExchangeOnline -UserPrincipalName user@domain.onmicrosoft.com

Get-PublicFolder -Identity &quot;\&quot; -Recurse -ResultSize unlimited
Get-PublicFolder -Identity &quot;\&quot; -Recurse -ResultSize unlimited | Remove-PublicFolderClientPermission -User default
Get-PublicFolder -Identity &quot;\&quot; -Recurse -ResultSize unlimited | Add-PublicFolderClientPermission -User default -AcccessRights owner</description>
    </item>
    <item rdf:about="http://cfg.krainz-edv.at/doku.php?id=office365:start&amp;rev=1674078895&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-18T21:54:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>http://cfg.krainz-edv.at/doku.php?id=office365:start&amp;rev=1674078895&amp;do=diff</link>
        <description>Office 365

teams

powershellconnect

getforwards

publicfolderpermissions

dkimdmarcspf

&lt;https://www.frankysweb.de/microsoft-deaktiviert-basic-auth-am-01-10-2022/&gt;</description>
    </item>
    <item rdf:about="http://cfg.krainz-edv.at/doku.php?id=office365:teams&amp;rev=1674079034&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-18T21:57:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>teams</title>
        <link>http://cfg.krainz-edv.at/doku.php?id=office365:teams&amp;rev=1674079034&amp;do=diff</link>
        <description>fix teams addin:

- Close Outlook and Teams

- Uninstall Microsoft Teams and Teams Machine-Wide Installer

- Under %localappdata%\Microsoft delete the folders: SquirrelTemp, Teams, TeamsMeetingAddin and TeamsPresenceAddin

- Download and re-install Microsoft Teams</description>
    </item>
</rdf:RDF>
