Student Name Class COMP230 Date Windows CLI Commands Lab Report NOTE: Please use Carriage Returns and Page Breaks as needed to prevent box contents from extending across page boundaries. Task 1: Rename the Ethernet Interface and Display IP Configuration Settings Open the Windows Command Prompt using the desktop or the Taskbar icon. Maximize the size of the CLI. Use the ipconfig /all command to determine the following IP configuration settings for “Wired” Ethernet NIC: IP Address:
Premium IP address Dynamic Host Configuration Protocol Subnetwork
Student Name Class Comp 230 Date 9-6-13 Windows CLI Commands Lab Report NOTE: Please use Carriage Returns and Page Breaks as needed to prevent box contents from extending across page boundaries. Task 1: Displaying IP Configuration Settings Open the Windows Command Prompt using the desktop or the Taskbar icon. Maximize the size of the CLI. Use the ipconfig /all command to determine the following IP configuration settings for “Wired” Ethernet NIC: IP Address: 169.254.33.8 Subnet
Premium IP address Dynamic Host Configuration Protocol Subnetwork
Student Name ____________________________ Date _____4/21/13________ VBScript Database Query Lab Report Task 4: Write and Run Database Query Program 1 In this scenario‚ we need to query the Computer database to determine which computers need to be replaced. Our decision will be based on the CPU speed‚ Number of Processors and the size of the Hard Drive. In the space provided in your Lab Report document‚ paste your modified VBScript program and the RUN. In the table cell below‚ paste your ComputerReplace
Premium Windows 7 Microsoft Windows Computer
Student Name | | Class | Comp230 | Date | | VBScript IP Array Report In the space provided below‚ copy and paste your VBScript Program Code. If it doesn’t fit‚ use the next page for the continuation of your sourcecode program ’ VBScript: IP_Array.vbs ’ Written by: ’ Date: Ju ’ Class: ’ Professor: ’ =================================== ’ This initialize a 2-dimension array ’ of IP Address. The first index +100 ’ is the room# and the second index+1 ’ is the computer# in the
Premium IP address Web server Internet Protocol
VBScript IP File Report In the space provided below‚ copy and paste your IP_FileWrite.vbs program sourcecode. If it doesn’t fit‚ use the next page for the continuation of your program sourcecode. ’ VBScript: IP_FileWrite.vbs ’ Written by: ’ Date: ’ Class: ’ Professor: ’ =================================== ’ This initializes a 2-dimension array ’ of IP Address. The first index +100 ’ is the room# and the second index+1 ’ is the computer# in the room. dim ipAddress(5‚3) ipAddress(0
Premium IP address Internet Explorer Microsoft
Student Name | | Class | | Date | | VBScript Network Shares Lab Key ’ VBScript: NetShareServer.vbs ’ Written by: Student Name ’ Date: Today’s Date ’ Class: COMP230 ’ Professor: Professor Name ’ ============================================== Set fso = CreateObject("Scripting.FileSystemObject") Set fileServ = GetObject("WinNT://vlab-PC1/LanmanServer‚FileService") ’On Error Resume Next fso.CreateFolder("C:\Public") fso.CopyFile "C:\Windows\Cursors\w*.*"‚"C:\Public" WScript.Echo vbCrLf
Premium Internet Explorer
Report In the space provided below‚ copy and paste your VBScript Program Code. If it doesn’t fit‚ use the next page for the continuation of your sourcecode program ’ VBScript: IP_Array_start.vbs ’ Written by:Kamal ’ Date: 11/25/2012 ’ Class: COMP230 ’ Professor: ’ =================================== ’ This initialize a 2-dimension array ’ of IP Address. The first index +100 ’ is the room# and the second index+1 ’ is the computer# in the room. dim ipAddress(5‚3) ipAddress(0‚0)="192.168
Premium IP address
provided below‚ copy and paste your IP_FileWrite.vbs program sourcecode. If it doesn’t fit‚ use the next page for the continuation of your program sourcecode. ’ VBScript: IP_FileWrite.vbs ’ Written by: Roger Harrison ’ Date: 08/15/13 ’ Class: COMP230 ’ Professor: Gasko ’ =================================== ’ This initializes a 2-dimension array ’ of IP Address. The first index +100 ’ is the room# and the second index+1 ’ is the computer# in the room. dim ipAddress(5‚3) ipAddress(0‚0)="192
Premium IP address Internet Explorer Microsoft
Student Name Class Comp230 Date 5/12/13 Windows CLI Commands Lab Report NOTE: Please use Carriage Returns and Page Breaks as needed to prevent box contents from extending across page boundaries. Task 1: Displaying IP Configuration Settings Open the Windows Command Prompt using the desktop or the Taskbar icon. Maximize the size of the CLI. Use the ipconfig /all command to determine the following IP configuration settings for “Wired” Ethernet NIC: IP Address: 10.254.115.100
Premium IP address Subnetwork
Array Report In the space provided below‚ copy and paste your VBScript Program Code. If it doesn’t fit‚ use the next page for the continuation of your sourcecode program ’ VBScript: IP_Array_start.vbs ’ Written by: ’ Date: 02/2/13 ’ Class: COMP230 ’ Professor: Johnson ’ =================================== ’ Below is an initialize a 2-dimension ’ array of IP Address. The 1st index ’ +100 is the room# and the 2nd index ’ +1 is the computer# in the room. dim ipAddress(5‚3) ipAddress(0
Premium IP address Web server