Friday, December 6, 2013

manage mobile device exchange 2007 console

How to Perform a Remote Wipe on a Device




noteNote:
To perform a remote device wipe on a device by using the Exchange Management Console, the user must be assigned to an Exchange ActiveSync mailbox policy. For more information about how to add users to an Exchange ActiveSync mailbox policy, see How to Add Users to an Exchange ActiveSync Mailbox Policy.
  1. Open the Exchange Management Console.
  2. Under Recipient Configuration, click Mailbox.
  3. In the Mailbox window, select the user.
  4. In the action pane, click Manage mobile device or right-click the user's mailbox, and then click Manage mobile device.
  5. Select the mobile device from which you want to clear all data.
  6. In the Actions section, click Clear.
  7. Click Clear again.
  1. Open Outlook Web Access.
  2. Log on to the device owner's mailbox.
  3. Click Options.
  4. In the navigation pane, select Mobile Devices.
  5. Select the ID of the device that you want to wipe and remove from the list.
  6. Click Wipe all data from device.
  7. Click OK.
  8. Click Remove Device from List.
  1. Run the following command to obtain the identity of the device:
    Get-ActiveSyncDeviceStatistics - Mailbox jeffhays | fl Identity
    
  2. Run the following command:
    Clear-ActiveSyncDevice -Identity WM_jeffhayes
  3. http://technet.microsoft.com/en-us/library/aa998614%28EXCHG.80%29.aspx

Thursday, December 5, 2013

creating shared mailbox from exchange shell

Welcome to the Exchange Management Shell!

 Full list of cmdlets:          get-command
 Only Exchange cmdlets:         get-excommand
 Cmdlets for a specific role:   get-help -role *UM* or *Mailbox*
 Get general help:              help
 Get help for a cmdlet:         help or -?
 Show quick reference guide:    quickref
 Exchange team blog:            get-exblog
 Show full output for a cmd:     | format-list

Tip of the day #32:

Do you want to change the authentication settings on an Outlook Web Access virtu
al directory? Try the following command as an example. It changes authentication
 from forms-based authentication to Windows authentication:

 Set-OwaVirtualDirectory -Identity "OWA (Default Web Site)" -FormsAuthentication
 0 -WindowsAuthentication 1

[PS] C:\Windows\system32>$adminsessionadsettings.defaultscope="xxxx.domain.com"

[PS] C:\Windows\system32>get-mailbox surendratest |fl


Database                             : hostname\xxxxxxx
DeletedItemFlags                     : DatabaseDefault
UseDatabaseRetentionDefaults         : True
RetainDeletedItemsUntilBackup        : False
DeliverToMailboxAndForward           : False
RetentionHoldEnabled                 : False
EndDateForRetentionHold              :
StartDateForRetentionHold            :
ManagedFolderMailboxPolicy           :
ExchangeGuid                         : 767be9e2-5d48-4074-97f1-8af409a5ae50
ExchangeSecurityDescriptor           : System.Security.AccessControl.RawSecurit
                                       yDescriptor
ExchangeUserAccountControl           : None
ExternalOofOptions                   : External
ForwardingAddress                    :
RetainDeletedItemsFor                : 14.00:00:00
IsMailboxEnabled                     : True
Languages                            : {}
OfflineAddressBook                   :
ProhibitSendQuota                    : unlimited
ProhibitSendReceiveQuota             : unlimited
DowngradeHighPriorityMessagesEnabled : False
ProtocolSettings                     : {}
RecipientLimits                      : unlimited
UserAccountControl                   : NormalAccount
IsResource                           : False
IsLinked                             : False
IsShared                             : False
LinkedMasterAccount                  :
ResourceCapacity                     :
ResourceCustom                       : {}
ResourceType                         :
SamAccountName                       : surendratest
SCLDeleteThreshold                   :
SCLDeleteEnabled                     :
SCLRejectThreshold                   :
SCLRejectEnabled                     :
SCLQuarantineThreshold               :
SCLQuarantineEnabled                 :
SCLJunkThreshold                     :
SCLJunkEnabled                       :
AntispamBypassEnabled                : False
ServerLegacyDN                       : /o=domainname/ou=Exchange Administrative
                                       Group (FYDIBOHF23SPDLT)/cn=Configuration
                                       /cn=Servers/cn=hostname
