Home » Page 3
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
Old OTAKEYGEN packet is cancelled – Blackberry Activation error
  Sometimes activation fails with time out error , and if you review your BES server application log you may see the following error {User you try to activate}Old OTAKEYGEN packet is cancelled, Tag=xxxx One of the solution is to delete the problematic user from BES server , you don’t have to delete his data. Other think that may cause the problem is incorrectly applied data plan . You should contact your carrier and confirm that there is no limitation on your data plan. Try 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
Windows Mobile Emulator OS and Images
  Microsoft have a local version of Windows Mobile emulator , this version can be used for development and testing of mobile application. Network administrators love this tool , it allows them to test mobile applications in their network You need to download a few components in order to use Windows mobile emulator app. Windows Mobile Emulator Application Images for required version Network Driver Supported Operating Systems are : Windows Server 2003 Windows Vista Windows 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
How to Wipe BlackBerry OS 5 Device
  Select Options Select Security Options Select General Settings Press the Menu key and then select Wipe Handheld A warning pop-up window will appear. Press Continue ( Don’t mark “Include third party applications” It will delete all application you installed and return device to factory defaults) Enter the word Blackberry in the pop-up window that just appeared Read more
New BlackBerry Activation check List
  Wipe BB Device Go to Options Select Security Options. Select General Settings Click the Menu key Select Wipe Handheld Click Continue Type “blackberry”. All the data on the BlackBerry device is erased. Activate blackberry Go to Options > Enterprise Activation, Options > Advanced Options > Enterprise Activation, or Settings > Options > Advanced Options > Enterprise Activation Type the appropriate Read more