Download the great new Microsoft System Center wallpapers now…
Available in different colors and resolutions!
1366×768
1920×1080
3840×2160
Download the great new Microsoft System Center wallpapers now…
Available in different colors and resolutions!
1366×768
1920×1080
3840×2160
When you’ve a large Exchange environment, it’s recommended to change the location of the Hub Transport queue. To do this, you can use the following script. The default location is the folder where you’ve installed Microsoft Exchange. For example C:\Program Files\…
1.) Navigate to the file EdgeTransport.exe.config, located in the Bin directory of the Exchange installation folder.
2.) Search for the rules QueueDatabasePath and QueueDatabasesLoggingPath. This is the orrigional location
3.) Open the Exchange Management Shell
4.) Browse to the scripts directory in the Exchange installation folder
5.) Select the script Move-TransportDatabase.PS1
6.) Run the following command
Move-TransportDatabase.PS1 -QueueDatabasePath NEWLOCATION -QueueDatabaseLoggingPath NEWLOCATION
In my example it’s moving to D:\Queue
7.) Now the Hub Transport database and logfiles will be moved to the new location. It’s containing the following files;
Trn.chk – The checkpoint file
Trn.log – The current transaction log file
Trntmp.log – The next provisioned transaction log file that is created in advance
Trnnnn.log – Other transaction log files that are created when Trn.log reaches its maximum size
Trnres00001.jrs – The Reserve log file
Trnres00002.jrs – The Second Reserve log file
Temp.edb – Temp DB used to verify database schema on start-up
Finally, the lync 2010 client for android is available for download in the Android Market!!
https://market.android.com/details?id=com.microsoft.office.lync&hl=en
IMPORTANT: Microsoft Lync 2010 for Android requires a Lync Server or Office365/Lync Online account and will not work without it. If you are unsure about your account status, please contact your IT department.
Lync 2010 for Android extends the power of Lync to your mobile device – including rich presence, instant messaging, audio conferencing, and calling features from a single, easy-to-use interface.
Key Features:
- View colleagues’ availability in real time and select the best way to communicate – initiating an instant message (IM), email, or a phone call.
- Connect to Lync conference calls with a single touch, without requiring long numeric passcodes or conference numbers.
- Forward or simultaneously ring calls to your Enterprise Voice (Lync ID) number so you’ll never miss a call.
- Lync 2010 for Android provides transport layer security (TLS) and perimeter/internal network protection without requiring a VPN, so your communications experience is safer no matter where you are or what network you use.
Today I had to deploy several virtual machines with Microsoft Configuration Manager 2012. When the Taks Sequence starts, the machine reboots and the deployment failed. After some troubleshooting in the SMSTS.LOG file, the following error was shown:
“Content location request for P0100021:1 failed. (Code 0×80040102)”
Package with ID P0100021 are the VMware Tools, and yes this is one step in my task sequense. This error is simple to resolve, just deploy the specific package to a distribution point…
After a succesvol deployment to the distribution point, the task sequence finisched succesfull!
With the new Citrix Receiver version there’s always an tray icon vissible. When you want to disable this tray icon, you can following this steps.
1.) Create a new Registry Item
2.) Browse to HKEY_CURRENT_USER\Software\Citrix\Receiver
3.) Create a new REG_DWORD with the value 0 (zero)
Login to your desktop/laptop again and you’ll see that the Citrix Receiver tray icon is gone!
Today I’ve to run ExMon on my Exchange 2010 environment. When I start Exmon.exe, the following error occured.
The most common issue is that ExMon crashed while collecting data and the Exchange trace is in progress. Follow the below given steps to stop the Exmon trace.
1.) Make sure the ExMon.exe process isn’t running.
2.) From CMD, Query running traces
Logman query -ets
3.) Stop Exmon trace
Logman stop “Exchange Event Trace” -ets
5.) Verify trace has stopped or is no longer running
Logman query -ets
If that did not resolve the issue, check the following:
- The Disk did not run out of space. If it did, clear out the old ETL files, make space on the drive or move the install directory to a larger drive.
- Another user is running Exmon already. Ask the other user to stop tracing and exit Exmon. Then restart your Tracing and start saving the Trace files.
Microsoft has just released Service Pack 2 for Exchange Server 2010.
You can download it from the Microsoft Download Center now.
Microsoft Exchange Server 2010 SP2 helps IT Professionals achieve new levels
of reliability with greater flexibility, enhanced user experiences, and
increased protection for business communications.
When you’ve installed a Remote Desktop Services or XenApp servers on your VMware environment, you don’t want to enable the VMware Tools tray icon. By default there’s an tray icon for all your users. Using the following registry key, the tray icon will disappear.
[HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Tools]
“ShowTray”=dword:00000000
Now the VMware Tools tray icon is gone for all the users!