ServerName                           : hostname
UseDatabaseQuotaDefaults             : True
IssueWarningQuota                    : unlimited
RulesQuota                           : 64KB
Office                               :
UserPrincipalName                    : surendratest@domain.com
UMEnabled                            : False
MaxSafeSenders                       :
MaxBlockedSenders                    :
Extensions                           : {}
AcceptMessagesOnlyFrom               : {}
AcceptMessagesOnlyFromDLMembers      : {}
AddressListMembership                : {\Default Global Address List, \All
                                       Users}
Alias                                : surendratest
OrganizationalUnit                   : domain.com/Test
CustomAttribute1                     :
CustomAttribute10                    :
CustomAttribute11                    :
CustomAttribute12                    :
CustomAttribute13                    :
CustomAttribute14                    :
CustomAttribute15                    :
CustomAttribute2                     :
CustomAttribute3                     :
CustomAttribute4                     :
CustomAttribute5                     :
CustomAttribute6                     :
CustomAttribute7                     :
CustomAttribute8                     :
CustomAttribute9                     :
DisplayName                          : surendra test
EmailAddresses                       : {SMTP:surendra.test@domain.com}
GrantSendOnBehalfTo                  : {}
HiddenFromAddressListsEnabled        : False
LegacyExchangeDN                     : /o=domain/ou=Exchange Administrative
                                       Group (FYDIBOHF23SPDLT)/cn=Recipients/cn
                                       =surendratest
MaxSendSize                          : unlimited
MaxReceiveSize                       : unlimited
PoliciesIncluded                     : {{59823DFC-F0E8-415F-91FD-FF348E42D71F},
                                       {26491CFC-9E50-4857-861B-0CB8DF22B5D7}}
PoliciesExcluded                     : {}
EmailAddressPolicyEnabled            : True
PrimarySmtpAddress                   : surendra.test@domain.com
RecipientType                        : UserMailbox
RecipientTypeDetails                 : UserMailbox
RejectMessagesFrom                   : {}
RejectMessagesFromDLMembers          : {}
RequireSenderAuthenticationEnabled   : False
SimpleDisplayName                    :
UMDtmfMap                            : {}
WindowsEmailAddress                  : surendra.test@domain.com
IsValid                              : True
OriginatingServer                    : xxxx.domain.com
ExchangeVersion                      : 0.1 (8.0.535.0)
Name                                 : surendra test
DistinguishedName                    : CN=surendra
                                       test,OU=Test,DC=xxx,DC=xxxx,DC=com
Identity                             :xxxx.domain.com/Test/surendra test
Guid                                 : 080a9966-43b3-4910-ba25-2a4b17e4840d
ObjectCategory                       : domain.com/Configuration/Schema/Person
ObjectClass                          : {top, person, organizationalPerson,
                                       user}
WhenChanged                          : 12/5/2013 1:33:22 PM
WhenCreated                          : 12/5/2013 1:33:15 PM
ObjectState                          : Unchanged



[PS] C:\Windows\system32>get-mailbox surendratest |select isshared

                                                                       IsShared
                                                                       --------
                                                                          False




[PS] C:\Windows\system32>set-mailbox surendratest -type shared
[PS] C:\Windows\system32>

Wednesday, December 4, 2013

disable ipv6 loopback windows 2008 r2

