one more virtual software
SUN V BOX :: http://www.virtualbox.org/wiki/Downloads
one more virtual software
SUN V BOX :: http://www.virtualbox.org/wiki/Downloads
http://www.comptechdoc.org/os/windows/win2k/index.html
People can go through with the left side list from 1 to 75
1. Click Start/Run and type APPWIZ.CPL to open "Add/Remove Programs"
2. Click Start/Run and type SYSDM.CPL to open "System Properties"
3. Click Start/Run and type HDWWIZ.CPL to open the Add New Hardware Wizard
4. Click Start/Run and type NCPA.CPL to open "Network Connections"
5. Click Start/Run and type LOGOFF and press Enter to LOG OFF the current logged user
Join the computer silently to the Domain
Or, in the command you want to use:
netdom join /d:mydomain.com Computertobeaddednamehere /ud:mydomain.com\administrator /pd:oil@22
echo ***** Are you sure you want to add these accounts? *******
echo *** If not, press CTRL-C to terminate this batch file ***
pause
FOR %%X IN (NT1 NT2 NT3 NT4 NT5) DO NET COMPUTER \\%%X /ADD
FOR %%X IN (NT6 NT7 NT8 NT9 NT10) DO NET COMPUTER \\%%X /ADD
cls
echo ******* Machine Accounts Added ********
pause
use ease:--
For /F %a in (list.txt) do addaptr.bat %a
list.txt sample input is
addaptr.BAT DNSSERVERNAME COMPUTERSNAMETOBEADD.DOMAINNAME.COM IPADDRESS
addaptr.bat 10.0.0.20 QTEST.PADDYMADDY.COM 10.0.0.23
script:-
:: addaptr.bat
::
:: Purpose: Add an A and PTR record using dnscmd.exe
::
:: Usage: addaptr dnsserver fqdn ipadd
::
:: dnsserver DNS server's ip, hostname or "." if the
:: DNS service is running on local machine
:: fqdn FQDN of the host you want the records
:: to be added for (hostname.mydomain.com)
:: ipadd ip address of the host
:: __________________________________________________________________
::
@Echo Off
SetLocal
Set dnsserver=%1
Set fqdn=%2
Set ipadd=%3
If Not Defined ipadd (
Echo Add an A and PTR record using dnscmd.exe
Echo.
Echo %~n0 dnsserver fqdn ipadd
Echo.
Echo dnsserver DNS server's ip address, hostname, or "." if the DNS
Echo service is running on local machine.
Echo fqdn FQDN of the host you want the records to be added for
Echo ^(hostname.mydomain.com^)
Echo ipadd ip address of the host
Goto End
)
For /F "Tokens=1,* Delims=." %%A In ("%fqdn%") Do (
Set hostname=%%A
Set fzone=%%B
)
For /F "Tokens=1-4 Delims=." %%A In ("%ipadd%") Do (
Set rzone=%%C.%%B.%%A.in-addr.arpa
Set okt4=%%D
)
:: Add PTR record
DnsCmd %dnsserver% /RecordAdd %rzone% %okt4% PTR %fqdn%
:: Add A record
DnsCmd %dnsserver% /RecordAdd %fzone% %hostname% A %ipadd%
Echo Done.
Goto End
:Err
Type %TEMP%.\%~n0.log
Pause
:End
If Exist %TEMP%.\%~n0.log Del %TEMP%.\%~n0.log
EndLocal</pre>
=IF(ISNA(VLOOKUP(A:A,'[17.0.xls]BAU Accepted Servers'!$B:$B,2,0)),"Not In BAU servers List","Yes server In BAU servers List")
=IF(ISNA(VLOOKUP(A:A,'[17.0.xls]Decommissioned Server List'!$B:$B,2,0)),"Not In BAU servers List","Yes Server In Decommissioned list")
=VLOOKUP(A321,'[17.0.xls]Decommissioned Server List'!$B$2:$C$81,2,FALSE)
a | a | Yes server In BAU servers List (=IF(ISNA(VLOOKUP(A:A,B:B:$B$99,2,0)),"Not In BAU servers List","Yes server In BAU servers List")) |
b | a | Yes server In BAU servers List |
a | b | Yes server In BAU servers List |
=IF(ISNA(VLOOKUP(A:A,B:B:$B$99,2,0)),"Not In BAU servers List","Yes server In BAU servers List")
How to scan for viruses in DOS
Windows XP utilize a restore utility that backs up and protects selected files automatically to the C:\_Restore folder. This means that an infected file could be stored there as a backup and VirusScan would be unable to delete these files. The System Restore utility must be disabled to remove any infected files from the C:\_Restore folder.
This will perform a virus scan, which will clean and delete any viruses you may have on your computer.
After the scan has run, a summary report of the scan will be created in the sdat folder on the C:\ drive. If this summary reports that your computer had multiple infections, it is recommended that you run the scan again to make sure the computer has been completely cleaned.
To determine if an additional scan is needed, please complete the following steps:
Updates Performance Monitor counter
LODCTR
Updates Performance Monitor counter names and explain text for an extensible
counter
Usage:
LODCTR [\\computername] filename
computername is the name of the remote computer.
Local machine is used if computername is not specified.
filename is the name of the initialization file that contains
the counter name definitions and explain text for an extensible
counter DLL.
LODCTR /S:<FileName>
save current perf registry strings and info to <FileName>
LODCTR /R:<FileName>
restore perf registry strings and info using <FileName>
Note: any arguments with spaces in the names must be enclosed within
Double Quotation marks.
By accessing this Website, you indicate your acknowledgement acceptance of the following terms and conditions. These terms and conditions may change from time to time, and you agree to be bound by any such changes when posted on this Website, including its affiliates, as applicable reserves all of its rights at law and equity, The information and content displayed on this Website, including but not limited to text, graphics, logos, images, audio clips and software, is the property of Public or its licensors, as the case may be, and is protected by copyright laws. While I invite you to browse, no content or information on this Website may be downloaded, reproduced or modified in any manner without the prior written consent of me (PaddyMaddy) or as otherwise expressly provided herein.