Close

Main navigation

Information Technology Management

Master of Science

Overview

With CSP Global's IT management degree, you’ll become an effective leader who can manage and grow resources and examine technical solutions through a strategic business lens.

Program
Details

Program Length

36 Credits

Location

On Campus

INJECTED (pageContentCenter; 22627 : Information Technology Management)

CSP Global’s IT management program is led by industry experts who prepare you with in-demand skills and competencies.

Learn More About CSP Global

Masters/Doctoral RFI

Name(Required)
May We Text You?
Hidden
UTM Hidden Field Code //Create program name from url // Use window.onload to ensure the code runs after all page resources are loaded window.onload = function () { // Get the current URL const currentURL = window.location.href; // Find “.edu/” in the URL const eduIndex = currentURL.indexOf(“.edu/”); if (eduIndex !== -1) { // Extract everything after “.edu/” and remove any query string const programNameWithQuery = currentURL.substring(eduIndex + 5); const programNameWithoutQuery = programNameWithQuery.split(“?”)[0]; // Set the value of the hidden input field by name const programNameField = document.querySelector(‘[name=”program_name”]’); if (programNameField) { programNameField.value = programNameWithoutQuery; // Add an event listener to the input field to remove slashes programNameField.addEventListener(“input”, function () { this.value = this.value.replace(/\//g, “”); }); } } }; //Push cookied UTMs to hidden fields // Function to get the value of a cookie by its name. function getCookieValue(cookieName) { var name = cookieName + “=”; var decodedCookies = decodeURIComponent(document.cookie); var cookieArray = decodedCookies.split(‘;’); for (var i = 0; i < cookieArray.length; i++) { var cookie = cookieArray[i].trim(); if (cookie.indexOf(name) === 0) { return cookie.substring(name.length, cookie.length); } } return ""; } // Function to populate form fields with UTM cookie values. function populateFormFields() { // Define a mapping of cookie names to form field names. var cookieFieldMap = { "utm_id": "cookie_utm_id", "utm_source": "cookie_utm_source", "utm_medium": "cookie_utm_medium", "utm_campaign": "cookie_utm_campaign", "utm_term": "cookie_utm_term", "utm_content": "cookie_utm_content", "utm_source_platform": "cookie_utm_source_platform", "utm_campaign_id": "cookie_utm_campaign_id" }; // Iterate through the cookie-field mapping and populate the form fields. for (var cookieName in cookieFieldMap) { var fieldName = cookieFieldMap[cookieName]; var fieldValue = getCookieValue(cookieName); // Find the form field by name and set its value. var field = document.getElementsByName(fieldName)[0]; // Assuming the first matching field. if (field) { field.value = fieldValue; // Log the field name, cookie name, and value to the console for testing. console.log("newcode #1"); console.log("Field Name: " + fieldName); console.log("Cookie Name: " + cookieName); console.log("Field Value: " + fieldValue); } else { // Log a message if the field is not found. console.log("Field not found for cookie: " + cookieName); } } } // Add an event listener for DOMContentLoaded to execute the code when the DOM is loaded. document.addEventListener("DOMContentLoaded", function () { // Call the populateFormFields function on DOM load. populateFormFields(); }); // Add an event listener for form submission to log field values when the form is submitted. var form = document.forms[0]; // You might need to specify the correct form index. if (form) { form.addEventListener("submit", function (event) { // Log form field values before submitting the form. populateFormFields(); }); }

Admissions Requirements

  • Create an account and submit our online application.  Once submitted, you can follow your application process through the application portal (CSP Account).

     

  • Submit official transcripts from an accreditor that is recognized by the U.S. Department of Education stating the conferral of a Bachelor’s degree or higher with a minimum cumulative GPA of 3.0 based on a 4.0 system.

    To be considered official, transcripts must be sent from your school directly to CSP through a secure online portal or in a sealed envelope to the Office of Admissions.

    Request your official transcripts online.

    Transcripts sent by mail:

    Concordia University, St. Paul
    Office of Admissions
    1282 Concordia Avenue
    St. Paul, MN 55104

Database Administrator or Database Architect $ 99,890
Information Security Analyst $ 112,000
Computer and Information Systems Manager $ 164,070

Program Details

Twelve courses focus on how to manage and deliver technology to support Digital Transformation using Agile Methods. They will inform on how a DevOps organization is constructed and operates plus how it is supported by ethical governance. Classes in Project Management, Information Security, Data Analytics and Technology Innovation set the stage for providing students with a modern and forward-looking understanding of how to lead in a modern IT Organization.

The information technology management master’s degree from CSP is 36 credit hours. You’ll study technology management and innovation, project management, information security, and leadership in information technology.

Career Support

The support system you’ll enjoy at CSP Global continues far past the day you receive your diploma. Our Office of Career Development helps students and alumni find meaningful work through job & internship assistance, networking opportunities, interview prep, and much more.

Meet our faculty

Our world-class faculty use their decades of experience to nurture your success from the first day of class all the way to graduation— and beyond.

CSP Global’s IT management program is led by industry experts who prepare you with in-demand skills and competencies.

Learn More About CSP Global

Masters/Doctoral RFI

Name(Required)
May We Text You?
Hidden
UTM Hidden Field Code //Create program name from url // Use window.onload to ensure the code runs after all page resources are loaded window.onload = function () { // Get the current URL const currentURL = window.location.href; // Find ".edu/" in the URL const eduIndex = currentURL.indexOf(".edu/"); if (eduIndex !== -1) { // Extract everything after ".edu/" and remove any query string const programNameWithQuery = currentURL.substring(eduIndex + 5); const programNameWithoutQuery = programNameWithQuery.split("?")[0]; // Set the value of the hidden input field by name const programNameField = document.querySelector('[name="program_name"]'); if (programNameField) { programNameField.value = programNameWithoutQuery; // Add an event listener to the input field to remove slashes programNameField.addEventListener("input", function () { this.value = this.value.replace(/\//g, ""); }); } } }; //Push cookied UTMs to hidden fields // Function to get the value of a cookie by its name. function getCookieValue(cookieName) { var name = cookieName + "="; var decodedCookies = decodeURIComponent(document.cookie); var cookieArray = decodedCookies.split(';'); for (var i = 0; i < cookieArray.length; i++) { var cookie = cookieArray[i].trim(); if (cookie.indexOf(name) === 0) { return cookie.substring(name.length, cookie.length); } } return ""; } // Function to populate form fields with UTM cookie values. function populateFormFields() { // Define a mapping of cookie names to form field names. var cookieFieldMap = { "utm_id": "cookie_utm_id", "utm_source": "cookie_utm_source", "utm_medium": "cookie_utm_medium", "utm_campaign": "cookie_utm_campaign", "utm_term": "cookie_utm_term", "utm_content": "cookie_utm_content", "utm_source_platform": "cookie_utm_source_platform", "utm_campaign_id": "cookie_utm_campaign_id" }; // Iterate through the cookie-field mapping and populate the form fields. for (var cookieName in cookieFieldMap) { var fieldName = cookieFieldMap[cookieName]; var fieldValue = getCookieValue(cookieName); // Find the form field by name and set its value. var field = document.getElementsByName(fieldName)[0]; // Assuming the first matching field. if (field) { field.value = fieldValue; // Log the field name, cookie name, and value to the console for testing. console.log("newcode #1"); console.log("Field Name: " + fieldName); console.log("Cookie Name: " + cookieName); console.log("Field Value: " + fieldValue); } else { // Log a message if the field is not found. console.log("Field not found for cookie: " + cookieName); } } } // Add an event listener for DOMContentLoaded to execute the code when the DOM is loaded. document.addEventListener("DOMContentLoaded", function () { // Call the populateFormFields function on DOM load. populateFormFields(); }); // Add an event listener for form submission to log field values when the form is submitted. var form = document.forms[0]; // You might need to specify the correct form index. if (form) { form.addEventListener("submit", function (event) { // Log form field values before submitting the form. populateFormFields(); }); }

Admissions Requirements

  • Create an account and submit our online application.  Once submitted, you can follow your application process through the application portal (CSP Account).

     

  • Submit official transcripts from an accreditor that is recognized by the U.S. Department of Education stating the conferral of a Bachelor’s degree or higher with a minimum cumulative GPA of 3.0 based on a 4.0 system.

    To be considered official, transcripts must be sent from your school directly to CSP through a secure online portal or in a sealed envelope to the Office of Admissions.

    Request your official transcripts online.

    Transcripts sent by mail:

    Concordia University, St. Paul
    Office of Admissions
    1282 Concordia Avenue
    St. Paul, MN 55104

Database Administrator or Database Architect $ 99,890
Information Security Analyst $ 112,000
Computer and Information Systems Manager $ 164,070

Program Details

Twelve courses focus on how to manage and deliver technology to support Digital Transformation using Agile Methods. They will inform on how a DevOps organization is constructed and operates plus how it is supported by ethical governance. Classes in Project Management, Information Security, Data Analytics and Technology Innovation set the stage for providing students with a modern and forward-looking understanding of how to lead in a modern IT Organization.

The information technology management master’s degree from CSP is 36 credit hours. You’ll study technology management and innovation, project management, information security, and leadership in information technology.

Career Support

The support system you’ll enjoy at CSP Global continues far past the day you receive your diploma. Our Office of Career Development helps students and alumni find meaningful work through job & internship assistance, networking opportunities, interview prep, and much more.

Meet our faculty

Our world-class faculty use their decades of experience to nurture your success from the first day of class all the way to graduation— and beyond.