• Home
  • Advertise
  • Sitemap
  • About
  • Contact
MENU
System Help Line
  • Home
  • SoftWare
  • ISA Server
    • ISA Server 2004
    • ISA Server 2006
    • TMG Server 2010
  • Exchange Server
  • Windows Server
    • Server 2003
    • Server 2008/R2
    • Server 2012
  • News
  • It Video
  • Sports
  • /*
  • Translate
  • */
Home Archive for 2014
C++ Multilevel Inheritance and Multiple Inheritance

C++ Multilevel Inheritance and Multiple Inheritance

Posted by https://systemhelpline.blogspot.com/ On 5:32 PM Add Comment C++
Levels of Inheritance In C++ programming, a class be can derived from a derived class which is known as multilevel inhertiance. For examp...
Read More
C++ Function Overriding

C++ Function Overriding

Posted by https://systemhelpline.blogspot.com/ On 5:31 PM Add Comment C++
If base class and derived class have member functions with same name and arguments. If you create an object of derived class and write cod...
Read More
Public, Protected and Private Inheritance in C++ Programming

Public, Protected and Private Inheritance in C++ Programming

Posted by https://systemhelpline.blogspot.com/ On 5:29 PM Add Comment C++
You can declare a derived class from a base class with different access control, i.e., public inheritance, protected inheritance or priva...
Read More
C++ Inheritance

C++ Inheritance

Posted by https://systemhelpline.blogspot.com/ On 5:07 PM Add Comment C++
Inheritance is one of the key feature of object-oriented programming including C++ which allows user to create a new class(derived class) ...
Read More
Passing Arguments to Function

Passing Arguments to Function

Posted by https://systemhelpline.blogspot.com/ On 4:55 PM 1 Comment C++
In programming, argument(parameter) refers to data this is passed to function(function definition) while calling function. In above exampl...
Read More
User-defined Function

User-defined Function

Posted by https://systemhelpline.blogspot.com/ On 4:54 PM 1 Comment C++
C++ allows programmer to define their own function. A user-defined function groups code to perform a specific task and that group of code ...
Read More
C++ Library Function

C++ Library Function

Posted by https://systemhelpline.blogspot.com/ On 4:52 PM Add Comment C++
Library Function Library functions are the built-in function in C++ programming. Programmer can use library function by invoking functi...
Read More
Program to find factorial of Number in C++

Program to find factorial of Number in C++

Posted by https://systemhelpline.blogspot.com/ On 5:24 PM Add Comment C++
#include <iostream> using namespace std; main() {     int num , factorial=1;     cout<<"Enter The Number To Find Factoril ...
Read More
How to Install and Configure Windows Server 2008 DHCP Server

How to Install and Configure Windows Server 2008 DHCP Server

Posted by https://systemhelpline.blogspot.com/ On 4:57 PM Add Comment Windows Server 2008/R2
Introduction Dynamic Host Configuration Protocol (DHCP) is a core infrastructure service on any network that provides IP addressing and ...
Read More
Running Windows Server 2008 R2 – Installing and Creating the Lab Domain Controller

Running Windows Server 2008 R2 – Installing and Creating the Lab Domain Controller

Posted by https://systemhelpline.blogspot.com/ On 4:47 PM Add Comment Windows Server 2008/R2
Introduction It has been a long time since I have done one of those “old school” articles that starts from the beginning and does not as...
Read More
How To Use Remote Desktop In Windows Server 2008 For Remote Management

How To Use Remote Desktop In Windows Server 2008 For Remote Management

Posted by https://systemhelpline.blogspot.com/ On 4:46 PM Add Comment Windows Server 2008/R2
As a system administrator I have seen the time when despite the availability of 3-5 system admins at the same time, the management of end...
Read More
How To Create Additional Domain Controller (ADC) In Windows Server 2008

How To Create Additional Domain Controller (ADC) In Windows Server 2008

Posted by https://systemhelpline.blogspot.com/ On 4:18 PM Add Comment Windows Server 2008/R2
Having a single Domain Controller can be quite risky because in case of any kind of hardware or some other technical failure, the entire ...
Read More
Installing Exchange Server 2010 SP1 on Windows Server 2008 R2 SP1

Installing Exchange Server 2010 SP1 on Windows Server 2008 R2 SP1

