With native Windows 2000 commands: NETDOM QUERY /D:MyDomain SERVER NETDOM is part of the support tools found in the \SUPPORT directory of the Windows 2000 installation CDROM....
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
Monday, July 20, 2009
Find the primary domain controller
With native Windows 2000 commands: NETDOM QUERY /D:MyDomain PDC or, to find the FSMO with (native) Windows Server 2003 commands (Active Directory only): NETDOM QUERY /D:mydomain.com FSMO NETDOM is part of the support tools found in the \SUPPORT directory of the Windows 2000 installation CDROM....
List all domain controllers
With native Windows 2000 commands: NETDOM QUERY /D:MyDomain DC NETDOM is part of the support tools found in the \SUPPORT directory of the Windows 2000 installation CDROM. With (native) Windows Server 2003 commands (Active Directory only): DSQUERY Server or, if you prefer host names only (tip by Jim Christian Flatin): DSQUERY Server -o ...
List all computers in the network
With the native NET command: NET VIEW or, to list the names only: FOR /F "skip=3 delims=\ " %%A IN ('NET VIEW') DO ECHO.%%A delims is a backslash, followed by a tab and a space....
List all domains and workgroups in the network
With the native NET command: NET VIEW /DOM...
How to unlock a locked account
With the native NET command: NET USER loginname /DOMAIN /ACTIVE:YES or, if the password needs to be reset as well: NET USER loginname newpassword /DOMAIN /ACTIVE:YES...
Is someone's account locked?
With the native NET command: NET USER loginname /DOMAIN | FIND /I "Account active" The account is either locked ("Locked") or active ("Yes...
How do I reset someone's password?
With the native NET command: NET USER loginname newpassword /DOMAIN With (native) Windows Server 2003 commands: DSQUERY USER -samid loginname | DSMOD USER -pwd newpassword Note: To prevent the new password from being displayed on screen replace it with an asterisk (*); you will then be prompted (twice) to type the new password "blindl...
When did someone last change his password?
With the native NET command: NET USER loginname /DOMAIN | FIND /I "Password last s...
What permissions does a user have on this directory?
One could use the previous command to check what permissions a user has on a certain directory.However, sometimes SHOWACLS from the Window Server 2003 Resource Kit Tools is a better alternative: CD /D d:\directory2check SHOWACLS /U:domain\use...
What groups is this user a member of?
In Windows NT 4 and later, users usually are members of global groups. These global groups in turn are members of (domain) local groups. Access permissions are given to (domain) local groups.To check if a user has access to a resource, we need to check group membership recursively.With (native) Windows Server 2003 commands: DSQUERY USER -samid loginname | DSGET USER -memberof...
What is the full name for this login name?
With the native NET command: NET USER loginname /DOMAIN | FIND /I " name " With (native) Windows Server 2003 commands: DSQUERY USER -samid *loginname* | DSGET USER -samid -display Note: The NET command may seem more universal, because it requires neither Active Directory nor Windows Server 2003 commands, but it is language dependent! ...
What is this collegue's login name?
My collegues often forget to mention their logon account name when calling the helpdesk, and the helpdesk doesn't always ask either. I suppose they expect me to know all 1500+ accounts by heart.With (native) Windows Server 2003 commands only: DSQUERY USER -name *lastname* | DSGET USER -samid -display Note: Windows Server 2003's "DSTools" will work...
Who is logged on to a computer?
We often need to know who is currently logged on to a remote computer.With native Windows commands only: NBTSTAT -a remotecomputer | FIND "<03>" | FIND /I /V "remotecomputer" The first name in the list usually is the logged on user (try playing with the NET NAME command to learn more about the names displayed by NBTSTAT).This is the fastest way to find the logged on...
How many users are logged on/connected to a server?
Sometimes we may need to know how many users are logged on to a (file) server, like maybe when there is a performance degradation.At the server's console itself, with native commands only: NET SESSION | FIND /C "\\" Remotely, with the help of SysInternals' PSTools: PSEXEC \\servername NET SESSION | FIND /C "\\" By replacing FIND /C "\\" by FIND "\\" (removing the /C...
Domain implementation and Group policies brief overview
Download Word Documents Manageover.doc ClusteringOverview Adam.DOCIntmob.doc highavaildfsAD_SecurityADtechoverClusterQuorums BITSMMS_2003_OverviewMIISPassMgmtMngfrmwkMigUNIXPrintClusterMigwin32SANRMSTechOverviewScaleMIISSecplatStepbystep_IPv6finalWindowsSystemResourceManagerAccountingServerClustersArchitectureUDDIGuideUpgwin2kUDDISynopSecInnovationSUS_Deployguide_sp1UDDIScenWindowsSystemResourceManagerAccountingWMS_TechOverviewUDDISynopUpgwin2kConnecting_Remote_SitesconnectnetworkADLDAPComplianceWLANCertEnrollconnect...
Thursday, July 9, 2009
Backing Up Domain Controllers
It is important to back up your domain controllers to ensure their availability. Backing up a domain controller is like backing up a Microsoft® Exchange member server. The primary difference between backing up a domain controller and backing up an Exchange member server is that you...
Friday, June 26, 2009
network monitoring software WhatsUpGold

network monitoring software/WhatsUp Gold - Network Monitoring UtilityWhatsUp Gold network management software monitors over 100,000 networks worldwide. At Ipswitch we’ve been dedicated to IT managers for over 15 years and listen to our customer’s network needs. ...
Monday, June 22, 2009
Official Ways to Disable or Manually Uninstall the Microsoft Windows Genuine Advantage Notifications from Microsoft
Normal 0 false false false MicrosoftInternetExplorer4 st1\:*{behavior:url(#ieooui) } /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in;...
Disable and Remove Windows Genuine Advantage Notifications Nag Screen
This page has been updated, visit the new article on how to bypass and disable the WGA or way to make your Windows genuine permanently.Microsoft has released WGA Notifications application which effectively turned Microsoft Windows operating system into a ‘nagware’, with a “This copy of Windows is not genuine” warning. What the Windows Genuine Advantage Notifications application...
How to Find and Change Windows Product Key and Registration Information
Magical Jelly Bean Keyfinder is freeware utility by which you can you do the following:Find your Windows 95, 98, ME, NT4, 2000, XP, Server 2003, Windows Vista product keys.Find your Windows 95, 98, ME, NT4, 2000, XP, Server 2003, Windows Vista registration information.Change your...
Thursday, June 18, 2009
XP expires
To reduce instances of "casual copying" (a nice name for software piracy), Microsoft has implemented a two-stage antipiracy scheme in its upcoming OS. The first stage is the installation and registration counter: this lets you ...
Subscribe to:
Posts (Atom)
Upcoming Topics
Search This Blog
Subscribe via email
Weekly
-
Here I'm sharing frequently asked most top rated Interview...
-
Today i'm going to explain how to configure your VMware...
-
AWS Interview Questions And Answers The AWS Solution...
-
NetBackup Tutorial: Steps to verify device configuration...
-
Based on my experience in the daily issues level I have...
-
Users of Packet Tracer 3.2, 4.0 and 5.0 will note a variety...
-
Being a NetBackup backup administrator we should...
-
Master Server Daemons/Processes Request daemon bprd ...
-
NetBackup 7.x Backup Process Flow 1. When...
-
MicroFocus Data Protector (HPDP) - Most asked...
- 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