1] Download appropriate “Fix it” from the following URL:
[2] You can do it by modifying registry. This is for the advanced users only. Serious problem might occur if you modify the registry incorrectly.
To disable IPv6 components, follow the below steps:
1. Click Start -> type regedit in the Start Search box, and then click regedit.exe in the Programs list.
2. In the User Account Control dialog box, click Continue
3. Go to the following location in registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\
4. Double-click DisabledComponents to change the DisabledComponents entry.
5. If the DisabledComponents entry is unavailable, you must create it. To do this, follow these steps:
5.1 In the Edit menu, point to New, and then click DWORD (32-bit) Value.
5.2 Type DisabledComponents, and then press ENTER.
5.3 Double-click DisabledComponents.
6. Type any one of the following values in the Value data field to configure the IPv6 protocol to the desired state, and then click OK:
- Type 0 – To enable IPv6 components
- Type 0xffffffff – To disable IPv6 components except the IPv6 loopback interface.
- Type 0×20 – To prefer IPv4 over IPv6 by changing entries in the prefix policy table.
- Type 0×10 – To disable IPv6 on all nontunnel interfaces (both LAN and Point-to-Point Protocol [PPP] interfaces).
- Type 0×01 – To disable IPv6 on all tunnel interfaces. These include Intra-Site Automatic Tunnel Addressing Protocol (ISATAP), 6to4, and Teredo.
- Type 0×11 – To disable all IPv6 interfaces except for the IPv6 loopback interface.
Also make sure that you uncheck “Internet Protocol Version 6 (TCP/IPv6)” from your network adapter properties.
- See more at: http://blog.webhostingdiscussion.net/windows/disable-ip-version-6.htm#sthash.IhAO8p6O.dpuf

Thursday, November 21, 2013

network icon showing red x

i tried soooo Many Thing from so many forums.
but these steps Solved that Damn X on my internet connection, Also that yellow star that was appeared before it beside my Wireless connection..follow these simple steps:
1-Uninstall all Network Connection in Device manager.(dont uninstall software)
2-MOST Important point: Right Click on my computer--> Manage-->Local Users and groups-->Groups--> in right panel Double Click Users
3- Remove all NT_AUTHORITY**** (something like that) from there
4-Scan for hardware changes and let the Drivers install again

hope this work for u to,if yes pray for me ;-)

http://windowsforum.com/threads/network-icon-is-showing-a-red-x-even-though-im-connected.35944/

Thursday, November 14, 2013

java runtimeexception InvocationTargetException when running signed applet locally with 7u45

If you uncheck "Enable the next-generation Java plug-in" in the Advanced tab of Java control Panel, the problem stops on IE.
Still no luck with Firefox, though...

https://forums.oracle.com/thread/2594401 

Friday, August 30, 2013

I don't have permissions to send emails on my own behalf

It turns out that the users somehow created alternate credentials in Windows. Outlook would then try to use those credentials when sending as the user which would cause it to fail. Just go to the Control Panel, then to Credential Manager, and remove any credentials that relate to your

 http://community.spiceworks.com/topic/206858-i-don-t-have-permissions-to-send-emails-on-my-own-behalf

Tuesday, August 20, 2013

export dhcp database

Export the DHCP database from Windows 2003:

1.                   On the Windows 2003 DHCP server, navigate to a command prompt

2.                   Type the following Command: netsh

3.                   Type the following Command: DHCP

4.                   Type the following Command: server <\\Name or IP Address>

5.                   Type the following Command: export c:\w2k3DHCPdb all

Note You must have local administrator permissions to export the data.

Import the DHCP database

1.       Copy the exported DHCP database file to the local hard disk of the Windows Server 2008-based computer.

2.       Install the DHCP Role on the server.

3.       Stop the DHCP server service on the server.  To do this, follow these steps:

a.       Log on to the target DHCP server by using an account that is a member of the local Administrators group.

b.      Click Start, click Run, type cmd in the Open box, and then click OK.

c.       At the command prompt, type net stop DHCPserver , and then press ENTER. You receive a "The Microsoft DHCP Server service is stopping. The Microsoft DHCP Server service was stopped successfully" message.

