Veröffentlicht in Exchange, Powershell

Hidden from Addresslist

Get-mailbox | where-object {$_.HiddenFromAddressListsEnabled -ilike „True“} | select Alias, Hidden* | export-csv C:\Users1.csv

Import-CSV „C:\Users1.csv“ | ForEach {set-mailbox $_.Alias -HiddenFromAddressListsEnabled $False}

Import-CSV „C:\Users1.csv“ | ForEach {set-mailbox $_.Alias -HiddenFromAddressListsEnabled $True}

Veröffentlicht in Exchange

Zertifikat Request

New-ExchangeCertificate -GenerateRequest -SubjectName „DC=system, c=de, s=Bavaria, l=Munich, o=Firmenname, ou=IT, CN=sub.domain.com“ -DomainName sub.domain.com, autodiscover.domain.com, EXCHANGE.domain.local, ExchangeServerName -FriendlyName „Microsoft Exchange 2007“ -privatekeyexportable $true -Path E:\certreq\sub.domain.com.req