Windows admin interview questions (includes Vista)
Sites in Active Directory represent the physical structure, or topology, of your network. Active Directory uses topology information, stored as site and site link objects in the directory, to build the most efficient replication topology. You use Active Directory Sites and Services to define sites and site links. A site is a...
Categories
- All Posts
- android
- AntiVirus
- apps
- AWS
- Backup
- Batch
- Blogger
- Books
- CISCO
- Cloud
- Cluster
- Coin Master
- commands
- Commvault
- Configurations
- CSS
- Data Protector
- Data Recovery
- DB Backup
- Desktop Sharing
- Disabling
- domain
- Downloads
- Dumps
- ESX
- exam questions
- Excel
- Exchange
- FOLDER LOCK
- free Books
- games
- Guide
- Hacks
- HP - UX
- HP0-A113
- HP0-A113 HP ATP - Data Protector v9 (Exam 1 Questions) - Question 9
- HTML
- Hyper-V
- information
- Internet
- interview questions
- inventory
- jQuery
- key
- Links
- Linux or Unix
- Mcafee
- microsoft
- Migrations
- mobile tips
- NetBackup
- Networker
- Networking
- Online Database
- Operating system
- Outlook
- Password reset
- PHP
- Ports
- RAID
- regedit-tips
- Registry
- SAN
- SBS 2008
- Simulator
- software
- SQL
- Storage
- Study Meterial
- tech support
- Tools
- Top List
- Troble Shooting
- Useful commands
- vbscript
- Veeam
- Videos
- Virtual Machine
- VirtualBox
- VMWare
- VSphere
- webinar
- windows
- windows 10
- Windows 2003
- Windows 2008
- Windows 7
- Windows 8
- Windows Tips
- windows XP
- YouTube
Contact
Friday, December 24, 2010
15. What is LDP? What is REPLMON? What is ADSIEDIT? What is NETDOM? What is REPADMIN?
Windows admin interview questions (includes Vista)
The Lightweight Directory Access Protocol, or LDAP is an application protocol for querying and modifying directory services running over TCP/IP.[1]
A directory is a set of objects with attributes organized in a logical and hierarchical manner. The most common example is the telephone directory, which consists of a series of...
14. What are the Support Tools? Why do I need them?
The Windows 2003 support tools are a collection of resources with the aim of assisting administrators to simplify management tasks. These include: troubleshooting operating systems, configuring networking and security features, managing Active Directory, and automating application deployment. With the use of these tools, the user is able to pin-point problematic issues with the...
13. Trying to look at the Schema, how can I do that?
Windows admin interview questions (includes Vista)
Active Directory Schema Tools and Settings
When existing class and attribute definitions in the Active Directory schema do not meet the needs of your organization, you can use schema-based administrative tools to modify or add schema objects. You can modify an existing attribute or add a new class or attribute to the schema to...
12. Why not make all DCs in a large forest as GCs?
Windows admin interview questions (includes Vista)
Unless you have some really bad connections that may not be able to handle the extra traffic, you should make every DC a GC. In ANY single domain forest, it is recommended and beneficial to make all DCs GCs since it has no replication impact and serves to better distribute query load.
...
11. How do you view all the GCs in the forest?
Windows admin interview questions (includes Vista)
DSQUERY server can be used to locate global catalogs
To search the entire forest
dsquery server -forest -isgc
To locate global catalogs in your current (logon) domain
dsquery server –isgc.
To locate global catalogs in a specific domain
dsquery server -domain tech.cpandl.com -isgc
Here, you search for global catalog servers in...
10. What is the Global Catalog?
Windows admin interview questions (includes Vista)
The global catalog is a distributed data repository that contains a searchable, partial representation of every object in every domain in a multidomain Active Directory Domain Services (AD DS) forest. The global catalog is stored on domain controllers that have been designated as global catalog servers and is distributed through...
9. How do you view replication properties for AD partitions and DCs?
Windows admin interview questions (includes Vista)
Install Replication Monitor from Support tools, run from command line with "replmon" command, and add DC and it will show you all partitions that DC holds and all replication partners for each partiti...
8. How do you create a new application partition
Windows admin interview questions (includes Vista)
You can create an application directory partition by using the create nc option in the domain management (partition management in windows 2008) menu of Ntdsutil. When creating an application directory partition using LDP or ADSI, provide a description in the description attribute of the domain DNS object that indicates the specific...
7. What are application partitions? When do I use them
Windows admin interview questions (includes Vista)
An application directory partition is a directory partition that is replicated only to specific domain controllers. A domain controller that participates in the replication of a particular application directory partition hosts a replica of that partition. Only domain controllers running Windows Server 2003 can host a replica of...
6. Name the AD NCs and replication issues for each NC
Windows admin interview questions (includes Vista)
There are three predefined Naming Contexts (NC)
1. Domain Naming Context - One per domain. The domain naming context stores users, computers, groups, and other objects for that domain. All domain controllers that are joined to the domain share a full writeable copy of the domain directory partition. Additionally, all domain controllers...
5.What is the SYSVOL folder?
Windows admin interview questions (includes Vista)
System Volume (SYSVOL) is a shared directory that stores the server copy of the domain public files (Policies and scripts) that must be shared for common access and replication throughout a domain. It must be located in NTFS volume (because junctions are used within the SYSVOL folder structure)
...
4.Where is the AD database held? What other folders are related to AD?
Windows admin interview questions (includes Vista)
The Active Directory Database is Stored in %SYSTEM ROOT%\NDTS folder. Main database file for active directory is ntds.dit. Along with this file there are other files also present in this folder. These files are created when you run dcpromo. These are the main files controlling the AD structure
ntds.dit: This is the main database...
3. Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.
Windows admin interview questions (includes Vista)
Active Directory is a LDAP compatible directory service and supported by various third party applications like Novell DirXML, and Atlassian Crowd.
Microsoft Identity Integration Server (MIIS) is one of the options you can use to act as an intermediary between two directories (including directories used by SAP, Domino, etc).
MIIS...
2 Windows admin interview questions (includes Vista)
2. What is LDAP?
LDAP, Lightweight Directory Access Protocol, is an Internet protocol that email and other programs use to look up information from a server.
Every email program has a personal address book, but how do you look up an address for someone who's never sent you email? How can an organization keep one centralized up-to-date phone book that everybody has access to?
That...
1 Windows admin interview questions (includes Vista)
1. What is Active Directory?
An active directory is a directory structure used on Microsoft Windows based computers and servers to store information and data about networks and domains.
A central component of the Windows platform, Active Directory directory service provides the means to manage the identities and relationships that make up network environments. Windows Server...
Monday, December 20, 2010
Backing Up the Registry
There are many backup programs for the registry but if the computer goes down and you can't fire off Win95 because of the registry problem.
Backup to a directory the following files:
SYSTEM.DATA
SYSTEM.DA0 (Yes seem to be the same size)
USER.DAT
USER.DA0 (Same size likely)
WIN.INI
CONTROL.INI
SYSTEM.INI
These files can be copied to the windows directory from Win95 or DOS to help...
Keyboard Shortcuts
When speed counts, the keyboard is still king. Almost all the actions and commands you can perform with a mouse you can perform faster using combinations of keys on your keyboard. These simple keyboard shortcuts can get you where you want to go faster than several clicks...
Remove shortcut arrow from desktop icons
Here's how you can remove those shortcut arrows from your desktop icons in Windows XP.
1. Start regedit.
2. Navigate to HKEY_CLASSES_ROOTlnkfile
3. Delete the IsShortcut registry value.You may need to restart Windows X...
My Computer Won't Shut Down Itself After Installing XP
There are a number of users who are noticing that their PC will no longer automatically power down/shut off without pressing the power off button on the computers unlike in Windows Me/95/2000. There could be a number of reasons for this - but the main one seems to be that...
How To Enable Hibernation
Under Windows 98, Me, or 2000 there was an option in the shutdown dialog box to enter the computer into hibernation (where all the content of the RAM is copied to the hard disk). The shutdown dialog box of Windows XP doesn't offer any longer the hibernation button. Some users...
Microsoft Office 2007 filename extensions
Word 2007 File Type Extension
• docx - Word 2007 XML Document
• docm - Word 2007 XML Macro-Enabled Document
• dotx - Word 2007 XML Template
• dotm - Word 2007 XML Macro-Enabled Template
Excel 2007 File Type Extensio...
Restricting Logon Access
If you work in a multiuser computing environment, and you have full (administrator level) access to your computer, you might want to restrict unauthorized access to your "sensitive" files under Windows 95/98.
One way is to disable the Cancel button in the Logon ...
Search For Hidden Or System Files In Windows XP
The Search companion in Windows XP searches for hidden and system files differently than in earlier versions of Windows. This guide describes how to search for hidden or system files in Windows XP.
Search for Hidden or System Files By...
Add Open With to all files
You can add "Open With..." to the Right click context menu of all files.This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the ".txt" key. 1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\*\Shell
3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new
4. Set the...
Turn off Welcome screen
Open User Accounts in Control Panel.
Click Change the way users log on or ...
XP Computer management console
To quickly access the computer management console, where you can see event logs (to see what's causing a problem, for example), right-click My Computer and choose Manage.
Then, select the Event viewer and double-click highlighted events in the Applications or System areas to view detailed explanations of what went wro...
Sunday, October 10, 2010
Automatic Screen Refresh
When you make changes to your hard drive and use Explorer, the changes are not usually displayed until you press the F5 key
To make the updates automatic:
Start Regedit
Go to HKEY_LOCAL_MACHINE / System / CurrentControlSet / Control / UpdateMode
Edit the DWORD value to be between 1 and 7
Restart Windo...
Deleting Registry Keys from the Command Line
With the OEM Version of Windows95, a new switch, /D, is added to Regedit.
This enables you to delete items from Registry.
The syntax is: REGEDIT /L:system.dat_location /R:user.dat_location /D Reg_Key
where Reg_Key is the key you want to delete
There are two requirements:
1. That you have to boot to the same OEM version of Windows95 as the REGEDIT.EXE file.
2. You cannot be in...
Creating a Default File Opener
If you have a un-registered file type and want to view it with Explorer's Right-click
you can add your program to the right-click options by:
Starting Regedit
Go to HKEY_CLASS_ROOT / Unknown
Highlight the Shell Folder below it
Right click on Shell and create a New Key
Name it anything you want (For example NOTEPAD)
Create a New Key under that named command
Highlight the Command...
Creating a Network Logon Banner
If you want to create a Network Logon Banner:
Start Regedit
Go To HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon
Create a new String called LegalNoticeCaption
Enter the text for your bann...
Changing the Location of Windows95's Installation Files
If you need to change the drive and or path where Windows95 will look for it's installation files:
Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Setup \ SourcePath
Change the location from the...
Getting Rid of Tips
Remember those "Tips of the day" that appeared when you first install Win95?
If you don't want them any longer and want to clear yet more Clutter, approximately 5K, you can delete them at:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ T...
Saving Desktop Settings
When I would go to Control Panel or Start Menu Programs, or any other Desktop window setting; meaning size, position, icon arrangement, they would never be as I set them. I found an answer:
At [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
There is a "NoSaveSettings" key. I deleted it and now my all my stuff stays where I tell it.
The same key...
Adding Explore From Here to Every Folder
Start Regedit
Go to HKEY_CLASSES_ROOT \ Folder \ shell
Add a key rootexplore
Give it a default value of E&xplore From Here
Go to HKEY_CLASSES_ROOT \ Folder \ shell \ rootexplore
Add a key command
Give it a default value of Explorer.exe /e,/root,/idlist,%i
Now when you right click...
Adding an Application to the Right Click on Every Folder
Here is how to add any application to the menu when you right click on any Folder.
This could be useful if there is an app you always want available and don't want to go through the Start menu
Start Regedit
Go to HKEY_CLASSES_ROOT \ Folder \ shell
Add a key Name_of_Your_App
This can really be any label, just use one that makes sense to you
Give it a default value of Name_of_Your_App
Putting...
Changing the Registered Owner
Starting Regedit
Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion
From there you can edit the name in the Registered Owner k...
Thursday, July 29, 2010
Disable the Excel prompt for opening formats different than the extension
many web sites export tabular information from grids/tables into 'Excel' format. the file is not a true Excel format and actually contains X/HTML. if the file is opened in Excel 2007 you may get a prompt that the file is in a different format than specified by the file extension.
If you regularly work with files like this, there is a way to disable this prompt, add a DWORD key...
Change where sent e-mail messages are saved when using an Exchange account
By default, a copy of each message that you send is saved in the Sent Items folder.
When you reply to or forward an e-mail message that is saved in any folder other than the Inbox, you can configure Outlook to save a copy of the sent message in the same folder as the original message.
1. On the Tools menu, click Options, and then on the Preferences tab, click E-mail Options....
Thursday, May 6, 2010
Microsoft Outlook 2007 Running Slow? Fix the Problem Now

Microsoft Outlook 2007 is painfully slow. Whether you are running a trial copy of Outlook or a licensed version, the performance of Outlook 2007 software is much slower than even it's predecessor, Outlook 2003.
The software freezes during start-up, the status bar shows "Loading...
An error occurred adding the following Windows SharePoint Services folder to Outlook
Error message:
1. Quit Outlook 2007. 2. Click Start, click Run, type regedit, and then click OK. 3. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Outlook4. ...
Tuesday, April 13, 2010
How to hack Hotmail or Yahoo Passwords
How to hack Hotmail or Yahoo Passwords
You can use your Hotmail address to get a Yahoo address and vice versa also:Here is how to do it. First, open a new email message. Type in the “To:” box this email address: psswrd_lost@hotmail.com. In the subject line, type “LOST PASSWORD”. In the body, type on the 1st line your email address (ex: you@hotmail.com or you@yahoo.com). On the...
EMC Navisphere Simulator Download
I’m currently revising for an EMC exam and part of the course material involves doing some training on the Navisphere simulator. No problems, except where on earth do you download the simulator software? I searched for ages before finding out that you only get access to it on EMC...
Silently and remotely remove Symantec Antivirus
There is even a line there showing what program it calls to actually uninstall which is (surprise, surprise) MsiExec.exe. Just typing that line in a console starts the removal process just as if you called it from add and remove programs.
The actual line needed with all of the proper arguments is.
"MsiExec.exe /norestart /q/x{BA4B71D1-898E-4306-AE87-8BA7A596F0ED} REMOVE=ALL"Typing...
Friday, April 9, 2010
Network Problem while installing VPN client.
Re-join the machine into Domain.
Here is the commands and we need Domain Admin rights to upon
this commands to re-join the machine into Domain
· netsh int ip reset resetlog.txt · netsh winsock reset cata...
Subscribe to:
Posts (Atom)
Upcoming Topics
Search This Blog
Subscribe via email
Weekly
-
Below are some of the frequently asked Storage (SAN)...
-
#NetBackup interview Questions and Answers. I just...
-
Based on my experience in the daily issues level I have...
-
AWS Interview Questions And Answers The AWS Solution...
-
Down loaders are wants a free rapidshare premium account ...
-
AZ-900 Dumps - Actual exam question and Answers from...
-
Master Server Daemons/Processes Request daemon bprd ...
-
Veeam is a software company that provides data backup...
-
Users of Packet Tracer 3.2, 4.0 and 5.0 will note a variety...
- NetBackup interview Questions and Answers - Top Rated list - 8/28/2019
- EMC Networker Interview Questions - Top Listed Networker FAQ - 8/28/2019
- Netbackup Cheat Sheet - 6/5/2019
- AWS Interview Questions And Answers - AWS scenario based interview question most asked - Part4 - 4/30/2019
- AWS Interview Questions And Answers - AWS scenario based interview question most asked - Part3 - 4/30/2019