d.      Type exit, and then press ENTER.

4.       Delete the DHCP.mdb file under c:\windows\system32\DHCP folder.

5.       Start the DHCP server service.

6.       Right-click on the Command Prompt (cmd) and select run as administrator, to open the cmd prompt using elevated privileges.

Note You must have local administrator permissions to import the data.

7.       Type the following Command: netsh

8.       Type the following Command: DHCP

9.       Type the following Command: server <\\Name or IP Address>

10.   Type the following Command: import c:\w2k3DHCPdb

11.   Restart DHCP and verify the database has moved over properly.

Monday, August 12, 2013

Rules do not work automatically

Reset srs-file

Resetting the send/receive settings can be achieved by renaming the srs-file of your profile to .old. You can find the srs-file for your mail profile in;
  • Windows Vista and Windows 7:
    C:\Users\%username%\AppData\Roaming\Microsoft\Outlook
  • Windows XP:
    C:\Documents and Settings\%username%\Application Data\Microsoft\Outlook

Tuesday, June 18, 2013

How to Set Up an "All Mail" Folder in Outlook

n Outlook:
  • Select File | New | Search Folder... from the menu.
  • Highlight Create a custom Search Folder (at the bottom under Custom) in the Select a Search Folder: area.
  • Click Choose... under Customize Search Folder:.
  • Type "All Mail" under Name:.
  • Click Browse....
  • Make sure both the top Personal Folders folder (or whatever the topmost folder is called) and Search subfolders are checked under Folders:.
    • Of course, you can also leave Search subfolders unchecked and choose the folders whose messages you want to see individually.
    • If your Junk E-mail folder is, in fact, filled with junk email, consider choosing all folders but it manually. You can also make all your mail folders sub-folders of the Inbox or another folder and search that with Search subfolders enabled.
  • Click OK.
  • Click OK again.
  • Now click Yes in response to Outlook's warning that All messages in the folders you have selected will appear in this Search Folder..
  • Click OK once more. 
  •   http://email.about.com/od/outlooktips/qt/et_all_mail.htm

Monday, June 17, 2013

Copy and paste from a remote computer

You can copy text or pictures from a document that is stored on a remote computer, and then paste the content into a document on this computer.
  1. On the remote computer, select the text or pictures that you want to copy.
  2. Click the Edit menu, and then click Copy.
  3. On this computer, click in the document at the place where you want to add the copied text or picture.
  4. Click the Edit menu, and then click Paste.

Notes

  • If copying and pasting from a remote computer don't work, clipboard redirection might be disabled. To fix this, disconnect your Remote Desktop session, and then do this:
    Open Remote Desktop Connection by clicking the Start button Picture of the Start button, clicking All Programs, clicking Accessories, and then clicking Remote Desktop Connection.
    Click Options, click the Local Resources tab, and then, under Local devices and resources, select the Clipboard check box.
  • Depending on the policies of your network and the version of Windows that is running on the remote computer, this procedure might not work with some Remote Desktop connections.

Monday, June 10, 2013

You must be granted the Allow log on through the Terminal (or Remote Desktop) Services Right"

Follow these steps if you can't log into your PC and see a dialog box that says "To log on to this computer, you must be granted the Allow log on through the Terminal (or Remote Desktop) Services right...."

