Lab02 - Script Signoff
Lab02 - Script Signoff
Lab Name:
LAB02
Business Requirements
Export information into a text document
Technical Requirements
$name = @{ name = Bill; email = [email protected]; address = 22 North Pole; phone = 9
9999999 }
$name | export-csv C:\users\h201405293\desktop\bill.csv
$my_object2 = new-object psobject Property $name
$my_object2
email
phone
name
[email protected]
99999999
-------
address
Bill
22 North Pole
Test Case
Export data to *.txt file
Import data from a *txt file
Expected
Result
Create a file
successfully to
a destination
Successfully
import data
Actual Result
Created the file
Data were imported
Page 1 of 2
Signof
Position
Systems
Programmer
(student)
Client
(instructor)
Signature
Date
11/9/2015
H201405293
Nathaly Conlan
11/09/2015
Page 2 of 2