Welcome to My Blog!


Repair Outlook Data Files (.pst and .ost) for Outlook 2010

1.       Open Windows Explorer and select the drive:\Program Files\Microsoft Office\OFFICE14 folder.
2.       Double-click Scanpst.exe.
3.       In the Enter the name of the file you want to scan box, enter the name of the .pst or .ost file that you want to check, or click Browse to select the file.
4.       To specify the scan log options, click Options, and then click the option that you want.
5.       Click Start.

If errors are found, you are prompted to start the repair process to fix the errors.
A backup file is created during the repair process. To change the default name or location of this backup file, in the Enter name of backup file box, enter a new name, or click Browse to select the file that you want to use.

6.       Click Repair.

Start Outlook with the profile that contains the .pst file that you tried to repair.

How to save Outlook messages in PDF format



If you already have PDF printer /Adobe Acrobat software, skip to step 3.
Download and install PDF printer / Adobe Acrobat.
Select the Outlook messages you would like to have converted to PDF.
Click the Message Save Outlook toolbar button. Check the "Print" option.
Click "Save Now"
The messages will be converted to PDF according to your PDF printer settings.


Creating Rules to Manage Your Email

Click File -> Info , and then the Manage Rules & Alerts button.

Click New Rule... on the Email Rules tab. The Rules Wizard dialog will pop up

Rules & Alerts :  Select a template, choose the template that most closely resembles the action you would like to take. Ensure you select a template from the Stay Organized or Stay Up to Date sections

Rules Wizard: Edit the rule description, click on the underlined text in order to specify the details of your rule (e.g. move messages from Office Watch mailing list into the Newsletters folder). Check carefully to make sure that the details are correct and complete. Click Next

Select any additional criteria you would like to set , Select condition(s) by clicking on the underlined words and adding in your criteria.

Specify the details for those criteria in the Edit the rule description box (optional)

Type a name for the rule in the box for  Specify a name for this rule

Tick the box next to Run this rule now... if you want to apply the rule to messages already received

 When you are certain of the details of the rule and want to commit to it, click Finish

Your rule will now appear listed, with a description of the settings, in the Rules and Alerts dialog box

Password on pst-file


To set a password on your pst-file, you must bring up the Properties dialog of the pst-file in Outlook.
 Outlook 2003 and Outlook 2007
          File-> Data File Management…-> double click on your data file-> button: Change Password…
 Outlook 2010 and Outlook 2013
          File-> Account Settings-> Account Settings…-> tab Data Files-> double click on your data file-> button: Change Password…
Leave the “Old password” field empty when no password has been set yet.

CCNA
Cisco Certified Network Associate 


Introduction to Networking and Network Basics :

It is important to understand what a network is and the importance of networks themselves. Every host has a Network Interface Card (NIC) that is used to connect it to a network.
A hub is a network device that repeats information received from a host to all other connects hosts. The hub will relay any information received from Host A to Host B and Host C. This means that all the three hosts can communicate with each other. Communication between hosts can be classified into three types:

Unicast – Communication from one host to another host only.
Broadcast – Communication from one host to all the hosts in the network.
Multicast – Communication from one host to few hosts only.

When a hub is used to network hosts, there are two problems that arise:
A hub repeats information received from one host to all the other hosts. To understand this, consider Host A sending a unicast message to Host B. When the hub receives this message; it will relay the message to both Host B and Host C. Even though the message was a unicast intended only for Host B, Host C also receives it. It is up to Host C to read the message and discard it after seeing that the message was not intended for it.

A hub creates a shared network medium where only a single host can send packets at a time. If another host attempts to send packets at the same time, a collision will occur. Then each device will need to resend their packets and hope not to have a collision again. This shared network medium is called a single collision domain. Imagine the impact of having a single collision domain where 50 or 100 hosts are connected to hubs that are interconnected and they are all trying to send data. That is just a recipe for many collisions and an inefficient network.

The problems associated with hubs can cause severe degradation of a network. To overcome these, switches are used instead of hubs. Like hubs, switches are used to connect hosts in a network but switches break up collision domain by providing a single collision domain for every port. This means that every host (one host connects to one port on the switch) gets its own collision domain thereby eliminating the collisions in the network. With switches, each host can transmit data anytime. Switches simply “switch” the data from one port to another in the switched network. Also, unlike hubs, switches do not flood every packet out all ports. They switch a unicast packet to the port where the destination host resides.



Now that you know how a switch works and improves a network, consider the one problem associated with a switched network. Earlier, you learned that hubs flood out all packets, even the unicast ones. A switch does not flood out unicast packets but it does flood out a broadcast packet. All hosts connected to a switched network are said to be in the same broadcast domain. All hosts connected to it will receive any broadcast sent out in this domain. While broadcasts are useful and essential for network operations, in a large switched network too many broadcasts will slow down the network. To remedy this situation, networks are broken into smaller sizes and these separate networks are interconnected using routers. Routers do not allow broadcasts to be transmitted across different networks it interconnects and hence effectively breaks up a broadcast domain.


Mac Address - 12 digit unique value.
IP Address use to find the particular host in the network, it can be considered as 2 values, bit Network bit and Host bit.

IP Address rule for same network:
-              Network bit need to be same
-             Host bit need to be different.





Windows Commands 


There are some things you can only do from the command line, even some commands that remain useful

Serial number and Machine type:

The following commands can be used to retrieve Serial number and machine type from Windows command prompt.


Machine Serial Number:
C:\> wmic bios get serialnumber

Machine Type:
C:\> wmic csproduct get name

Ipconfig

This command relays the IP address that your computer is currently using. However, if you’re behind a router (like most computers today), you’ll instead receive the local network address of the router.
Still, ipconfig is useful because of its extensions. “ipconfig /release” followed by “ipconfig /renew” can force your Windows PC into asking for a new IP address.

Netstat

Entering the command “netstat -an” will provide you with a list of currently open ports and related IP Address.

Ping

Typing “ping” followed by an IP address or web domain will send a series of test packets to the specified address

Pathping

This is a more advanced version of ping that’s useful if there are multiple routers between your PC and the device you’re testing. Like ping, you use this command by typing “pathping” followed by the IP address.

Tracert

The “tracert” command is similar to pathping. Once again, type “tracert” followed by the IP address or domain you’d like to trace. You’ll receive information about each step in the route between your PC and the target.

Powercfg

Powercfg is a very powerful command for managing and tracking how your computer uses energy. You can use the command “powercfg /hibernate on” and “powercfg /hibernate off” to manage hibernation, and you can also use the command “powercfg /a” to view the power-saving states currently available on your PC.

Shutdown
This command can also be used to restart your computer. On Windows 8, you can even use a special switch to restart your computer into the advanced startup options menu.
·         Shut Down: shutdown /s /t 0
·         Restart: shutdown /r /t 0
·         Restart Into Startup Options: shutdown /r /o
System File Checker

System File Checker is an automatic scan and repair tool that focuses on Windows system files.

Tasklist

The “tasklist” command can be used to provide a current list of all tasks running on your PC. 

Taskkill

Tasks that appear in the “tasklist” command will have an executable and process ID (a four-digit number) associated with them. 
  

Telnet – Connect to Telnet Servers

The telnet client isn’t installed by default. You’ll have to install it from the Control Panel. Once installed, you can use the telnet command to connect to telnet servers without installing any third-party software.

cipher – Permanently Delete and Overwrite a Directory

ciper /w:C:\


Translate