• #BYOD is Trending: It’s Time to Embrace the Revolution

    Picture of Rick DelgadoRick Delgado feels blessed to have had a successful career in the tech industry and has recently taken a step back to pursue his passion of writing. He's started doing freelance writing where he occasionally works with tech companies like Dell Computers. He enjoys writing about new technologies and how it can help us and our planet.

    It’s amazing how many people are infatuated with the need to have the latest and greatest; they’ll do almost anything to get it. They act like Juan Ponce de León searching for the Fountain of Youth. Despite recent technologies, Smartphones and tablets like the Surface Pro 2 have become integral tools in so many cultures. We feel naked and exposed if we don’t have our favourite device with us.

    What’s interesting is how these devices, originally made for personal uses, have made their way into the workplace. Their ability to access information on the spot and communicate instantaneously has increased productivity. They’ve become valuable tools in the day-to-day operations of many organisations. But dealing with the rapid influx of all these devices hasn’t been easy. Employees are looking to bring their own devices to work, as opposed to using what their employers provide. To a degree, it makes sense. People are more productive and comfortable using their own machines and no one wants to carry around two phones or laptops.

    While many companies are adopting BYOD policies, some remain hesitant due to legitimate concerns around standardisation and data security. Whatever their reasons, they find themselves among the minority fighting a current moving swiftly against them. The widespread usage of these devices, coupled with a very tech savvy younger generation, means the BYOD trend isn’t going to disappear. New college grads and incoming young hires are gadget friendly, and picky when it comes to their devices of choice. Believe it or not, young job seekers even use BYOD in their decision making when picking potential employers. They avoid businesses that don’t allow personal laptops or phones at work. Instead, these young professionals are looking for more progressive, forward-thinking companies, of which BYOD is an indicator.

    Today’s companies point to a number of BYOD problems keeping them from change. For example, a lack of standardisation makes system solutions very complicated. It’s difficult to build custom solutions for so many different types of operating systems. In order to compromise, many companies are adding the magic ‘but’ to their BYOD policies. As in, “yes you can bring in your own devices, BUT it has to be on the approved list.”

    The other often cited reason for not wanting to get into the BYOD arena is the additional security issues that threaten the business. IT departments can create solutions for their systems and devices, but how can they track every device being brought into the office? Even further, they don’t know how employees are using these devices. Sure they may be following correct security protocol at work, but what happens when they go home? Home usage and less secure browsing habits could seriously jeopardise important company data stored on these devices. Attackers aren’t going to say, oh wait, this isn’t fair. We can’t touch work data while he or she is at home searching for YouTube videos. Or what happens if a device is lost? A lot of companies use remote-wipe capabilities, but how does that work with devices that also contain personal information? And with today’s tech oriented criminals, will a remote wipe really protect the information?

    Developers are reacting to the bumps in the road and creating devices more attractive to employers. New Windows based phones are looking to build more enterprise features in their operating systems in order to make their devices a corporate standard. The reality is, BYOD is here. It’s a thing. Companies might resist, but in the end, they’ll eventually bend to the times. They’d be better off innovating now and finding ways to overcome the challenges and offer employees the freedom and flexibility that is so sought after.

  • Don’t be a turkey

    capercallie 006

    It’s not great being a turkey, pheasant or grouse  at Christmas, but my Christmas sketch this year isn’t too worried as he’s a protected and valued Capercaillie.  In the same  same way the cloud first world might not seem like a great time to be an IT Professional but there are certain species who are similarly valued and for whom 2015 is pretty exciting. 

    So as we all take time out to enjoy time with our friends and families, don’t panic about 2015.  Infrastructure guys are still needed and many of the skills we have acquired are still valued too like VPN’s , certificates, Active Directory, and of course PowerShell and I for one won’t be retiring to do art full time just yet.

    Happy Christmas and hopefully we’ll meet up  at an IT Camp , Future decoded, or user group somewhere next year

    @DeepFat

  • SharePoint Workflow: Service Delivery options - Part 2

    Geoff EvelynThe following article is contributed by Geoff Evelyn, SharePoint MVP and owner of SharePointGeoff.com

    This article is part of a five part series. 

    Options for SharePoint on-premise

    In SharePoint 2003, there was no workflow platform. This changed when SharePoint 2007 came onto the horizon, with the addition of the Windows Workflow Foundation platform. This is a development platform that allows the provisioned workflow templates in SharePoint to be extended and customized. When SharePoint 2010 arrived, so did improvements to the workflow system. This included improvements to workflow design with the arrival of Microsoft Visual Studio including 'workflow projects' so that developers could directly create workflows for deployment. SharePoint Designer 2010 came on steam around the same time providing a workflow design, and the ability to edit SharePoint 2010 workflows. SharePoint 2013 workflow architecture was redesigned to meet performance, availability and flexibility of workflows on the platform. This workflow architecture, now known as Windows Workflow Foundation 4, is available with SharePoint Server 2013.

    SharePoint carries workflow features that are generally based around specific documents or list items, however, they can represent larger human-based processes and actions through customization and development. Specifically:

    • SharePoint workflows are specific to users defined against the SharePoint platform. Workflows require users or groups for specific activities and tasks are created for those users.
    • SharePoint workflows are serial or parallel by nature; that is, the ability for users to participate one at a time, or multiple users at a given stage and in an undefined order.
    • SharePoint workflows are varied in nature and templates are provided that can be configured to suit the organizational process, and they can be associated directly to document libraries or lists. Workflow templates include common activities related to content approval, feedback or collecting signatures.
    • SharePoint workflows can be created using a number of tools such as Microsoft Visio, Microsoft Visual Studio, or SharePoint Designer. Note that Microsoft InfoPath=, used for forms development in SharePoint 2010 and prior, is being phased out. Suggested route for forms development using Microsoft tools is Microsoft Visio (or development through Microsoft Visual Studio).

    The following section describes the objectives the available workflow templates and options in building workflows.

    Templates

    The following describes a list of templates available in SharePoint on-premise.

    - Collect Feedback

    • Examine interpretations on documents. Reviewers can provide feedback, which is compiled and sent to the document owner when the workflow has completed.

    - Collect Signatures

    • Sign off document or request
    • Works with Microsoft Applications only
    • Utilises Digital Signatures

    - Approval

    • Obtain approvals on documents from colleagues or superiors
    • Assign for approval document marked pending until approved

    - Transition Management

    • Task management concerning the translation of documents and content into other languages. Manages document translation by creating copies of the document to be translated and assigning translation tasks to translators. Is not available for SharePoint 2013

    - Disposition Approval

    • Manages document expiration and retention by allowing participants to decide whether to retain or delete expired documents.

    - Three State

    • Track the status of a list item through three states (phases). It can be used to manage business processes that require organisations to track a high volume of issues or items, such as customer support issues, sales leads, or project tasks. For example, the three states for a project task could be, Not Started, In Progress, and Finished

    Custom Workflows using SharePoint Designer and Microsoft Visual Studio using SharePoint Designer and Microsoft Visual Studio

    Workflows can be created and edited in SharePoint Designer 2013. Additionally, if there are legacy SharePoint 2010 workflows that are needed to be reused in SharePoint 2013, the SharePoint Workflow Interop functionality can be utilized. This enables SharePoint 2010 workflows to work with the SharePoint 2013 workflow engine based on Windows Workflow Foundation 4.

    Platform Type Options

    • SharePoint 2010 workflow requires Windows Workflow Foundation 3
    • Workflows are installed automatically with SharePoint 2013
    • SharePoint 2013 workflow requires Windows Workflow Foundation 4
    • SharePoint 2013 must be installed, Workflow Manager is not installed automatically and must be in order for SharePoint 2013 workflows to be available
    • SharePoint 2013 with Project Server requires Windows Workflow Foundation 4
    • Must be used with SharePoint 2013, Workflow Manager and Project Server 2013. Project server workflows will not function without these in place
    • SharePoint 2013 with SAP requires Windows Workflow Foundation 4
    • Must be used with SharePoint 2013, Workflow Manager and SAP. SharePoint 2013 SAP workflows will not function without these in place

    Articles within Series

    Great insight into the Workflow in SharePoint. Keep your eyes out for part 3 which will talk about Options for SharePoint Dedicated Online through Office365, Options for Hybrid and Options for Third Parties. 

  • Keynote Mary Jo Foley Confirmed at TechDays Online

    TechDays Online is back for it's fourth year! This three day conference is geared towards IT Pros and developers who want to get the scoop on Microsoft’s cloud-first, mobile-first products and platforms. It kicks off on the 3rd February, so be sure to add it to your calendar.

    Special Guests

    Last year Steve Ballmer made an appearance, and in 2015 Microsoft is promising another great year of keynote speakers. 

     We can reveal we will have Mary Jo Foley keynoting! Mary Jo has covered the tech industry for more than 30 years for a variety of publications and Web sites, and is a frequent guest on radio, TV and podcasts, speaking about all things Microsoft related, and on ZDNet, she blogs at allaboutmicrosoft.com.

    Here’s a top-level view on the agenda for this year: 

    Day 1: Devices and Managing a Mobile-First World

    An exploration of Windows 10, as well as how the latest hardware releases and innovations in Microsoft Azure to help you manage your device estate.

    An evening with Office 365: The evening sessions will uncover how you get started with configuring Office 365.

    Day 2: The Journey to the Cloud-first World

     We made some significant announcements in recent months, this day is designed to help IT Pros understand these. We’ll be taking a look into the Windows Azure Pack for those wanting to create their own clouds as well as looking at non-traditional topics such as open source, Docker and Containers. We will also be joined (virtually) by the father of Powershell and our old friend, Technical Fellow Jeffrey Snover.

    Day 3: Multi-device, Cross-platform Development

    Designed for developers seeking practical guidance on modern cross-platform development, plus the latest news on Windows 10.

    Check out the full agenda here.

    Stay tuned as we reveal more guests by following the Microsoft team via @TechNetUK and @MSDevUK

    If this sounds interesting to you, you can go ahead and register.

      Everyone that registers, and attends at least one of the days, will be entered into a draw to win a Surface Pro 3. Go here to get started.

    Will you be tuning in for TechDays online? Which day are you most interested in? Let us know in the comments section of via @TechNetUK.

  • UK IT Camps – Enterprise Mobility – Sign up now.

    Life during my first year at Microsoft has been almost exactly as I imagined it might be, but as I always do at Christmas I reflected on the year past and particularly this year on my first 9 months as a Microsoft Employee. Whilst doing so I remembered exactly what prompted me to sign up to this fun ride.

    camp

    Back in 2012 I attended a number of Tech Days which later became re-branded and reworked into IT Camps. The format of these really did excite me enough to take a full day out of my busy self-employed contractor type schedule. A rare thing since a day ‘off’ is actually money lost and often since my engagements were a week long, it was often a week of income lost.

    So what is so good about an IT Camp that it’s worth the time trouble and sometimes lost income to come and join in the fun?

    Firstly an IT Camp is a FREE day of detailed technical education with a very heavy hands-on approach. There are IT camps for all sorts of subjects but the one I lead is the Enterprise Mobility Camp. This covers all aspects of Microsoft’s people-centric IT solutions, from advances in the Windows Client operating system to deep-dives into Hybrid Identity solutions using Active Directory in both Azure and on-premises with Windows Server 2012 R2.

    The unique aspect of our UK IT Camps is that we always allow the participants to build their own agenda. This adds a much greater level of relevance to the audience and requires a much deeper level of preparation by the Technical Evangelists leading the camp.

    And I am pleased to say it is even more fun to deliver the camp than to present one.

    The IT Camp content is created by the Technical Evangelists working for Microsoft at our HQ in Redmond (such as @simonster). For the Enterprise mobility camp there are over 500 PowerPoint slides in the material to cater for just about any part of the people-centric story.

    Call me old-fashioned but I do love the superb PowerPoint application, BUT even I wouldn’t sit through a day of 500 plus slides. No thanks.

    In a typical day for an IT Camp we may use 20 of those we prefer to use live demonstrations and explanations to get out point across, oh and of course PowerShell too.

    So what can you expect if you sign up to one of our Enterprise Mobility Camps between now and June 2015.

    As I already said, we don’t fix an agenda in advance there are only three givens in the day.

    It starts – you get lunch – it finishes. The bits in between will be filled with a mixture of discussion, presentations, demonstrations and lots and lots of hands-on lab work by you the important person in the room.

    For this reason it is essential that you bring along a device that can use a browser and connect to the internet (we provide the internet connection) and any lab environments you may need. For those who have been before, if you don’t like working in pairs, then either bring two devices or a large screen (as the manuals are online as well and it can be tiring switching between them all day).

    As an example, during the camps this year so far, we have covered Microsoft Intune in cloud and hybrid modes when connected to Microsoft System Center Configuration Manager for Mobile Device Management. We have demonstrated Azure RemoteApp in both Cloud and Hybrid configurations. Both Workplace Join and Work Folders have also figured heavily as has Azure Active Directory Premium.  Office 365 integration and Single Sign on / multifactor authentication were also prominent. The identity piece of the puzzle is a critical one to understand so many questions have been posed and answered.

    The new 2015 Camps have also been updated to include Windows 10 content and most of our demo machines also run Windows 10.

    We also get to demonstrate most of these through the use of iOS devices, Windows Phones projecting their screens through Miracast and even the odd Android device too.

    A large number of IT Pros prefer to learn by a mixture of listening watching and hands-on – the UK IT Camp experience provides all of these in abundance.

    Why not visit http://aka.ms/ukitcamp and register to come along and find out what @Deepfat and I (@edbaker1965) get up to and how you can begin to understand how the people-centric IT vision can be applied within your own work environment?

    There are other added bonuses too. Since everyone present if focusing on the same topics, you get to meet fellow IT Pros interested in similar areas, who may well turn out to be great future contacts.

    Finally we also hand out odds and ends as prizes for asking that difficult (or seemingly easy question) that others are just too shy to ask.

     

    The post UK IT Camps – Enterprise Mobility – Sign up now. appeared first on Blogg(Ed).