Home » Archive by category 'Microsoft' (Page 2)
How to check email message header Outlook 2010
Message header can provide us with valuable information that will allow better troubleshooting of mail flow problems To view message header in Outlook 2010 Open message you want to inspect Click on the small square expansion button of the message navigation screen. You will receive message properties with internet mail headers Read more
Exchange 2007 CC BCC limit
  Default Exchange 2007 limit for TO/BCC/CC is 5000 In order to check you r configuration run on Exchange Management Shell Get-TransportConfig | fl You will receive the following output ClearCategories                : True ConvertDisclaimerWrapperToEml  : False DSNConversionMode              : UseExchangeDSNs GenerateCopyOfDSNFor           Read more
SCCM Locate corporate avi files
  In order to be able to trace certain file extensions you need to: Select file types you want to track: You can do it under Site Database>Site Management >SiteName>Client Agent >Software Inventory Client Agent Select file types you like to monitor Create report with following SQL statement: The following one will generate report on all AVI files SELECT CS.Name0, CS.UserName0, SF.FileName, SF.FileSize, SF.FileModifiedDate, SF.FilePath FROM dbo.v_GS_COMPUTER_SYSTEM Read more
Connection to the cluster is not allowed since you are not an administrator on the cluster node – Windows 2008
You may experience such error while opening “Failover Cluster management console” It usually happens when server service is in stoped state. In order to fix it open service management console and start the server service Read more
Send Email Powershell script
  Some times we need to use PS script to send email, script can be used in Task Scheduler or any other program BatchFile to run script: Create *.bat file C:WindowsSystem32WindowsPowerShellv1.0powershell.exe -PSConsoleFile "C:Program FilesMicrosoftExchange Serverbinexshell.psc1" -noexit -command ". C:scriptslocationscriptname.ps1"   PS Script to send mail: Create  .ps1 file $filename = “c:filelocationHtmlFIleyouwant torecieve.html” $smtpServer = “SMTP Read more
Snap Manager for Exchange to keep more than 1 snapshots on Active node
  SME for Exchange allows keeping only 1 snapshot on active node . That is how system is designed In order to be able to keep more than one snapshot you need to modify registry settings on both Exchange 2007 CCR nodes. Registry key locations: Under this key: HKEY_LOCAL_MACHINESOFTWARENetwork ApplianceSnapManager for ExchangeServer Create the following DWORD key: SME 4.0 : NumberToDeleteOnCCRSecondary SME 5.0 : NumberBackupToRetainOnCCRSecondary SME 6.0 : NumberBackupToRetainOnCCRSecondary Read more
How to read ODF file with Word 2003 /2007/2010
ODF is the default format of OpenOffice.org Most common OpenOffice file extensions are odt : Word Processor ods: Spreadsheet ( Excel) odp: Presentation (PowerPoint) By default MS Office doesn’t support those formats'. For Office 2003 To open one of the following formats you need to install Sun ODF Plugin You can download the Sun ODF Plugin from here  For office 2007 users Install Sun ODF Plugin for Microsoft Office. You must have Office 2007 SP 1 installed to make it Read more
Windows 7 & Vista host file edit and location
  You can use windows host file to create static entries for name resolution You can’t edit host file as regular user. In order to edit hosts file you need to have administrative privileges. Windows 7 or Vista host file is located under the following path %systemroot%system32driversetchosts  usually it is  C:windowssystem32driversetchosts To edit the host file, Locate your “Notepad“ program , right-click on it and select “Run as Administrator“. If you are not logged Read more
Show only specified Control Panel items GPO doesn’t apply on Windows 2008R2 Terminal Servers
  In Previous version we used to work with CPL File Names  to define which one of control panel applets will be displayed. In order to make it work Use Canonical names instead. It should Look like that You can get the full list from here Read more
Same user info on all Terminal Server Office clients
Terminal Server Office 2003/2007/2010 Installation issue If you installed office in the same way you install it on your desktop. Your user information will be replicated to all other users. You may receive complaints that some excel or word files are been hold by your username or username you used to install Office. You can fix it the following way. Search for the user in registry One of the keys under HKLMSOFTWAREMicrosoftWindowsCurentVersionInstallerUserData will have office instalation Read more