My badges
MCP Login
OneDrive – Public Folder
Sections
Be-Safe
- Analyze suspicious files to detect types of malware… Analyze suspicious files and URLs to detect types of malware including viruses, worms, and trojans. 0
- Check if you have an account that has been compromised in a data breach 0
- Create Free SSL Certificate 0
- Is someone spying on you? 0
- SSL Server Test of Your Web Site 0
Archives
Login
Archiv rubriky: Exchange Server / Exchange Online
MS Exchange 2010 Message tracking log – send, receive message
here is a realy good web site with useful commands http://exchangeserverpro.com/exchange-2010-message-tracking-log-search-powershell [PS] C:\Windows\system32>$start=(get-date).addDays(-1) [PS] C:\Windows\system32>$end=(ged-date)example 1: Get-MessageTrackingLog -ResultSize Unlimited | Group-Object -Property:EventId | Sort-Object Count -Desc | Select Name,Count example 2: Get-TransportServer | Get-MessageTrackingLog -ResultSize unlimited -Start $start -End $end … Celý příspěvek
Rubriky: Exchange Server / Exchange Online, Powershell
Komentáře nejsou povolené u textu s názvem MS Exchange 2010 Message tracking log – send, receive message
Number of mailboxes in specific databases – MS Exchange
[PS] C:\xxxxxx>Get-MailboxDatabase *sk* | Select-Object Name,status,@{Name=“Number of users“;Expression={(Get-Mailbox -Database $_.name).Count}} Name status … Celý příspěvek
Rubriky: Exchange Server / Exchange Online, Powershell
Komentáře nejsou povolené u textu s názvem Number of mailboxes in specific databases – MS Exchange
Set certificate for MS Exchange services
get-ExchangeCertificate | fl Enable-ExchangeCertificate -Thumbprint DCF0F9768C7451DBC69F5E42E432A251EF5FE349 -services SMTP, IIS, OWA, POP, IMAP
Rubriky: Exchange Server / Exchange Online
Komentáře nejsou povolené u textu s názvem Set certificate for MS Exchange services
MS Exchange 2007/2010 AdminDisplayVersion
Rubriky: Exchange Server / Exchange Online
Komentáře nejsou povolené u textu s názvem MS Exchange 2007/2010 AdminDisplayVersion
Prepare AD Schema before Install MS Exchange 2010
(HUB, CAS, MBX) import-module servermanager get-windowsfeature Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy –Restart OR d:\scripts> servermanagercmd -ip exchange-all.xml (name of script depends on installation) ——————————————– EDGE – OS Preparation command Add-WindowsFeature NET-Framework,RSAT-ADDS,ADLDS -Restart ——————————————- setup /PrepareLegacyExchangePermissions setup /PrepareSchema setup /PrepareAD /OrganizationName: „First Organization“ ( … Celý příspěvek
Rubriky: Exchange Server / Exchange Online
Komentáře nejsou povolené u textu s názvem Prepare AD Schema before Install MS Exchange 2010