Skip to main content

Windows Intune

With Microsoft cloud services such as Office 365, CRM Online, and Windows Azure stealing most of the spotlight lately Windows Intune has almost gone unnoticed, though it is a pretty cool service in its own right. Imagine being able to secure and manage computers and mobile devices - track assets, generate software and hardware inventory, set policies, deploy software, configure security settings and endpoint protection, provide remote assistance - all without needing any infrastructure and at a cost of only $6 per user a month (each user can have up to 5 managed devices assigned), add a little more - $11 per user a month and you get Windows Software Assurance benefits (like free upgrade to Windows 8 Enterprise). If this sounds great, Windows Intune might be a perfect solution for you!

Small and mid-size businesses can manage their IT environment entirely through the cloud, while larger enterprises may choose to extend their existing on-premises solution by integrating Windows Intune with System Center Configuration Manager (SCCM).   

Explore, try, or buy Windows Intune here

There's a wealth of technical knowledge on Windows Intune here.   

Once you start using Windows Intune you may want to bookmark the following URLs:
Still not sure if Windows Intune presents a good fit for your business, or don't know how to approach the provisioning and deployment of the service? Not to worry, you are not alone - engage one of the Microsoft Partners, it's an extremely diverse community. Naturally, I recommend Planet Technologies!

Comments

Popular posts from this blog

Updating computer's AD Security Group membership without rebooting

I found the following to be very useful - From the elevated command prompt execute “ klist –li 0x3e7 ” to view the logon session of the computer account . To purge them, simply execute “ klist –li 0x3e7 purge ”. A typical use case might involve targeting GPOs based on computer's group membership. When you add computer to the group in order to test the application of policies you can reboot it or, alternatively, run the above mentioned to clear logon sessions, then do “ gpupdate /force ” and check. In a spirit of giving credit where credit is due, I found a few references to this, but the one I learned it from was  http://setspn.blogspot.com/2010/10/updating-servers-security-group.html

WordPress displays weird characters

Sometimes after a database conversion (e.g. from MySQL to MariaDB) or due to encoding issues a situation might arise when WordPress is showing weird characters. A quick way of remedying the situation would involve examining the pages to discover a pattern (what characters are being substituted, in the example below the apostrophe was replaced by  ’ ) then running an queries against the database to reverse the effect. Here's a quick example (common tables that store content): UPDATE  wp_posts  SET  post_content =  REPLACE (post_content,  'Â' ,  '' )      UPDATE  wp_posts  SET  post_content =  REPLACE (post_content,  '’' ,  "'" )      UPDATE  wp_postmeta  SET  meta_value =  REPLACE (meta_value,  'Â' ,  '' )      UPDATE  wp_postmeta  SET  meta_value =  REPLACE (me...
  AI Agents as Trusted IoT/Software Defined Devices 🤖 Your Newest Endpoint Isn’t a Laptop; It’s an AI Agent. Are You Ready to Secure It? Dive into the next frontier of cybersecurity. Autonomous AI agents are no longer just code; they are powerful actors in our digital ecosystems. Treating them as simple software leaves a massive security gap. Our latest report introduces a new paradigm: The AI Agent as a Software-Defined Device. Discover the essential framework for securing the agentic future: ➡️ The Agent-as-Device Model: Learn why abstracting agents as software-defined devices, similar to IoT endpoints, is the key to managing their complexity and risk. Secure the “hardware” (host), “software” (agent logic), and “network” (communications). ➡️ A Digital Passport for AI: Move beyond static API keys. Explore how Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs) create a cryptographic root of trust, giving every agent a verifiable identity and provable permissions. ➡️...