Nick Tolley of Exiis: The Power of Collaboration

Managing Director of Exiis, Nic Tolley along with his wife Isabel grew Exiis from 6 people to 170 people over the past 10 years.

Nick is an instinctive leader, and in this podcast he shares his insights into strategy, leadership and culture.  Nick shares unique case studies about how collaboration with clients and staff have led to significant growth. Nick acknowledges the industrial services industry is unique, and the fact that they clean things that no on else wants to, has provided opportunities and challenges. Nick acquired the business in 2012.

Listen Below

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });