YOUR TRUSTED IT PARTNER

Providing IT Support and Consultancy Across the UK

Call us today on 01392 796525 or Email us at ask@integy.co.uk

THE LEADING MICROSOFT AZURE AND MODERN WORK PARTNER

Windows 365 Link
By Ryan Jewell November 20, 2024
looking forward to Windows 365 Link and all that it can do
Windows 365
By Ryan Jewell November 1, 2024
Get Started with Windows 365—Fast, Simple, and Free with INTEGY’s Accelerator
By James Cook September 19, 2024
DiGiGOV EXPO 24 - 24th and 25th of September. INTEGY CCS Approved Supplier
Integy engineers attain Microsoft certifications
April 5, 2024
Integy engineers attain Microsoft certifications
Show More

 Cloud Services

 

Migrate to the cloud to free up your systems and take advantage of seamless IT provision. Flexible storage and complete security for a solution that grows with your business.





 Modern Work

 

  Employees expect to work securely from anywhere, on any device, and they put a high premium on work that enriches and fulfills them. When their productivity tools enhance the quality and effectiveness of their work experience, they’re happier, more valuable, and more likely to stay.

 

 Managed Services

 

  Our Managed IT Service gives you proactive support across your entire IT infrastructure.  We know systems change and businesses change, so your platform needs to change with you.


 

Support Options Tailored To Your Needs


  • Specific services covering Infrastructure, Azure and Modern Work that take the pressure off the internal team


  • Architecture and Engineering Support to accelerate the movement of projects or free up support teams


  • Retained Engineering integrated within existing teams


  • CIO and CTO Strategic Support

TECHNOLOGY INSIGHTS

Windows 365 Link
By Ryan Jewell November 20, 2024
looking forward to Windows 365 Link and all that it can do
By Ryan Jewell July 24, 2024
Effective application deployment is critical for maintaining productivity and security within an enterprise. Tools like Intune and System Center Configuration Manager (SCCM) streamline this process, offering various packaging formats to suit different needs.
By Ryan Jewell July 24, 2024
INTEGY offers a comprehensive suite of services designed to streamline your application packaging process, ensuring seamless deployment via tools like Intune and SCCM. Our services cover discovery, readiness, packaging, testing, and remediation of applications.
Two primary connectivity options available for Azure deployments are VPN (Virtual Private Network)
By Ryan Jewell July 24, 2024
Two primary connectivity options available for Azure deployments are VPN (Virtual Private Network) and ExpressRoute.
Server consolidation
By Ryan Jewell July 24, 2024
Server rationalisation options, move to azure move to Azure Stack HCI
By James Cook July 24, 2024
Azure Stack HCI 23H2 – Notes from the battlefield Azure Stack HCI is Microsoft’s blueprint for a hyperconverged infrastructure, running on-premises, using validated hardware and a modified version of the Windows Server Core operating system (You also get a cool Azure Logo when it boots). The obvious goal from MS with Stack, is to bridge the gap for the many use cases where there is still an on-prem requirement, whilst making use of investment in skills and foundations in Azure. The previous version of Stack HCI (22H2) was very much an on-prem deployment, lots of PowerShell, with the option to then onboard the cluster into Azure Arc for some hybrid management and monitoring capabilities. Introducing 23H2 23H2 is the latest generally available version of Azure Stack, which was released in February 2024. This latest version introduces significant changes, moving to a cloud based deployment method from the Azure portal, cloud based updates, monitoring and Arc management of workloads on the cluster from the outset (You can deploy Azure VM’s and other workloads from the Azure portal). Azure Stack HCI is a great option for hybrid environments and where there is an architectural reason to run a workload on-prem. Microsoft have also opened stack up to run other workloads which were traditionally restricted to Azure Public only, such as Azure Virtual Desktop and Azure SQL Managed Instances. My view, for anyone facing the prospect of a VMWare of Citrix renewal, Stack HCI has become hugely relevant and a potential game changer. Techy Nodes With 23H2 introducing so many changes only a months ago at the time of writing, and with the potential for so many variables in the on-prem environment, I’ll buy a coffee for anyone who gets a smooth, hardware based deployment on the first run! Below are some notes which might help others out there, these are from our experience of deploying a Two Node, switchless stack HCI 23H2 cluster for a customer on Dell AX-750 hardware. We pencilled in 5 days, I don’t want to admit how long it actually took! I have stopped short of sharing all steps taken or our complete build notes, there are many blogs out there which misled us during troubleshooting, as the official Microsoft advice, guidance and documentation is changing so rapidly, I don’t want to add to that. Prep To steal a phrase from an MS engineer, “deploying 23H2 is like painting your house, 90% of the work is in the prep”. The documentation could be clearer in my opinion, take the time to understand your deployment scenario (there are many, switchless, switched, number of nodes etc), take the time to read and re-read the re-req’s for your scenario. Do not rush ahead to hitting go on the deployment hoping errors will steer you nicely towards and pre-req’s you’ve missed. They are more likely to lead you down week long rabbit holes. Prerequisites to deploy Azure Stack HCI, version 23H2 - Azure Stack HCI | Microsoft Learn Active Directory Prep One of the first prep steps involves running a PowerShell command to create the AD OU and deployment account for the cluster. This command creates the OU and then quickly blocks inheritance on the new OU. Tip – We’ve seen this cause an issue if the script is run in a different AD site than the PDC, due to replication. Run the script on a terminal in the same site as the PDC if possible. If it fails due to not being able to block inheritance, go make a brew, and run it again, no need to delete the objects the first attempt created. Host Prep Stack HCI runs on server core, no GUI, minimal options for clicking to find things! Tip - Microsoft love to set a US keyboard so this is the first thing we change in our scenario (being based in the UK) Set-WinDefaultInputMethodOverride -InputTip "0809:00000809" Set-ItemProperty 'HKCU:\Keyboard Layout\Preload' -Name 1 -Value 00000809 Host Networking Read and re-read the documentation on this one. Network considerations for cloud deployment for Azure Stack HCI, version 23H2 - Azure Stack HCI | Microsoft Learn Tip – In our scenario, the customer environment used a specific VLAN for management which caused issues and the deployment to get stuck at “Configuring host networking”. If you are defining a management VLAN, you should set this on your management nics prior to deployment using the set-netadapter command Its also advisable to rename your NICS to a friendly name as these NIC names get passed through to the Azure portal for selection during deployment. Rename-netadapter -name “original nic name” -newname “MANAGEMENT01” Tip – Ensure the right features such as RDMA are enabled for your network adapters in the host BIOS Tip – Ensure your NICS are using the latest supported vendor drivers (not Microsoft drivers!) Tip – Do not set a VLAN iD on your storage nics, the deployment handles this for you ARC Registration Register your Azure Stack HCI servers with Azure Arc and assign permissions for deployment - Azure Stack HCI | Microsoft Learn The next step is to onboard your hosts to Azure ARC. This allows them to be selected to be part of a Stack HCI portal deployment. Tip – Azure Stack HCI is only available in a limited amount of regions, this is purely for management purposes and not being in your local region is not a massive issue. In our scenario, our landing zone config for the customer restricted deployments to UK regions, so we onboarded the nodes to UK South, this made them unavailable for selection in a Stack HCI cluster. At the time of deployment Stack HCI was only available in West Europe and the nodes have to be onboarded to Arc in the same region. Tear it out, start again! Onboard your Stack nodes to a supported region for Azure Stack HCI! Tip - Following onboarding to Arc – don’t rush to kick off the deployment right away. Several extensions need to be installed and healthy to continue, even after the onboarding PowerShell on each node has finished, the extensions take a while to drop in. Example below (This may change, refer to the MS documentation!) Portal / ARM Deployment Once you have prepped, checked, prepped some more and onboarded to Arc you are ready to kick off a deployment via the Portal or an Arm template: Deploy an Azure Stack HCI system using the Azure portal - Azure Stack HCI | Microsoft Learn If all the prep and pre-req’s have been done, all that should be required now is to be careful when entering the required environment information and monitor the deployment. Tip – The deployment has a “Validation” stage which deploys a number of prep objects before the actual deployment. One of these is an enterprise app registration. When we did our first deployment in March / April 2024 – There was no mention of permissions required for this in the documentation If the Azure user initiating the deployment is not a GA, assign them the Application Administrator role to avoid errors with the validation stage and enterprise app registration. Closing Notes At this point you are in the hands of the deployment. Quoting another MS engineer “It either goes smoothly or is a nightmare, there’s rarely an in-between!) There are plenty more things that could have been mentioned in this blog, I did want to keep it short and knew that wouldn’t happen. One of the core issues which caused this first 23H2 deployment to be particularly painful was down to the customers Active Directory environment. Instability with AD and DNS will without a doubt, trip up a Stack deployment. Whilst some of the above may come across negative, it’s not meant to be. As with any tech, especially a new released process, there are teething problems and I’m sure it will get smoother over time. I do feel for the MS support teams looking after Stack HCI, in a greenfield environment I imagine it deploys fine every time. There are so many issues outside of the deployment itself which can cause it to go run, it must be a nightmare to support and try to avoid “Scope creep”. The benefits when it’s all done and you’re sat back with a cup of tea? A truly hybrid infrastructure which allows you to manage your on-prem and Azure workloads with the same tooling (including infrastructure as code), deploy cloud first workloads on-prem and monitor / manage your environment using tools such as Azure Monitor, Policy, Update Centre and Defender for Cloud. Now that is quite cool!
Show More