You're seeing this error message because the user you're trying to log in as does not have the correct permissions to use Remote Desktop. To fix this, we'll grant these permissions to your user account. Note: Please be careful when following these steps, make sure you follow these steps as listed here.
  1. First we'll make sure your user account is a member of the Remote Desktop Users group:
    1. Right click Computer or My Computer and then click Properties.
    2. Click the Remote Settings link or the Remote tab if you are on XP.
    3. Click the Select Users or Select Remote Users button.
    4. If your user name is not listed in there, click Add and enter your user name.
    5. Click Ok and Ok again to dismiss both dialogs.
  2. Once you are done, try reconnecting. If you can connect, stop here - we're done. If you still see the error message continue to step 3.
  3. We're almost done. Next, we'll grant the Remote Desktop Users group the right to log on:
    1. Click Start then click Run. Enter secpol.msc and click Ok.
    2. The Local Security Poloicy window should open up.
    3. Expand the Local Policies node and click User Rights Assignment.
    4. On the right hand side, double click Allow log on through Terminal Services or Allow log on through Remote Desktop Services.
    5. Click Add User or Group and enter Remote Desktop Users.
    6. Click Ok and Ok again to dismiss both dialog boxes.
    7. Restart your PC, wait for a few minutes and try to reconnect using Jump

    http://support.jumpdesktop.com/entries/160482-Logon-You-must-be-granted-the-Allow-log-on-through-the-Terminal-or-Remote-Desktop-Services-Right-

Setting up an Auto Reply rule using Microsoft Outlook

Creating a Microsoft Outlook Auto Reply rule is a feature that is accessible through Exchange and Outlook. This feature allows you to notify anyone sending you e-mail that you are out of the office, both inside the GTU and External email recipients. So, if you need to notify senders outside the GTU, use this method! 
When someone sends you an e-mail, the Out of Office Assistant automatically responds to the e-mail with a message indicating that you are away from the office. The notice can display any text that you choose to send; including the dates and times you are out of the office and any additional information, such as who to report to with questions. 
Note: Unlike Outlook's Out of Office Assistant, which remembers which senders it Auto Replied to, creating an Auto Reply rule within Outlook will repeatedly send a message back to the sender for every message they address to you!
Configuring an Auto Reply rule in Outlook 2003/ Outlook 2007
  1. Open Outlook
  2. Go to Tools, then select Rules and Alerts..

     
  3. Select New Rule 


  4. Select Start from a blank rule and click NEXT>


  5. Check off where my name is in the To or Cc box and click NEXT>

     
  6. Check off have server reply using a specific message

     
  7. In the bottom box, click the underlined link a specific message

     
  8. A blank email form will pop up; this will be your Auto Reply template that your senders will receive. Simply fill out the subject line and message body with the information you want your message to say while you are away. When you are done, click Save and Close, then click NEXT> twice.


  9. Make sure the Turn on this rule box is checked, and click FINISH and then OK. 

     
To turn off your Auto Reply rule when you return, simply open the Rules and Alerts box from previous steps 1 & 2, and uncheck your Auto Reply rule. Click OK. 


Out of Office replies and external emails - security guidance.
As external emails now receive an out of office reply, your absence details will be accessible to third parties outside of the GTU. Theoretically, this information in the out of office reply could be cross referenced with information, publicly available, to determine personal details associated with the email address, such as phone numbers, home addresses and so on.
We recommend the following when composing an out of office reply:
  • Never say specifically you are going on holiday
  • Never include your home address
  • Never include personal contact details, such as home phone number, mobile number etc
  • Keep the information generic, and whenever possible, redirect enquiries to a colleague.

     http://techsupport.psr.edu/AutoReply/AutoReply.htm

Wednesday, April 24, 2013

How to solve Folders Showing as Shortcuts, Hidden in USB/Memory-Card/HDD

By connecting flash drives to the affected computer, often it shows flash drive containing just some folder's shortcuts. Sometimes it shows nothing though drive's properties show it has files in it. Even we get some inaccessible folder or file. This type of problem may also seen in our local drives (HDD partitions). Even paid anti-virus is unable to resolve those folders, they just scan and detect The AUTORUN worm which one will execute all programs. Then our important files remain hidden.
hidden folders shortcuts
Hidden folders and Shortcuts by the Autorun Worm


Here we will see how can we solve this problem by using command line and batch file. Though the batch file is nothing but the executable file contains command lines. So solving the hidden and shortcut problem of USB or drives, we must have the administrator privilege as we will execute something.

Using Command line:

To solve/fix the folder's hidden or system file, the easiest way is to run a command line. You can apply this command to USB and local drive as well, need to change the drive_letter.

Go to Run, type cmd and hit enter. In command prompt just type:

attrib -h -s -r -a /s /d drive_letter:\*.* 

And hit enter. Be sure you've typed the drive letter (e.g. j:,h: or D:) instead of "drive_letter" in the command line. My USB drive letter is J: and my command should looks like:
Command to change files attributs
Command for unhide system-hidden files on a drive

All files and folders will be normal and you should be able to delete the shortcuts, created by the virus.
Command line details: Here atrib=attribute, "-"=remove attribute/permits, h=hidden s=system, r=read-only, a=archive, /s=sub directory, /d=directory, drive_letter=the letter of the drive shown in windows explorer (e.g. j:,h: or D:) and *.* is called the wild card for all files.
If you don't like to be a "command Ninja" then see below.

USB, MicroSD, MiniSD or other Mmory Cards issue:

     1. Connect your USB or memory card to the PC or laptop.

     2. Copy these lines and paste it into a "new text file" 

@echo off
attrib -h -s -r -a /s /d drive_letter:\*.*

3. In the 3rd line give the drive letter name (Example: J or K or L etc.) instead of "drive_name"

4. Save the text file as any_name.bat

5. Double click on the any_name.bat file and it will run in the command prompt and see the hidden files/folders come back.

6. Delete the shortcuts and unnecessary files and folders from USB drive.

Local drive issue:

1. Copy these lines and paste it into a "new text file"

@echo off 
attrib -h -s -r -a /s /d D:\*.*
attrib -h -s -r -a /s /d E:\*.*
attrib -h -s -r -a /s /d F:\*.*
attrib -h -s -r -a /s /d G:\*.*
attrib -h -s -r -a /s /d H:\*.*
attrib -h -s -r -a /s /d I:\*.*
attrib -h -s -r -a /s /d J:\*.*
@echo complete.

2. Save the text file as a bat file (example: any_name.bat)

3. Run this bat file by double-clicking on it.

Thus you can solve this kind of problems with a *.bat file. You can save the *.bat file for solving this hidden problem.

Important: These tutorials are applied for Windows 7/Vista/xp. You must have the administrative privilege to run the command or execute the .bat file. Put the " : " after the j, k, or D (drive letters). These commands are not case sensitive
.http://techstrick.blogspot.in/2011/07/how-to-solve-folders-showing-as.html

Wednesday, April 17, 2013

Office 2010 features

Microsoft is leaving no stone unturned to promote its new Office suite. Recently Microsoft announced a “technology guarantee” program that read “Sell Office 2007 today and your customer can download Office 2010 free”. The customers purchasing and activating Office Home and Student 2007, Office Standard 2007, Office Small Business 2007 and Microsoft Publisher 2007 between March 5 and September 30, 2010 will be eligible for free upgrade to a comparable version of Office 2010. However, before moving to an upgraded Microsoft Office version you would always look for advantages of installing it over the previous version. Microsoft ensures that those looking to go for an upgraded version of Office 2007 have enough reasons to support . We draw a comparison to elucidate how MS Office 2007 better’s Office 2010.
Updated Ribbon
Office 2007 made headlines with innovative ribbon menu system Office 2010 takes it to the next level with a more intuitive ribbon. It provides a new home menu system. Instead of opening up a dropdown the entire window changes color and provides the save, open, close preview and other options. The enhanced Ribbon across Office 2010 applications allows users to access commands quickly and customize tabs to personalize the experience in your working style.
The home menu system offers detailed information on modifications, authors, file size, and permission. The new print and print preview menu that definitely changes the layout most PC users are used to. The new menu by simply cleaner than that of Office 2007.
Better multimedia Editing
The clear that Microsoft upped the multimedia editing options form the last iteration. Image editing has been improved in office 2010. There are new tools for screen capture in Word 2010 and PowerPoint 2010. You can even remove the backgrounds with the new Office. Now Microsoft PowerPoint has in-video editing. You might even remove backgrounds with the new Office. All this implies you can do so much more without even using Photoshop.
This features takes Office 14 to a new level. Suppose you wanna trim some parts of a video clip before presentation or you might be looking to apply professional styles to a video like reflection coupled with 3D rotation. PowerPoint 2010 now includes some powerful video editing features.
Broadcast Slideshows within PowerPoint
This is one of the most exciting new features of PowerPoint 2010. Now you can deliver live PowerPoint presentations over the web and anyone sitting in any part of the world can get connected to the web browser.
Distribute the slides as video
In PowerPoint 2010 you can convert your presentation into a video file that can be uploaded on YouTube or distributed on a portable media player such as the iPod. Moreover, the video conversion runs in the background that allows you to use PowerPoint while creating the video.
More visually enhancing
Office 2010 comes with an array of design options to help you generate better ideas. It includes new and improved picture formatting tools such as color saturation and artistic effects that allow you transform your document visuals into a work of art. Office 2010 offers new SmartArt® graphic layouts and a wide range of new pre-built Office themes to create fantabulous designs in Word.
Real time collaboration and communication
Not just the web version, the desktop version of Office 14 also sports a real time buddy list of sorts that shows what individuals are currently editing within a document. Now you can see who is online and who is working on what. This is a great revamp when compared to Office 2010.
Stronger Security Settings
Office 2010 improves upon Office 2007 with respect to author settings, restricted editing and protect mode. This stops you from accidentally editing a file you download until it is enabled.
Embed Web Videos in the Presentation
Office 2010 provides a significant advantage over Office 2007 by allowing users to embed video clips from the Internet into PowerPoint presentation. Now users can just copy and embed code from YouTube or any other video sharing site. The video can be pasted anywhere on a slide.
Quick Steps in Outlook
Microsoft Outlook includes a new Quick Steps feature in the Outlook. With Quick Steps you can create a sequence of commands and apply them to the Outlook item with just a click. For an example, you can use quick step for Send and Delete that will delete the email from your inbox after replying.
Now users can compress the long e-mail threads into a few conversations that can be categorized, filed, ignored, or cleaned up.
Built-in PDF Writer
The Office 2010 programs include a built-in PDF writer that helps you to save documents into PDF format with a click. In 2007 you had to use add-on separately but now you will have native PDF support.
Simpler Document Printing
Microsoft Word 2010 has completely revamped the print dialog. Take an instance, you can tweak printer settings like margins and preview the changes side-by-side.
Creating better data insights and visuals
Excel 2010 introduces a Sparkline feature that tracks and highlights important trends with new data analysis and visualization. The Sparklines feature allows clear and compact visual representation of data with small charts within worksheet cells. Filter and segment into PivotTable data in multiple layers using Slicers to spend more time analyzing and less time formatting.

Monday, April 15, 2013

Logon failure: Unknown user or bad password

While looking for clues on the Win2k system I realized that the date was wrong (I had set it forward ten days as part of the tests that I had been doing). I set it back to the correct date AND ALL PROBLEMS DISAPPEARED. Win7 prompted me for a username/password which I entered and which was immediately accepted, and I had full access again

 http://windows7forums.com/windows-7-support/16942-logon-failure-unknown-user-bad-password-*solved-*.html

Tuesday, April 9, 2013

to help prevent malicious code running outlook 2010 lync

above behaviour may occur if the following registry key is present: 
HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Security\ 
DWORD: DisableAllActiveX 
Value: 1
Note: The above registry value does not affect the default Outlook Contact Form.

Resolution:

To resolve the problem, either rename the DisableAllActiveX registry key or change the value to 0.