Posted by https://systemhelpline.blogspot.com/ On 12:24 PM Add Comment Exchange Server
I will be setting up Exchange Server 2010 SP1 on Windows Server 2008 R2 SP1 Enterprise Edition. I will be setting up a ...
Read More
How To Activate Exchange Server 2010

How To Activate Exchange Server 2010

Posted by https://systemhelpline.blogspot.com/ On 12:23 PM Add Comment Exchange Server
When you start the Exchange Management Console, Exchange displays a list of all unlicensed Exchange 2010 servers and the num...
Read More
Installing Service Pack 2 For Exchange Server 2010

Installing Service Pack 2 For Exchange Server 2010

Posted by https://systemhelpline.blogspot.com/ On 12:23 PM Add Comment Exchange Server
In my lab, I have a typical Exchange Server installation. A Typical installation consist of the Client Access , Hub Transpor...
Read More
How To Create A New User Mailbox in Exchange Server 2010

How To Create A New User Mailbox in Exchange Server 2010

Posted by https://systemhelpline.blogspot.com/ On 12:22 PM Add Comment Exchange Server
To create a User Mailbox, follow the below steps : Open Exchange Management Console (EMC) and expand the...
Read More
How To Create a Send Connector in Exchange Server 2010

How To Create a Send Connector in Exchange Server 2010

Posted by https://systemhelpline.blogspot.com/ On 12:21 PM Add Comment Exchange Server
Exchange 2010 transport servers require Send Connectors to deliver messages to the next hop on the way to their destination ...
Read More
How To Install an SSL Certificate in Microsoft Exchange Server 2010

How To Install an SSL Certificate in Microsoft Exchange Server 2010

Posted by https://systemhelpline.blogspot.com/ On 12:20 PM Add Comment Exchange Server
Microsoft Exchange Server 2010 creates a self-signed certificate during installation that uses all the server and domain nam...
Read More
How to Change OWA Forms-Based Logon Option in Exchange Server 2010

How to Change OWA Forms-Based Logon Option in Exchange Server 2010

Posted by https://systemhelpline.blogspot.com/ On 12:19 PM Add Comment Exchange Server
The three options for the default sign-in format are : FullDomain : This is the domain and user name of the user in the f...
Read More
How To Upgrade Exchange Server 2010 From Standard To Enterprise Edition

How To Upgrade Exchange Server 2010 From Standard To Enterprise Edition

Posted by https://systemhelpline.blogspot.com/ On 12:17 PM Add Comment Exchange Server
Exchange Server 2010 Standard Edition support only having a maximum of five databases per server. It might be sufficient f...
Read More
 Installing Service Pack 3 For Exchange Server 2010

Installing Service Pack 3 For Exchange Server 2010

Posted by https://systemhelpline.blogspot.com/ On 12:16 PM Add Comment Exchange Server
Issues that are fixed with Exchange Server 2010 SP3 can be found here : http://technet.microsoft.com/en-us/libr...
Read More
Installing Microsoft Exchange Server 2013 Prerequisites On Windows Server 2012

Installing Microsoft Exchange Server 2013 Prerequisites On Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:14 PM Add Comment Exchange Server
Lets setup and install all Exchange Server 2013 prerequisites : The minimum requirement ...
Read More
Installing Microsoft Exchange Server 2013 On Windows Server 2012

Installing Microsoft Exchange Server 2013 On Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:13 PM Add Comment Exchange Server
To install Exchange Server 2013, follow the below steps : Insert the Exchange Server 2013 D...
Read More
How To Access Exchange Admin Center in Exchange Server 2013

How To Access Exchange Admin Center in Exchange Server 2013

Posted by https://systemhelpline.blogspot.com/ On 12:12 PM Add Comment Exchange Server
If you opened the Start Screen in Windows Server 2012, you will notice that there is no Exchange Management Console as we we...
Read More
How To Upgrade Exchange Server 2013 To Exchange Server 2013 Cumulative Update 1

How To Upgrade Exchange Server 2013 To Exchange Server 2013 Cumulative Update 1

Posted by https://systemhelpline.blogspot.com/ On 12:12 PM Add Comment Exchange Server
Follow the below steps to upgrade Exchange Server 2013 to Exchange Server 2013 CU1 Note : Make sure you take a comple...
Read More
How To Create a New User Mailbox in Exchange Server 2013

How To Create a New User Mailbox in Exchange Server 2013

