Projet final PowerShell

Trois scripts PowerShell visant à accomplir des tâches particulières.

Script #1

1. Using Power Shell, create a script that delete files. a) Create a function with parameters: folder path and file name or file’s extension name. b) Add a confirmation before deleting.

Consulter le document

Script #2

2. Using Power Shell, create a script gather information about the BIOS, systems and HDD free space. a) Create a function with parameters: Computer Name, output format. b) Save your file in the Server folder PCInfo.

Consulter le document

Script #3

3. Create a script, using Power Shell, to automaticly send you an email, every day at 6:00PM, containing the errors that occured in the Application Event Log, in a txt file.

Consulter le document