Unabletoinstall

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, March 25, 2011

What are the diffrence between WIndows Server 2003 and 2008?

Posted on 3:14 AM by Unknown
1) 2008 is a combination of vista and windows 2003r2. Some new services are introduced in it



1. RODC one new domain controller introduced in it [Read-only Domain controllers.]


2. WDS (windows deployment services) instead of RIS in 2003 server


3. shadow copy for each and every folders


4.boot sequence is changed


5.installation is 32 bit where as 2003 it is 16 as well as 32 bit, that’s why installation of 2008 is faster


6.services are known as role in it


7. Group policy editor is a separate option in ads






2) The main difference between 2003 and 2008 is Virtualization, management.


2008 has more inbuilt components and updated third party drivers Microsoft introduces new feature with 2k8 that is Hyper-V Windows Server 2008 introduces Hyper-V (V for Virtualization) but only on 64bit versions. More and more companies are seeing this as a way of reducing hardware costs by running several 'virtual' servers on one physical machine. If you like this exciting technology, make sure that you buy an edition of Windows Server 2008 that includes Hyper-V, then launch the Server Manger, add Roles.






3) In Windows Server 2008, Microsoft is introducing new features and technologies, some of which were not available in Windows Server 2003 with Service Pack 1 (SP1), that will help to reduce the power consumption of server and client operating systems, minimize environmental byproducts, and increase server efficiency.


Microsoft Windows Server 2008 has been designed with energy efficiency in mind, to provide customers with ready and convenient access to a number of new power-saving features. It includes updated support for Advanced Configuration and Power Interface (ACPI) processor power management (PPM) features, including support for processor performance states (P-states) and processor idle sleep states on multiprocessor systems. These features simplify power management in Windows Server 2008 (WS08) and can be managed easily across servers and clients using Group Policies.


Read More
Posted in | No comments

Tuesday, March 22, 2011

How to Search EFS Files and Folders?

Posted on 10:35 PM by Unknown
1) Using Search


If you have lots of time on your hands or are looking for extra pain in your life, one tool you could use to find encrypted folders and files is Windows' Search functionality. By searching for *.*, you can get a list of every single folder and file on your hard drive. You then need to look through all the results for any folder or file that's highlighted in green (assuming you haven't changed the default color for EFS folders and files).
2) Using EFSinfo

A slightly better way to find EFS folders and files is to use Microsoft's EFSinfo command-line tool. You can find it in the \Support\Tools folder on the Windows Server 2003 CD-ROM. You can use this tool to find all encrypted folders and files on your computer, but it typically produces a blizzard of information that's difficult to plow through. For example, try issuing the following command at the root of your C drive

Efsinfo /S:C:

All the filenames and folder names go blasting across your screen, so it's like looking for a needle in a haystack. You can display only those lines that contain the string ": Encrypted" by running the command

Efsinfo /S:C:  Find ": Encrypted"

Now you at least get some filtered results such as
EFS-Test.txt: Encrypted
EFS-Test: Encrypted

But, sadly, the results don't include the paths to the encrypted folders and files. (Maybe a newer version of the EFSinfo tool does, but I couldn't get the version I was using to give up this information.)

3) Using Cipher

A more suitable way to find encrypted folders and files is to use Cipher. This powerful command-line utility has many encryption and decryption options for managing the encryption environment. You can also use it to determine whether any encrypted files exist on your computer. For example, the command

Cipher /U /N

checks for encrypted files on your computer and displays any it finds. As these results show
Encrypted File(s) on your system:

C:\Program Files\EFS-Test.txt

the file's full path is included. However, in all the tests I conducted in Windows 7, the results didn't include the empty encrypted folder.

4) Using EFS-Find.vbs


When you can't get off-the-shelf tools to do exactly what you want, it's time to see what good old VBScript can do. That's how EFS-Find.vbs came into being. EFS-Find.vbs locates all encrypted folders and files on your hard disk and automatically saves their complete paths to a log file.

You can download EFS-Find.vbs by going to the Link (http://www.windowsitpro.com/article/security/A-Fast-Way-to-Find-EFS-Folders-and-Files/3.aspx) and clicking on the Download the Code Here button (The file will be named 129393.zip). Save the script to a location on your computer (in this example, C:\Test\EFS-Find.vbs), then open a command prompt window as an administer and run the command

Cscript //NOLOGO C:\Test\EFS-Find.vbs

The script will search all the local hard drives on your computer and report on any EFS folders and files it finds. Unlike the Cipher /U /N command, EFS-Find.vbs reports on any empty encrypted folders.

Besides displaying a summary report on screen, the script displays the log file's name, which is in the format EFS-Find-%COMPUTERNAME%.txt. This naming convention makes it easy to distinguish between different computers if you need to push the files to a central location without them being overwritten. The log file is saved to the directory specified in the %TEMP% environment variable, which is usually the current user's temporary folder.

Here's how EFS-Find.vbs works. It begins by making sure that you're a local administrator so that it can run properly. Then, for each fixed drive, it performs two checks. First, it checks each folder to see if it's encrypted. It does this by taking advantage of Windows Management Instrumentation's (WMI's) Win32_Directory class. Second, it checks each file to see if it's encrypted using WMI's CIM_DataFile class. The script writes the results to the log file, which it opens before quitting. If you aren't running the script interactively, you can disable this feature. Find the code

objShell.Run



" _

& strLogFileName &



"

and comment it out.



The script also writes information to the registry at HKLM\SOFTWARE\EFS-Find. That way, there's always a fixed location to query the computer about the script's status. In addition, you can be certain of the computer's encryption status on that particular date.


EFS-Find.vbs returns an error level that you can check if desired. Simply execute the following command in the same command prompt window you used to run the script



ECHO %ERRORLEVEL%

An error level of 10 indicates the script exited because it wasn't run under elevated permissions (i.e., as an administrator). An error level of 999 indicates at least one EFS folder or file was detected. If the script returns an error level of 0, no EFS folders or files were detected.

If the script detects EFS folders and files, you can navigate to them using the paths provided in the log file and decrypt or remove them. Afterward, you can rerun EFS-Find.vbs and the error level check to confirm that no EFS folders or files exist.
Read More
Posted in | No comments

Friday, March 11, 2011

How to check the Windows Version installed in your machine?

Posted on 12:55 AM by Unknown
To check the Version, go to Start > Run > Type "Winver" and Press Enter.
You will get the details.
Read More
Posted in | No comments

Wednesday, March 9, 2011

Interview Questions asked for System Administrator Position!

Posted on 3:10 AM by Unknown
As far my 7years journey I have many interviews with many good reknown companies i.e. HP, IBM,Microsoft.
Here is a List of some questions (which i can remember ) asked to me in Either Telephonic or F2F interview:-
1) What is Active Directory?
2) What is Active Directory Database?
3) What is DNS?
4) What are different type of DNS records?
5) What are different type of DND scopes?
6) What you understand from DHCP?
7) How DHCP works?
8) What is the difference between the WINS and DNS?
9) How to Compact Active Directory?
10) How to Defragment Active Directory database? How many types of Defreagment available?
11) What is DHCP? and where is the Database stored?
12) What is Stub Zone?
13) 5 Major Difference between windows 2003 and windows 2008?
14) Port no of DHCP server? - DHCP server listens at 67 and responds at 68.