Posted by https://systemhelpline.blogspot.com/ On 12:10 PM Add Comment Exchange Server
Follow the below steps to create a new mailbox in Exchange Server 2013 : Login into Exchange Admin Center ...
Read More
How To Install Windows Server 2012

How To Install Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:08 PM Add Comment Windows Server 2012
There are four Windows Server 2012 editions as listed below: Datacenter edition : is intended for organiza...
Read More
How To Activate Windows Server 2012

How To Activate Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:07 PM Add Comment Windows Server 2012
There are two methods to activate Windows Server 2012, either offline by calling Microsoft Call Center or online by activati...
Read More
How To Change Computer Name in Windows Server 2012

How To Change Computer Name in Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:06 PM Add Comment Windows Server 2012
To change the computer name using Server Manager From the Start Screen, click on Server Manager ...
Read More
Setting Up Your First Active Directory Domain Controller With Windows Server 2012

Setting Up Your First Active Directory Domain Controller With Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:06 PM Add Comment Windows Server 2012
Dcpromo can't be used anymore with Windows Server 2012. dcpromo has been deprecated. We have been always using Dcpromo ...
Read More
Setting Up Additional Active Directory Domain Controller With Windows Server 2012

Setting Up Additional Active Directory Domain Controller With Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:04 PM Add Comment Windows Server 2012
My primary domain controller is a Windows Server 2012 with a static IP address : 192.168.150.12 Its Forest Func...
Read More
How To Enable Windows 8 Features in Windows Server 2012

How To Enable Windows 8 Features in Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:03 PM Add Comment Windows Server 2012
The Desktop Experience feature allows you to install a variety of applications and features that are provided in Windo...
Read More
How To Join Windows Server 2012 to a Domain

How To Join Windows Server 2012 to a Domain

Posted by https://systemhelpline.blogspot.com/ On 12:02 PM Add Comment Windows Server 2012
Before joining the server to the domain, you need to give it a unique name to identify it on the network. Check this artic...
Read More
How To Migrate Windows Server 2008 R2 Active Directory Domain Services To Windows Server 2012

How To Migrate Windows Server 2008 R2 Active Directory Domain Services To Windows Server 2012

Posted by https://systemhelpline.blogspot.com/ On 12:01 PM Add Comment Windows Server 2012
To perform the below steps, you will need to use a domain account which is member member of Domain Admins and Enterprise Adm...
Read More
Introducing Microsoft Hyper-V Server 2008 - Part 2 : Configuration

Introducing Microsoft Hyper-V Server 2008 - Part 2 : Configuration

Posted by https://systemhelpline.blogspot.com/ On 11:58 AM Add Comment Networking
Opening the Command Line window Click CTRL+ALT+DEL > click on Start Task Manager Click o...
Read More
Enabling Wireless Network for a Hyper-V Virtual Machine

Enabling Wireless Network for a Hyper-V Virtual Machine

Posted by https://systemhelpline.blogspot.com/ On 11:55 AM Add Comment Networking
Note : Before proceeding, you will need to enable wireless networking on Windows Ser...
Read More
How to Activate Windows Server 2008 Online

How to Activate Windows Server 2008 Online

Posted by https://systemhelpline.blogspot.com/ On 11:53 AM Add Comment Windows Server 2008/R2
Note : Before your begin, make sure your server has an Internet connection Click on Start > then right click on Comp...
Read More
Setting a Windows Server 2008 Domain Controller as a Global Catalog

Setting a Windows Server 2008 Domain Controller as a Global Catalog

Posted by https://systemhelpline.blogspot.com/ On 11:51 AM Add Comment Windows Server 2008/R2
To set an additional Domain Controller as a Global Catalog Server, follow the ...
Read More
Creating Detailed Reports Using ISA Server 2006 and Excel

Creating Detailed Reports Using ISA Server 2006 and Excel

Posted by https://systemhelpline.blogspot.com/ On 11:42 AM Add Comment ISA Server
Open ISA Management Console
Read More
Assigning the Same Static IP for a VPN Client

Assigning the Same Static IP for a VPN Client

Posted by https://systemhelpline.blogspot.com/ On 11:41 AM Add Comment ISA Server
Click Start , point to Administrative Tools , and then click Active Directory Users an...
Read More
Internal DNS Forwarding Through ISA Server 2004/2006

Internal DNS Forwarding Through ISA Server 2004/2006

Posted by https://systemhelpline.blogspot.com/ On 11:40 AM Add Comment ISA Server
Configuration on DNS Server   Click Start , point to Administrative Tools , and then click DNS . ...
Read More
Blocking Desired Extensions and Content Types

Blocking Desired Extensions and Content Types

Posted by https://systemhelpline.blogspot.com/ On 11:39 AM Add Comment ISA Server
Open ISA Management Console   Create a new Access rule, Right click Firewall Policy , then click on Ne...
Read More
Allowing FTP Uploads Through ISA Server 2004/2006

Allowing FTP Uploads Through ISA Server 2004/2006

Posted by https://systemhelpline.blogspot.com/ On 11:37 AM Add Comment ISA Server
Configuration Open ISA Management Console Create a new Access rule, Right click Fi...
Read More
How to Set Password on Word Document

How to Set Password on Word Document

Posted by https://systemhelpline.blogspot.com/ On 11:38 PM Add Comment Microsoft Office
Set a Password to document in Word 2010 Step 1 Click “File” tab > “Info”
Read More
How to Find the Serial Number of Your Apple Computer

How to Find the Serial Number of Your Apple Computer

Posted by https://systemhelpline.blogspot.com/ On 12:47 PM Add Comment Apple MAC OS
From the menu bar, click on the Apple logo and then click on About This Mac  
Read More
How To Find Out Your Windows 8 Product Key

How To Find Out Your Windows 8 Product Key

Posted by https://systemhelpline.blogspot.com/ On 12:39 PM 1 Comment Windows 8
we installed a new Windows 8 copy into our machine. As you have seen and already know, Windows 8 now requires you to type the produc...
Read More
How To Sign in Directly To the Desktop in Windows 8.1

How To Sign in Directly To the Desktop in Windows 8.1

Posted by https://systemhelpline.blogspot.com/ On 12:36 PM Add Comment Windows 8
Booting directly to the Start Screen was one feature that many users hated in Windows 8. Microsoft has addres...
Read More
How To Create a Bootable USB Disk For Windows 8.1

How To Create a Bootable USB Disk For Windows 8.1

Posted by https://systemhelpline.blogspot.com/ On 12:34 PM Add Comment Windows 8
When you purchase Windows 8 or 8.1 from Microsoft Store , you are able to instantly download its ISO ...
Read More
Downloading and Installing Windows XP Mode and Windows Virtual PC on Windows 7

Downloading and Installing Windows XP Mode and Windows Virtual PC on Windows 7

Posted by https://systemhelpline.blogspot.com/ On 12:31 PM Add Comment Windows 7
Windows Virtual PC can be installed on Windows 7 Professional, Windows 7 Ultimate, and Windows 7 Enterprise. It allows you t...
Read More
Running Legacy Applications on Windows 7 using Windows XP Mode

Running Legacy Applications on Windows 7 using Windows XP Mode

Posted by https://systemhelpline.blogspot.com/ On 12:30 PM Add Comment Windows 7
As you already know, Windows Virtual PC is the runtime engine for Windows XP Mode to provide a virtual Windows enviro...
Read More
Subscribe to: Posts (Atom)
  • Facebook
  • twitter
  • googleplus
  • linkedin
  • youtube

Label

  • Apple MAC OS
  • C++
  • Computer Organization & Architecture MCQs
  • Computer Science MCQs
  • Exchange Server
  • ISA Server
  • It Video
  • Microsoft Office
  • Networking
  • News
  • Pedagogy MCQS
  • PHP
  • Sides Links
  • SoftWare
  • Technology
  • Video
  • Windows 7
  • Windows 8
  • Windows Server 2008/R2
  • Windows Server 2012

Popular

  • How to merge rows in Excel 2010 and 2013 without losing data
    This tutorial provides solutions for 4 different scenarios of merging rows in Excel. See how you can quickly merge multiple rows without ...
  • MCQs of Education
    MCQs of Education
    In 1974 University Grants Commission was established in __________ Peshawar Karachi Lahore Islamabad The University Grants ...
  • Computer Organization & Architecture MCQs
    Computer Organization & Architecture MCQs
    1. The decoded instruction is stored in ______ . a) IR b) PC c) Registers d) MDR Answer:a -------------------------------------...
  • How to Change OWA Logon Option in Exchange Server 2013
    The default logon option in OWA is using the format : Domain\username  as shown in the below snapshot You can change the...
  • TMG 2010 Managing Forefront Remotely From a 32 bit Client
    ISA Server 2000/2004/2006 have always been a 32 bit edition software. However, Forefront Threat Management Gateway 2010 is not supported on...
  • Theory of Education MCQs
    When the topic or an area of a course contains a lot of information, it is recommended to use lecture method inquiry-based method coop...
  • Passing Arguments to Function
    In programming, argument(parameter) refers to data this is passed to function(function definition) while calling function. In above exampl...
  • Education pedagogy MCQS
    In education, __________ is used to make inference about the learning and development of students. assessment evaluation measurement ...
  • static Keyword in PHP
    Normally, when a function is completed/executed, all of its variables are deleted. However, sometimes we want a local variable NOT to be d...
  • Project abstracts and downloads
    Project abstracts and downloads for academic mini projects and final year projects http://projectabstracts.com/

Arsip

  • ►  2017 (6)
    • ►  January (6)
  • ►  2016 (28)
    • ►  December (1)
    • ►  October (2)
    • ►  August (16)
    • ►  June (8)
    • ►  May (1)
  • ►  2015 (5)
    • ►  June (5)
  • ▼  2014 (64)
    • ▼  November (4)
      • C++ Multilevel Inheritance and Multiple Inheritance
      • C++ Function Overriding
      • Public, Protected and Private Inheritance in C++ P...
      • C++ Inheritance
    • ►  August (59)
      • Passing Arguments to Function
      • User-defined Function
      • C++ Library Function
      • Program to find factorial of Number in C++
      • How to Install and Configure Windows Server 2008 D...
      • Running Windows Server 2008 R2 – Installing and Cr...
      • How To Use Remote Desktop In Windows Server 2008 F...
      • How To Create Additional Domain Controller (ADC) I...
      • Installing Exchange Server 2010 SP1 on Windows Ser...
      • How To Activate Exchange Server 2010
      • Installing Service Pack 2 For Exchange Server 2010
      • How To Create A New User Mailbox in Exchange Serve...
      • How To Create a Send Connector in Exchange Server ...
      • How To Install an SSL Certificate in Microsoft Exc...
      • How to Change OWA Forms-Based Logon Option in Exch...
      • How To Upgrade Exchange Server 2010 From Standard ...
      • Installing Service Pack 3 For Exchange Server 2010
      • Installing Microsoft Exchange Server 2013 Prerequi...
      • Installing Microsoft Exchange Server 2013 On Windo...
      • How To Access Exchange Admin Center in Exchange Se...
      • How To Upgrade Exchange Server 2013 To Exchange Se...
      • How To Create a New User Mailbox in Exchange Serve...
      • How To Install Windows Server 2012
      • How To Activate Windows Server 2012
      • How To Change Computer Name in Windows Server 2012
      • Setting Up Your First Active Directory Domain Cont...
      • Setting Up Additional Active Directory Domain Cont...
      • How To Enable Windows 8 Features in Windows Server...
      • How To Join Windows Server 2012 to a Domain
      • How To Migrate Windows Server 2008 R2 Active Direc...
      • Introducing Microsoft Hyper-V Server 2008 - Part 2...
      • Enabling Wireless Network for a Hyper-V Virtual Ma...
      • How to Activate Windows Server 2008 Online
      • Setting a Windows Server 2008 Domain Controller as...
      • Creating Detailed Reports Using ISA Server 2006 an...
      • Assigning the Same Static IP for a VPN Client
      • Internal DNS Forwarding Through ISA Server 2004/2006
      • Blocking Desired Extensions and Content Types
      • Allowing FTP Uploads Through ISA Server 2004/2006
      • How to Set Password on Word Document
      • How to Find the Serial Number of Your Apple Computer
      • How To Find Out Your Windows 8 Product Key
      • How To Sign in Directly To the Desktop in Windows 8.1
      • How To Create a Bootable USB Disk For Windows 8.1
      • Downloading and Installing Windows XP Mode and Win...
      • Running Legacy Applications on Windows 7 using Win...
    • ►  May (1)
  • ►  2010 (1)
    • ►  November (1)

Label

News Exchange Server Windows Server 2008/R2 Windows Server 2012 ISA Server Windows 7 Networking
Copyright © 2014 System Help Line All Right Reserved
Design by Abdul Rahman Powered by System Help Line