Benutzer-Werkzeuge

Webseiten-Werkzeuge


exchange:icmeaex-adresse_in_x500-adresse_aendern
no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


exchange:icmeaex-adresse_in_x500-adresse_aendern [2020/02/11 12:31] (aktuell) – angelegt ronny
Zeile 1: Zeile 1:
 +====== ICMEAEX-Adresse in X500-Adresse umwandeln ======
  
 +<code Powershell>
 +$x = "IMCEAEX-_o=T3E_ou=Exchange+20Administrative+20Group+20+28FYDIBOHF23SPDLT+29_cn=Recipients_cn=eb55adfacf2a42e5b9636ab4dfdc1e23-Sven+20Krappe@erd.loc"
 +$x = $x -replace "IMCEAEX-_", "X500:/"
 +$x = $x -replace "\+20", " " 
 +$x = $x -replace "\+28", "(" 
 +$x = $x -replace "\+29", ")" 
 +$x = $x -replace "_", "/" 
 +$x = $x -replace "\+2E","." 
 +$x = $x -replace '@.*', ""
 +</code>
 +
 +[[https://www.azure365pro.com/convert-imceax-ndr-to-x500-value-with-reference-table/|Quelle]]
 +
 +{{tag>[Powershell Exchange ICMEAEX X500]}}
exchange/icmeaex-adresse_in_x500-adresse_aendern.txt · Zuletzt geändert: 2020/02/11 12:31 von ronny

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki