Server Consultancy Ltd

Server Consultancy Ltd

@serverconsultancyltd

Microsoft New Remote Assistance Tool – Remote Help

The last two years have entirely changed the way businesses work and operate while struggling to support remote workers. The need to provide quick solutions to help employees manage their technical issues on devices has forced businesses to look for remote assistance tools.
#server #assistancetool #techissue #forcedbusiness #businesswork #entirelychanged

https://www.serverconsultancy.....co.uk/microsoft-new-

Favicon 
www.serverconsultancy.co.uk

Microsoft New Remote Assistance Tool – Remote Help

Remote help is a new cloud-based remote assistance tool designed to empower helpdesks to support Windows devices securely.

Microsoft Windows 365 Cloud PC

Before answering what is cloud PC? you should know cloud refers to the software and services that run on the Internet instead of locally on your computer. So, considering this Cloud PC is Windows running over the Internet, you can securely stream your Windows experience, including your personalized apps, content, and settings, from the Microsoft cloud to any device, so it is also called Windows 365 Cloud PC.
#cloudpc #windows365 #personalizedapps #microsoftcloud #window****perience

https://www.serverconsultancy.....co.uk/microsoft-wind

Favicon 
www.serverconsultancy.co.uk

Microsoft Windows 365 Cloud PC

From contractors and interns to software developers and industrial designers, Windows 365 enables a variety of new scenarios for the new world of work.

Migrate to a New Mailbox – Its never been easier

Migrating to another mailbox turns out to be similar but is seldom the same. A company’s mailbox has so many details and follow-ups in it that it’s absolutely necessary to get everything in order. 
#migrate #newmailbox #followups #companymailbox

https://serverconsultancy.gone....vis.com/migrate-to-a

Microsfot Teams Comes Up With New Communications Solutions for SMES

Microsoft Teams is constantly adding new features to its service. This makes it one the most viable solutions available on the market, especially considering that we are now in the era of hybrid work and telecommuting.
#microsoftteams #newcommunication #smes #tekecommutinig #viablesolutions #newfeatures

https://microsoftoffice365supp....orttips.blogspot.com

Favicon 
microsoftoffice365supporttips.blogspot.com

Microsoft Office 365 Support Related Articles: Microsfot Teams Comes Up With New Communications Solutions for SMES

Get latest information and articles on Microsoft office 365,Microsoft office 365 setup, Microsoft office 365 Migration & Support online.

Choosing an IT Support Company for SME

It is crucial to choose an IT support company that can meet the needs of your business. There are several ways to go about this, but there are several things you should consider. One of the most important is the size of the organisation.
#itsupport #importantorganization #sme #serverconsultancy #latestblog

https://www.serverconsultancy.....co.uk/choosing-an-it

Favicon 
www.serverconsultancy.co.uk

Choosing an IT Support Company for SME

Looking for reliable it support company for your business? Read blog to know how to choose an IT Support Company for SME
"); $('.app-offer-alert').find('.alert-success').fadeIn(300); setTimeout(function (argument) { $('.app-offer-alert').find('.alert-success').fadeOut(300); window.location.reload(true); },3000); } else { $('#create-offer-modal').animate({ scrollTop: $('html, body').offset().top //#DIV_ID is an example. Use the id of your destination on the page }); $('.app-offer-alert').html('
' + data.error + '
'); $('.alert-danger').fadeIn(300); setTimeout(function (argument) { $('.alert-danger').fadeOut(300); },3000); } $('form.create-offer-form').find('.disable_btn').removeAttr("disabled"); } }); $( ".date1" ).datepicker({ dateFormat: 'yy-mm-dd', minDate: '+1day',prevText: '',nextText: ''}); $( ".time1" ).timepicker(); $('form.edit-job-form').ajaxForm({ url: Wo_Ajax_Requests_File() + '?f=job_job', beforeSend: function() { $('.edit-job-form').find('.disable_btn').attr('disabled','disabled'); }, success: function(data) { if (data.status == 200) { $('.edit-job-form').find('.app-general-alert').html("
Job request successfully updated.
"); $('.edit-job-form').find('.alert-success').fadeIn(300); setTimeout(function (argument) { $('.edit-job-form').find('.alert-success').fadeOut(300); window.location.reload(true); },3000); } else { $('.edit-job-form').find('#create-job-modal').animate({ scrollTop: $('html, body').offset().top //#DIV_ID is an example. Use the id of your destination on the page }); $('.edit-job-form').find('.app-general-alert').html('
' + data.error + '
'); $('.edit-job-form').find('.alert-danger').fadeIn(300); setTimeout(function (argument) { $('.edit-job-form').find('.alert-danger').fadeOut(300); },3000); } $('.edit-job-form').find('.disable_btn').removeAttr("disabled"); } }); }); function Wo_LoadMoreApplyJobs(){ var after_id = ($(".job_apply").length > 0) ? $(".job_apply").last().attr('data-job-apply') : 0; var job_id = $('.apply_job_info').attr('data_apply_job'); if (!after_id) { return false;} Wo_progressIconLoader($('#load_more_nearby_users')); $.ajax({ url: Wo_Ajax_Requests_File(), type: 'GET', dataType: 'json', data: { f:'job', s:'load', offset:after_id, job_id:job_id }, }) .done(function(data) { if (data['status'] == 200){ $(".apply_job_container").append(data.html); $("[data-toggle]").tooltip(); $("#load_more_nearby_users").html(' Load more'); } else{ $("#load_more_nearby_users").html('No result to show'); } }) .fail(function() { console.log("error"); }) } function OpenCreateJobModal() { $('#create-job-modal').modal('show'); } $(function () { $('form.profile-avatar-changer').ajaxForm({ url: Wo_Ajax_Requests_File() + '?f=update_page_avatar_picture', beforeSend: function () { $('.user-avatar-uploading-container').fadeIn(200); }, success: function (data) { if(data.status == 200) { $('[id^=page-avatar-image]').attr("src", data.img); } $('.user-avatar-uploading-container').fadeOut(200); } }); $('form.profile-cover-changer').ajaxForm({ url: Wo_Ajax_Requests_File() + '?f=update_page_cover_picture', beforeSend: function () { $('.user-cover-uploading-progress').fadeIn(200); }, success: function (data) { if(data.status == 200) { $('.user-cover').find('img').attr("src", data.img); // $('[id^=cover-image]').attr("src", data.img); } $('.user-cover-uploading-progress').fadeOut(200); } }); }); function Wo_ReportPage(id = false,report = true){ var report_text = $("#report-page-text-204").val(); if (!id) {return false;} else if(report == true){ if (!report_text) {return false;} } $('#report_page').find('.disable_btn').attr('disabled','disabled'); $.ajax({ url: Wo_Ajax_Requests_File() + '?f=reports_page', type: 'POST', dataType: 'json', data: {text:report_text,page:id} }) .done(function(data) { if(data.status == 200 && data.code == 0){ $('#report_status').replaceWith('\
\ \ Report this Page\
'); } else if (data.status == 200 && data.code == 1) { $("#report-page-text-204").val(''); $("#report_page").modal('hide'); $('#report_status').replaceWith('\
\ \ Cancel Report\
'); } $('#report_page').find('.disable_btn').removeAttr("disabled"); }) .fail(function() { console.log("error"); }) } function Wo_UpdateProfileAvatar() { $("form.profile-avatar-changer").submit(); } function Wo_UpdateProfileCover() { $("form.profile-cover-changer").submit(); } function Wo_RatePage(self){ $.ajax({ url: Wo_Ajax_Requests_File() + '?f=pages_page', type: 'POST', dataType: 'json', data: {text: $("#rating_review").val(),page_id:'204',val:$("#rating_value").val()}, }) .done(function(data) { if (data.status == 200) { $("#rate_page").modal('hide'); location.reload(); } Wo_progressIconLoader($("#rate-page-button")); }) .fail(function() { console.log("error"); }) } function Wo_LoadPageReviews(self = false){ if (!self) { return false; } var preview_id = ($('[data-user-review]').length > 0) ? $('[data-user-review]').last().attr('data-user-review') : 0; $.ajax({ url: Wo_Ajax_Requests_File(), type: 'GET', dataType: 'json', data: {f: 'pages',s:'load_reviews',page:'204',after_id:preview_id}, }) .done(function(data) { if (data.status == 200) { $("#page_reviews_cont").append(data.html); } else{ $(self).fadeIn('fast', function() { $(this).remove(); }); } }) .fail(function() { console.log("error"); }) }
'; var question_two = '

'; var question_three = '

'; function HideQuestion(type) { $('#question_'+type+'_block').remove(); $('#add_new_question').css('display', 'block'); } $(document).ready(function() { if (navigator.geolocation) { var location = navigator.geolocation.getCurrentPosition(function (position) { $("#lng-job").val(position.coords.longitude); $("#lat-job").val(position.coords.latitude); }); } $('form.create-job-form').on('keyup keypress', function(e) { var keyCode = e.keyCode || e.which; if (keyCode === 13) { e.preventDefault(); return false; } }); $('#add_new_question').click(function(event) { if ($('#question_one_block').is(":visible")) { if ($('#question_two_block').is(":visible")) { if ($('#question_three_block').is(":visible")) { $(this).css('display', 'none'); } else{ $('#question_three_parent').html(question_three); setTimeout(function (argument) { $("#question_three_answers").tagsinput({ maxTags: 10, }); },1000); } } else{ $('#question_two_parent').html(question_two); setTimeout(function (argument) { $("#question_two_answers").tagsinput({ maxTags: 10, }); },1000); } } else{ $('#question_one_parent').html(question_one); setTimeout(function (argument) { $("#question_one_answers").tagsinput({ maxTags: 10, }); },1000); } }); $(document).on('change', '#question_one_type', function(event) { if ($(this).val() == 'multiple_choice_question') { $('#question_one_answers_div').css('display', 'block'); } else{ $('#question_one_answers_div').css('display', 'none'); } }); $(document).on('change', '#question_two_type', function(event) { if ($(this).val() == 'multiple_choice_question') { $('#question_two_answers_div').css('display', 'block'); } else{ $('#question_two_answers_div').css('display', 'none'); } }); $(document).on('change', '#question_three_type', function(event) { if ($(this).val() == 'multiple_choice_question') { $('#question_three_answers_div').css('display', 'block'); } else{ $('#question_three_answers_div').css('display', 'none'); } }); $("#select-img").click(function(event) { $("#thumbnail").click() }); $("#use_upload_photo").click(function(event) { $("#thumbnail").click() }); $("#thumbnail").change(function(event) { $(".prv-img").html(""); $('#image_type').val('upload'); }); $("#use_cover_photo").click(function(event) { $(".prv-img").html(""); $('#image_type').val('cover'); }); $('form.create-job-form').ajaxForm({ url: Wo_Ajax_Requests_File() + '?f=job_job', beforeSend: function() { $('form.create-job-form').find('.disable_btn').attr('disabled','disabled'); }, success: function(data) { if (data.status == 200) { $('.app-general-alert').html("
Job request successfully created.
"); $('.app-general-alert').find('.alert-success').fadeIn(300); setTimeout(function (argument) { $('.app-general-alert').find('.alert-success').fadeOut(300); window.location.reload(true); },3000); } else { $('#create-job-modal').animate({ scrollTop: $('html, body').offset().top //#DIV_ID is an example. Use the id of your destination on the page }); $('.app-general-alert').html('
' + data.error + '
'); $('.alert-danger').fadeIn(300); setTimeout(function (argument) { $('.alert-danger').fadeOut(300); },3000); } $('form.create-job-form').find('.disable_btn').removeAttr("disabled"); } }); });