Lets discuss your next big decision 

Lets Talk

We want to hear from you

Send us your details and we’ll get back to you to schedule a time to talk.

WHAT WE DO WITH OUR CUSTOMERS

September 19, 2024
From Horizon to Azure Virtual Desktop, INTEGY help deliver a successful migration
Windows 11
August 22, 2024
Case Study: A Phased Approach to Standardising on Windows 11—Strategic Budget Management and Strong Partnership
iboss managed service
August 22, 2024
this case study describes how INTEGY have created an iboss managed service to help organisations have leading web and security protection.
Unifi Network
August 22, 2024
This case study covers how we transformed a schools wired and wireless network provision.
Intune Packaging
August 22, 2024
Application Packaging activities completed or local authority via GCloud contract
IT Support for Braunton Academy
May 8, 2024
Integy provide IT support for Braunton Academy, delivering IT Support and Migration from Google to Microsoft
Intune for Education
March 12, 2024
Integy deliver Intune Accelerator for Windows to manage all devices, security and applications
Third Party Patching Solution for Public Sector
March 11, 2024
Third Party Patching Solution for Public Sector organisations looking to align with NCSC guidance.
Windows Accelerator for Intune
March 6, 2024
Windows Accelerator for Intune ensures organisations are best prepared to manage their IT estate.
By Ryan Jewell November 2, 2023
Azure Virtual Desktop, AVD, Citrix, VMWare Horizon - what is the right choice, this business case describes why AVD is the smart choice
By James Cook October 15, 2023
Hear how INTEGY embarked on parallel projects for a district council, to implement an Azure Landing Zone and Azure Virtual Desktop pilot, spring boarding the councils Cloud Adoption.
October 10, 2023
Unleashing Educational Potential with Microsoft 365
October 10, 2023
Empowering Education with Azure: A Perfect Fit
Microsoft 365, Migrate and Adopt
By Ryan Jewell September 1, 2023
In this post we demonstrate how it is possible to migrate to Intune from Airwatch and move to Defender from Sophos
Petroc College and Integy Azure and M365 Support
August 18, 2023
Petroc and Integy have extended the support agreement they have in place, covering M365, Azure, Infrastructure, Cloud and Modern Work
GP In The Cloud, Integy Azure Virtual Desktop
August 17, 2023
In this blog we discuss how GP In The Cloud has been nominated for an award by HJL.
M365 and Intune
August 17, 2023
Devices now run on Windows 11, managed through Intune. And with Office 365 apps for enterprise, along with smart data handling using OneDrive, SharePoint, and Teams, collaboration and productivity have taken off.
Iboss web security
June 27, 2023
INTEGY and iboss partner to deliver leading edge security solutions. This blog discusses how INTEGY quickly moved a further education provider to iboss.
Azure Virtual Desktop delivered in partnership
By Ryan Jewell June 27, 2023
In this blog INTEGY co-founder describes the way INTEGY work. Simply put INTEGY work in collaboration with our clients to deliver business outcomes. The journey isnt always smooth, but it is always good fun!
Government Department Move to Windows 11
June 26, 2023
In this case study we describe how Integy assist a government department to move to Windows 11. By using Microsoft Intune this upgrade was simplified, security payloads in alignment to NCSC.
IT Support for School
By James Cook May 5, 2023
Integy take over IT Support for Braunton Academy
Google to Microsoft 365
March 27, 2023
This post describes the process to move an academy IT solution from Google to M365
Azure Cloud Adoption Strategy
February 17, 2023
Cloud Adoption Journey
February 13, 2023
INTEGY help streamline process and allow engineers to focus on the day job
February 4, 2023
Embracing mobility by adopting a laptop first strategy
February 4, 2023
AVD, enables employees to access their work desktop from anywhere
February 4, 2023
Out with the old in with the new! Secure remote access via Azure Virtual Desktop
February 4, 2023
INTEGY and iboss deliver secure anywhere working
February 4, 2023
Breaking the barriers to drive adoption and improve the spread of innovative ideas and technologies across large populations
February 4, 2023
Education is no longer locked to the classroom
February 4, 2023
Anywhere access to data and applications for luxury travel operator
Show More

INTEGY provide organisations with an exceptional IT service like no other

We exist to provide organisations with an exemplar IT service that exceeds expectations and minimises IT disruption and restrictions, allowing true focus on business objectives. 


Integy provide a tailored support and service model, that is built around customer needs. Our investment in our people and understanding of how businesses use technology, ensures that we are quick to improve security posture and elements that could be resulting in lost productivity.


We are proud of our team and their dedication to helping clients with their IT requirements. 


Call us today on 01392 796525 or Email us at ask@integy.co.uk

Share by: