Welcome to Assignments Writing

Your Trusted Partner in Term Paper Writing

At Assignments Writing, we’re a team of passionate educators and skilled writers committed to supporting students in their academic journey.

AIU Application of Scripting Languages Questions

AIU Application of Scripting Languages Questions

ANSWER

Title: Software Deployment Plan

Course Number and Name: [Course Number and Name]

Project Name: Network Software Deployment

Student Name: [Your Name]

Date: [Date]

Task 1: Software Installation:

Subtask 1: Identify Users and Departments for Application Installation

  • Description: Identify users and their respective departments to determine which software application (A, B, or C) they are eligible to install.
  • Scripting Usage: Scripting can be used to automate the process of identifying users’ departments and eligibility based on predefined criteria.
  • Scripting Language: Python can be an appropriate choice for this subtask. Python’s simplicity and ability to handle data manipulation make it suitable for this task.

Subtask 2: System Requirement Check

  • Description: Check each user’s system for minimum requirements (2 GB of memory and 250MB of free disk space) before allowing software installation.
  • Scripting Usage: Scripting can automate the system requirement check by running a script that gathers system information and compares it against the defined requirements.
  • Scripting Language: PowerShell is a suitable choice for this subtask as it provides robust system management capabilities on Windows systems.

Subtask 3: Installation and Recording

  • Description: Install the selected software applications (A, B, or C) and record successful installations in a network-based database.
  • Scripting Usage: Scripting can be used to automate the installation process and update the database with installation status.
  • Scripting Language: Batch scripting or PowerShell can be used to automate the installation process, and SQL scripts can be used to update the database.

Task 2: Software Update:

Subtask 1: Identify Users Needing Software Update

  • Description: Identify users who do not have the latest version (3.0) of Software Application D.
  • Scripting Usage: Scripting can automate the process of identifying users who need updates based on their installed software versions.
  • Scripting Language: Python can be used for this subtask, as it can parse and compare software version information.

Subtask 2: Email Notification

  • Description: Send email notifications to users in need of the update, providing them with a download link.
  • Scripting Usage: Scripting can be used to automate the email notification process, including generating personalized messages and sending them to the relevant users.
  • Scripting Language: Python or PowerShell can be used to send automated emails to users, with libraries like smtplib (Python) or Send-MailMessage (PowerShell).

Subtask 3: Update Installation and Recording

  • Description: Install the software update for users who request it and record successful updates in a network-based database.
  • Scripting Usage: Scripting can automate the update installation process and database recording.
  • Scripting Language: PowerShell can be used to automate the installation of software updates, and SQL scripts can be used to update the database.

Sample Code (Subtask 3, Task 1 – Installation):

Below is a sample PowerShell script for automating the installation of Software Application A:

powershell
# Define the installation source path
$sourcePath = "\\server\software\appA"

# Check system requirements (memory and disk space)
$memory = Get-WmiObject -Class Win32_ComputerSystem | Select-Object -ExpandProperty TotalPhysicalMemory
$diskSpace = (Get-WmiObject -Class Win32_LogicalDisk | Where-Object { $_.DeviceID -eq "C:" }).FreeSpace / 1MB

if ($memory -ge 2GB -and $diskSpace -ge 250MB) {
# Install Application A
Start-Process -FilePath "$sourcePath\appA_installer.exe" -ArgumentList "/silent" -Wait

# Record successful installation in the database (execute SQL query)
Invoke-SqlCmd -ServerInstance "dbserver" -Database "deployment_db" -Query "INSERT INTO installations (user, software, date) VALUES ('$env:USERNAME', 'AppA', GETDATE())"
}
else {
Write-Host "System does not meet minimum requirements. Installation aborted."
}

Please note that this is a simplified example, and the actual implementation may vary based on your specific environment and requirements. The SQL query and database details should be customized accordingly.

This document outlines the software deployment plan, identifies subtasks, discusses scripting usage, and justifies scripting language choices for each subtask, along with providing a sample code snippet for one of the subtasks.

AIU Application of Scripting Languages Questions

QUESTION

Description

 

 

Assignment Details

Assignment Description

Installation and updates of software applications can consume considerable time. Software vendors face challenges in software distribution and often turn to Internet solutions to provide their customers with readily available, easy-to-use software installations and updates. Network administrators face similar challenges within corporate network environments and can utilize many of the same techniques for software deployment.

Over the next 12 months, your company will be installing several new internally developed software applications and upgrading several others. You have been assigned the task of planning the deployment of these applications throughout the network. Your task for this project is to develop a software deployment plan with a focus on how scripting can be used to minimize the labor required to complete the deployments. The tasks you will plan for are as follows:

Provide all users on the network the ability to download and install Software Application A, Software Application B, and Software Application C, which are new, internally developed applications that have never been installed on any of the network workstation computers. Users should only be allowed to download Application A if they are in the Sales or Marketing departments, Application B if they are in Engineering or IT, or Application C for all others. Users who elect to download the software must first have their system checked to make sure it has at least 2 GB of memory and 250MB of free disk space, then successful installations must be recorded in a network-based database.

Determine which users on the network do not have the latest version (3.0) of internally developed Software Application D. E-mail users in need of the update, providing them with a download link where they can install the update. Record successful updates in a network-based database.

The project deliverables are:

Prepare a document to submit your work:

Use Microsoft Word.

Title page

Course number and name

Project name

Student name

  • Date
  • Task 1: Software installation:

Identify each subtask.

Discuss if and how scripting can be used to help complete each subtask.

Select appropriate scripting languages for subtasks that can be scripted, and justify your selection.

  • Task 2: Software update:

Identify each major subtask.

Discuss if and how scripting can be used to help complete each subtask.

  • Select appropriate scripting languages for subtasks that can be scripted, and justify your selection.
  • Provide well-documented source code for at least 1 of the subtasks for Task 1 or Task 2.
Place Your Order Here

Our Service Charter


1. Professional & Expert Writers: We only hire the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of master’s and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. We are known for timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses.

6. 24/7 Customer Support: We have put in place a team of experts who answer all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.

Format & Features

Our Advantages

How It Works

1. Fill Order Form
2. Make payment
3. Writing process
4. Download paper

Fill in the order form and submit all your files, including instructions, rubrics, and other information given to you by your instructor.

Once you complete filling the forms, complete your payment. We will get the order and assign it to a writer.

When your order is completed, it’s assigned to an editor for approval. The editor approves the order.

Once approved, we will upload the order to your account for you to download.  You can rate your writer or give your customer review.

What Clients Said

{

I am very satisfied! thank you for the quick turnaround. I am very satisfied! thank you for the quick turnaround.I am very satisfied! thank you for the quick turnaround.

5
Mercy M
{

I am very satisfied! thank you for the quick turnaround. I am very satisfied! thank you for the quick turnaround.I am very satisfied! thank you for the quick turnaround.

5
Jane L
{

I am very satisfied! thank you for the quick turnaround. I am very satisfied! thank you for the quick turnaround.I am very satisfied! thank you for the quick turnaround.

4.5
Rayan M

LET US DELIVER YOUR ACADEMIC PAPER ON TIME!

We are a freelance academic writing company geared towards provision of high quality academic papers to students worldwide.

Open chat
1
Scan the code
Hello
Can we help you?