Read More
Posted in | No comments

Monday, March 7, 2011

Windows 7 and Windows Server 2008 R2 SP1

Posted on 4:11 AM by Unknown
Microsoft launched the SP1 for Win 7 and windows 2008 R2.
Please download it from below link:-
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda
Read More
Posted in | No comments

Saturday, March 5, 2011

How to check Last time when your machine restarted?

Posted on 2:30 AM by Unknown
To know the details about when was last time your Server / Machine restarted you can either use the command "Systeminfo" or you can right click on your network connections. It will give you how many days since your Server / machine is UP.

Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • Difference between Windows Server 2008 R2 and 2012
  • Schedule task Getting failed on Windows Server 2008.
    I found that there are many task schedulted in my windows server 2008 DC, those should run to complete some particular Job at particular tim...
  • Error:502 Source:Folder Redirection
    We have a windows Server 2008 R2 Enterprise and we found that in the Event Viewer we have this Error. We checked and found that Error detail...
  • How to reboot a Server from a Command Prompt?
    Dear Friends, If you found that there is any server in your network which seems Hanged (You are able to Ping but not able to Login), and You...
  • Uttrakhand IT Solutions.
    Hi All, This is a space where you can discuss your IT related issues. Whether its related to your Job, Career, hardware related, Software re...
  • Unable to install AVG, Error code:0xC0070643, Solved...!!
    We want to install AVG Business edition for one of our Server having Windows Server 2008 R2. Whenever we trying to install getting the ...
  • Error:8193 Source:VSS
    We have a terminal Server with windows server 2008 R2 Standard. We found that we keep receiving the Error 8193 with Source VSS. The error (E...
  • VSS Error 12293 and 12298
    Hello Friends, We have Shadow Protect Backup Solution installed on some WIndows Server 2003 Server. We keep getting Error in Event viewer fo...
  • Error:13568 Source:Ntfrs
    The File Replication Service has detected that the replica set "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR. Replic...
  • Vipre Agent Installation failed from Vipre Console 5.0.4943
    Problem: We have Upgraded our Vipre Console from 4.0 to 5.0. Now we have to make the installation for the Client Computers via Console. Whe...

Categories

  • .VDI
  • .VMDK
  • Active Directory
  • Antivirus
  • AVG
  • Backup
  • Citrix
  • Domain Controller
  • ESX
  • How to convert .VDI to .VMDK
  • Key File
  • Mcafee
  • Mcafee Saas Protection
  • Microsoft Exchange 2007/2010
  • Microsoft Internet Explorer
  • NTBACKUP
  • Outlook Web Access (OWA)
  • Post Installation issues after Sp1 of Windows Server 2008 R2
  • RDP
  • Remote Desktop
  • Shadow Protect
  • Share Point
  • StorageCraft
  • StorageCraft Image manager
  • Terminal Server
  • Testing Virtual machines.
  • Trend Micro Antivirus
  • Troubleshooting
  • USB Device
  • Vipre Antivirus
  • Virtual box
  • VMWARE
  • Windows 8
  • Windows SBS 2011
  • WIndows Server 2003
  • Windows Server 2008
  • Windows Server 2008 R2
  • Windows Server 2012

Blog Archive

  • ►  2013 (18)
    • ►  August (2)
    • ►  July (1)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (4)
  • ►  2012 (13)
    • ►  December (1)
    • ►  October (2)
    • ►  September (2)
    • ►  June (2)
    • ►  May (1)
    • ►  April (4)
    • ►  March (1)
  • ▼  2011 (32)
    • ►  November (1)
    • ►  September (1)
    • ►  July (3)
    • ►  June (5)
    • ►  May (6)
    • ►  April (2)
    • ▼  March (6)
      • What are the diffrence between WIndows Server 2003...
      • How to Search EFS Files and Folders?
      • How to check the Windows Version installed in your...
      • Interview Questions asked for System Administrator...
      • Windows 7 and Windows Server 2008 R2 SP1
      • How to check Last time when your machine restarted?
    • ►  February (6)
    • ►  January (2)
  • ►  2010 (1)
    • ►  May (1)
Powered by Blogger.

About Me

Unknown
View my complete profile