CDIil y a 4 jours

IT Support Officer

Non precisé
Post A Job Post A Job Engineering & Technology IT

Description du poste

window.notificationMessages = []; Find a Job + + + + Search const TopSearch = {
handleSubmit: function (event) {
event.preventDefault();
event.stopPropagation();

const form = event.target;

const getValue = (name) => {
if (form[name]) {
if (form[name].type) {
if (["select-one", "text", "hidden"].indexOf(form[name].type) > -1) {
return form[name].value;
}
if (["checkbox", "radio"].indexOf(form[name].type) > -1 && form[name].checked) {
return form[name].value;
}
} else if (form[name].length) {
return form[name].value;
}
}

return "";
};

const experienceLevel = getValue("experience[]") || getValue("experience");
const jobFunction = getValue("job_function[]") || getValue("job_function");
const industry = getValue("industry[]") || getValue("industry");
const location = getValue("location[]") || getValue("location");
const workType = getValue("work_type");
const term = getValue("q");
const sortBy = getValue("sort_by");

// If the logged in user is authenticated
// Append authenticated value to make url unique/different to logged out url
// same action is happening in SearchFilterViewComposer
// line 589 in the multiSearchFilterHref function
const authenticated = document.getElementById("authenticated").value;
let toUrl = "";
if (industry.trim() && jobFunction.trim()) {
const segments = [jobFunction, location, workType].filter((x) => x);
toUrl = `${segments.join("/")}?industry=${industry}`;
} else {
const segments = [jobFunction, industry, location, workType].filter((x) => x);
toUrl = segments.join("/");
}

if (experienceLevel) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}experience=${experienceLevel}`;
}

if (term.trim()) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}q=${encodeURI(term.replace(" ", "+"))}`;
}

if (sortBy.trim()) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}sort=${sortBy}`;
}

if (authenticated === "true") {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}authenticated=${Date.now()}`;
}

const wholeUrl = `${form.getAttribute("action")}/${toUrl.toLocaleLowerCase()}`;
window.location.assign(wholeUrl.replace(/\/$/, ""));

return false;
},
}; Homepage Engineering & Technology IT & Telecoms Lagos Full Time IT Support Officer IT Support Officer V2D Limited Engineering & Technology 1 week ago Easy apply New Featured Lagos Full Time IT & Telecoms NGN
70,000 - 150,000 Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS Job summary The IT officer will be responsible for resolving technical issues faced by users/employees and will be one who is willing to learn and grow with changing trends of products. Any experience in resolving issues of software and hardware - networking, systems administration, and the maintenance of computer systems and CCTV cameras machines. Min Qualification: OND Experience Level: Entry level Experience Length: 2 years Language Requirement: English Working Hours: Full Time - 9 to 5 Applicant Location: Lagos, Nigeria Job descriptions & requirements Responsibilities: Assist the ICT department in all functions. Design and Installation of CCTV cameras. Provide technical support on IT equipment use. Set up new users' accounts, and profiles and deal with password issues. Conduct maintenance of hardware equipment. Provide support and development of server environment, telephony, and networking infrastructure. Maintenance and repair of computer hardware systems (Systems and printers). Manage systems or software implementations and/or upgrades to ensure smooth deployment of new hardware and software. Carry out maintenance of the company’s computing equipment and data network equipment where applicable. Maintain current and accurate inventory of technology hardware, software, and resources. Experience in Virtualization technology like VM-ware. Knowledgeable in Cloud Technology. Ensured proper system troubleshooting and maintenance while ensuring compliance with standard procedures. Effectively delivered Data Recovery and Data Migration services. Planned and carried out the configuration of computer networks. Requirements: Minimum academic qualification of an OND, HND, or BSc. Computer Science or Computer Engineering, Facilities Management, Facilities Engineering, or related qualification. CISCO, C++, etc. is an added advantage. Minimum of 2 years working experience as a Tech-Person. Ability to walk customers through solution designs (Servers, Storage and Backup/recovery solutions). Ability to design solutions and an architectural diagram that conveys a proposed solution, and how it integrates with other vendors’ solutions. Knowledge and experience in networking, Oracle ERP, systems administration, and the installation and maintenance of CCTV cameras/biometric machines is very essential for this position. Location: Proximity to Ikeja is an advantage for selection. Log In and Apply Important safety tips Do not make any payment without confirming with the Jobberman Customer Support Team. If you think this advert is not genuine, please report it via the Report Job link below. Report Job Log in to apply now Continue with Google google-icon Continue with Linkedin Or continue with function updateStatus() {
return {
show: true,
showDiv: false,

passwordLength: false,
passwordUpper: false,
passwordLower: false,
passwordNumber: false,
passwordSpecial: false,

strength: 0,

passwordCheck(password) {
this.passwordLower = /[a-z]/.test(password);
this.passwordUpper = /[A-Z]/.test(password);
this.passwordLength = password.length >= 6;
this.passwordNumber = /[0-9]/.test(password);
this.passwordSpecial = /[^a-zA-Z0-9]/.test(password);

this.strength = [this.passwordLower, this.passwordUpper, this.passwordLength, this.passwordNumber, this.passwordSpecial].filter(Boolean).length;
}
};
} Forgot Password? Keep me logged in Log in Don't have an account? Sign Up to Apply Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS function bannerAd() {
return {
slot: 'listing-1',
deviceType: 'desktop',

trackImpression() {
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
this.sendToGA('view_promotion', 'impression');
observer.disconnect();
}
});
}, { threshold: 0.5 });

observer.observe(this.$root);
},

trackClick() {
this.sendToGA('select_promotion', 'click');
},
sendToGA(event, action) {
window.ga_push_event(event, {
'action': action,
'category': this.deviceType,
'creative_name': this.slot,
'creative_slot': 'b

Conseil Sécurité

Ne versez jamais d'argent pour obtenir un entretien. Taf4All ne vous contactera jamais pour vous demander des frais de dossier.