get-service *Exchange* | ? {-not ($_.name -like "*IMAP4*") -and -not ($_.name -like "*POP*")} Notes:“?” is the alias for “Where-Object”CommandType Name Definition ----------- ---- ---------- Alias ? Where-Object
Author: samdrey
Notes for myself–PFE Engagement status reporting framework
I- Onsite Organization Plan (Pull data from MS Project or Excel) Project Project Title Tasks Task description 1 Environment Assessment 1.1 ADTD run and analysis 1.2 DAG configuration deep dive 1.3 DAG configuration analysis and advices to fall into the best practices 2 Project number 2 2.1 Task number 1 of … Continue reading Notes for myself–PFE Engagement status reporting framework
Notes from the field–Other method to generate 2000 messages in the queues of your Exchange servers
1) Just create a text file and put in the following from: blabla@domain.com to: Recipient@domain.com subject: pick up folder test This is the body 2)Then save the file as EML file extension 3)stop the transport sevrice 4)copy and paste the file to the pickup folder If you hold contol-v it will paste it constantly, then … Continue reading Notes from the field–Other method to generate 2000 messages in the queues of your Exchange servers
Notes from the field–Bulk create 2000 mailboxes and their associated AD accounts from a CSV file + generating 2000 messages in the queues of an Exchange 2007 server in a Lab (to be continued)
- The prerequisite step is to create a “Test” OU - Then the first step is to create a CSV file using Excel containing 2000 test user names and a minimum set of attributes for these users (Display Name, sAMAccountName, UserPrincipalName, First Name, Last Name). Easy with the “fill series function” of Excel … Continue reading Notes from the field–Bulk create 2000 mailboxes and their associated AD accounts from a CSV file + generating 2000 messages in the queues of an Exchange 2007 server in a Lab (to be continued)
Powershell V2 : Links for Multi-threading techniques
Udated 10/12/2014 – Ryan Witschger blog address – the most useful and clear article so far in my opinion explaining how to do the best multithreading tasks, using Jobs and using .Net Multi-Threading in PowerShell V2 Using Jobs: http://www.get-blog.com/?p=22 Using .NET multithreading http://www.get-blog.com/?p=189 Microsoft documentation about Jobshttp://msdn.microsoft.com/en-us/library/dd878288%28VS.85%29.aspxPowerShell internals and PowerShell threading (using .NET)http://www.codeproject.com/Articles/261193/ps The [RunspaceFactory] and … Continue reading Powershell V2 : Links for Multi-threading techniques
Updated 4th July 2013 – Bookmark – Exchange Server Build Numbers
Exchange Server and Update Rollups Build Numbers (en-US)http://social.technet.microsoft.com/wiki/contents/articles/240.exchange-server-and-update-rollups-build-numbers-en-us.aspxGreat Barghav, thanks ! *New* Specific to Exchange 2013 and its Cumulative Updates:http://social.technet.microsoft.com/wiki/contents/articles/15776.exchange-server-2013-and-cumulative-updates-cus-build-numbers.aspx Other links :Exchange Server Build Numbers and Release Dates up to Exchange 2010 SP1 RU1http://technet.microsoft.com/en-us/library/hh135098.aspx Sam
Outlook 2007/2010–Some basic advice if you experience odd behaviour, startup latencies, calendar item losses …
•On an Outlook station of a user who complains about Outlook startup latencies : –From the file-level antivirus on the desktop/laptop, Exclude files present in the following directories (whichever is applying to your Windows version (Windows XP, Windows Vista or Windows 7) %userprofile%Application DataMicrosoftOutlook (Outlook system files) %userprofile%Local SettingsApplication DataMicrosoftOutlook (Windows XP/Vista, shortcut to "AppDataLocalMicrosoftOutlook" on … Continue reading Outlook 2007/2010–Some basic advice if you experience odd behaviour, startup latencies, calendar item losses …
Idea–Process to use to analyze performance issues using Excel (provided you captured performance data with PERFMON configured to use CSV mode–or use tools like relog or logman to convert BLG to CSV)
Prerequisites : - Collect performance data using the updated Exchange 2003 Perfwiz from Mike Lagase, or the ExPerfWiz for Exchange 2007 or 2010, from Mike Lagase again - Then, either prior to the data collection start, modify the destination format of Perfmon logs from BLG to CSV using Perfmon to edit the counters collection … Continue reading Idea–Process to use to analyze performance issues using Excel (provided you captured performance data with PERFMON configured to use CSV mode–or use tools like relog or logman to convert BLG to CSV)
MBSA 2.2–links to MBSA catalog files to copy to an Exchange server that doesn’t have Internet Access
The security update catalog file, wsusscn2.cab (http://go.microsoft.com/fwlink/?LinkId=76054) The Windows Update Redistribution Catalog, wuredist.cab (http://update.microsoft.com/redist/wuredist.cab) The authorization catalog file, muauth.cab (http://go.microsoft.com/fwlink/?LinkId=43266) Where to copy them ?in Windows Server 2003 : %userprofile%Local SettingsApplication DataMicrosoftMBSACachein Windows Server 2008 :%userprofile%appdatalocalMicrosoftMBSACache
Exchange 2010–Links to how to setup CAS Array with a Load Balancer
(Credits for this research goes to Sathya Narayanan, Microsoft Support Engineer)Persistence : http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/load-balancing-exchange-2010-client-access-servers-using-hardware-load-balancer-solution-part1.htmlTroubleshooting long running MAPI connections to Exchange Server 2010 through Network Load Balancers : http://support.microsoft.com/kb/2535656How to setup an Exchange 2010 CAS Array to load balance MAPI : http://blogs.technet.com/b/ucedsg/archive/2009/12/06/how-to-setup-an-exchange-2010-cas-array-to-load-balance-mapi.aspxMicrosoft Exchange 2010 CAS Array – Steps and Recommendations : http://blogs.technet.com/b/omers/archive/2010/10/11/microsoft-exchange-2010-cas-array-steps-and-recommendations.aspxConfigure Static RPC Ports on an … Continue reading Exchange 2010–Links to how to setup CAS Array with a Load Balancer
