<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows desktops on Much Ado About IT</title><link>https://it.knightnet.org.uk/tags/windows-desktops/</link><description>
Recent content about Windows desktops from Much Ado About IT |
Ramblings and rantings from IT Architect &amp; Designer, Julian Knight</description><generator>Hugo | gohugo.io | Theme twenty-sixteen</generator><language>en-gb</language><copyright>This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</copyright><lastBuildDate>Mon, 24 Apr 2023 21:27:28 +0000</lastBuildDate><atom:link href="https://it.knightnet.org.uk/tags/windows-desktops/feed.xml" rel="self" type="application/rss+xml"/><item><title>Windows 10 1803 Timeline Feature</title><link>https://it.knightnet.org.uk/blog/windows-10-1803-timeline-feature/</link><guid isPermaLink="true">https://it.knightnet.org.uk/blog/windows-10-1803-timeline-feature/</guid><pubDate>Tue, 29 May 2018 09:42:53 +0100</pubDate><guid>https://it.knightnet.org.uk/blog/windows-10-1803-timeline-feature/</guid><description><div>The May 2018 version of Windows 10 has an updated alt-tab view called the timeline. While it will eventually be more useful, its current implementation is poor.</div><div>&lt;p>When you press &lt;!-- raw HTML omitted -->win&lt;!-- raw HTML omitted -->+&lt;!-- raw HTML omitted -->tab&lt;!-- raw HTML omitted -->, you used to get a sticky view that showed all of the open application windows for each monitor with a miniature picture of the window.&lt;/p>
&lt;p>As of the 1803 update in May, this view has slightly changed so that view now includes a timeline that you can scroll through rather than just a list. There is also a search box to make it easier to find what you want if you have lots of windows open.&lt;/p>
&lt;p>&lt;img src="https://it.knightnet.org.uk/uploads/2018/05/W101803-timeline.png" alt="W10 Timeline Screenshot">&lt;/p>
&lt;p>The new view also includes application tabs as well as windows. But only if the application has been adapted.&lt;/p>
&lt;p>I have to say, though, that the feature has been very poorly implemented so far:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Tabs only show if the application has been altered to make use of the new feature.&lt;/p>
&lt;p>Currently these mainly seem to be Microsoft applications such as Edge and the Office 365 versions (Click-to-run) of Office applications.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Search only works with applications amended to work with it as above.&lt;/p>
&lt;p>This is especially annoying as it should give a nice way to quickly search through all of the open window titles at least. That information is clearly shown above each window in the list but you can&amp;rsquo;t search it. Seems like a petty limitation.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Windows opened on a secondary monitor for applications not adapted to timeline don&amp;rsquo;t appear in
the main timeline display (on the primary monitor) but applications that &lt;em>have&lt;/em> been adapted &lt;em>do&lt;/em> appear.&lt;/p>
&lt;p>This is, in my view, a poor UX decision since it is confusing to people.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The search function is only available on the primary monitor even though it searches
applications on other monitors (though only if they have been adapted for the timeline as already mentioned).&lt;/p>
&lt;p>Again, this is unnecessarily confusing to users.&lt;/p>
&lt;/li>
&lt;/ul></div></description><author>Julian Knight</author><category domain="https://it.knightnet.org.uk/categories/windows">windows</category><category domain="https://it.knightnet.org.uk/categories/operating-systems">operating-systems</category><category domain="https://it.knightnet.org.uk/categories/microsoft">microsoft</category><category domain="https://it.knightnet.org.uk/tags/windows-desktops">windows-desktops</category><category domain="https://it.knightnet.org.uk/tags/microsoft">microsoft</category></item><item><title>DSC vs. GPO vs. SCCM vs. MDM (Intune)</title><link>https://it.knightnet.org.uk/2016/06/dsc-gpo-sccm-mdm.html</link><guid isPermaLink="true">https://it.knightnet.org.uk/2016/06/dsc-gpo-sccm-mdm.html</guid><pubDate>Sat, 18 Jun 2016 17:42:13 +0000</pubDate><guid>https://it.knightnet.org.uk/2016/06/dsc-gpo-sccm-mdm.html</guid><description><div/><div>&lt;p>Microsoft Windows administrators now have a number of ways for managing their estates.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;em>Group Policy (GPO)&lt;/em>&lt;/p>
&lt;p>Allows very fine-grained control over every aspect of Windows. Primarily aimed at Windows desktops. Requires Active Directory (AD) and very careful configuration. Requires well trained specialist staff to get it right.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;em>System Center Configuration Manager (SCCM)&lt;/em>&lt;/p>
&lt;p>Allows central control over software delivery. Also requires AD. Configuration of delivery packages can be complex and very careful change control is required. Software delivery via SCCM can also be intrusive to users. Requires well trained specialist staff to get it right.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;em>Desired State Configuration (DSC)&lt;/em>&lt;/p>
&lt;p>Though extended by Microsoft this is actually part of a wider open standard &amp;ldquo;Open Management Infrastructure&amp;rdquo; and so applies to other platforms as well including Linux. Mainly aimed at server configurations. Falls into the DevOps camp as it defines server configurations in purely text format and so can be put under source control easily. DSC is typically dynamic and enforces the correct configuration (normally every 15 minutes) which greatly helps ensure secure configurations.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;em>Mobile Device Management (MDM)&lt;/em>&lt;/p>
&lt;p>Primarily aimed at mobile devices, this style of configuration is increasingly applicable to Windows Desktops with the advent of Windows 10. Microsoft InTune is leading the way with other MDM vendors following on. Not everything on the desktop can yet be controlled this way, even with W10 but many key settings and controls are already available. A much simpler method for enforcing desktop settings than the other methods, it allows fewer administrators and much less specialist knowledge.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>The article from FoxDeploy covers the first three of those and lays out the purpose of each. Well worth a read.&lt;/p>
&lt;p>What is missing is the 4th method which uses Mobile Device Management tooling. The leading contender for this is Microsoft InTune. However, InTune is really only focussed on Windows 10 (desktop and mobile), it has limited control in other Operating Systems.&lt;/p>
&lt;blockquote>
&lt;p>Servers only ever exist in a given state. If they deviate or we make changes, we refactor and redeploy. DSC drives it all and the machine will be up and running on a new OS, with data migrated in a matter of minutes.&lt;/p>
&lt;/blockquote>
&lt;blockquote>
&lt;p>For all practical purposes, the first true large scale management tool we had for Windows systems in the modern era was Group Policy, or GPO as it is commonly truncated.&lt;/p>
&lt;/blockquote>
&lt;blockquote>
&lt;p>Comparatively, SCCM and MDT allow us to we import an image from a Windows install disk and then run dozens of individual steps which are customized based on the target machines platform, model, office location and other factors. The sky is the limit.&lt;/p>
&lt;/blockquote>
&lt;p>Curated from &lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->DSC vs. GPO vs. SCCM, the case for each. – FoxDeploy.com&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->&lt;/p>
&lt;h2 id="update-2018-05-04---intune-and-autopilot">Update 2018-05-04 - Intune and Autopilot&lt;/h2>
&lt;p>It should be noted that Intune is now much more capable than when this was originally written.&lt;/p>
&lt;p>Intune now has mobile device management that easily rivals any of the other MDM tools across all platforms. It is also
well able to manage Apple OS X as far as Apple actually allow remote management of this type (they provide only a restricted
set of API&amp;rsquo;s unlike Windows).&lt;/p>
&lt;p>It should now be possible to manage and configure Windows desktops (at least Windows 10) just using Intune via the Cloud without
any input from the other tools.&lt;/p>
&lt;p>Intune coupled with &lt;a href="https://docs.microsoft.com/en-us/windows/deployment/windows-autopilot/windows-10-autopilot">Microsoft Autopilot&lt;/a> provides
a massively powerful and attractive set of tools for the deployment and configuration of Windows 10 based devices.&lt;/p>
&lt;p>Autopilot lets you ship devices straight from the manufacturer to the end user with no build needed. The user only requires a broadband
Internet connection. Devices are unboxed by the user and connected to the Internet. The user logs in with their cloud identity. Intune
&amp;ldquo;knows&amp;rdquo; which organisation the device belongs to and begins configuration. The whole process takes about 10 minutes to give a device
that can browse the Internet and 1 to 2 hours at most before all local client applications are installed and configured (in the background)
depending on the complexity of your configuration.&lt;/p></div></description><author>Julian Knight</author><category domain="https://it.knightnet.org.uk/categories/enterprise">Enterprise</category><category domain="https://it.knightnet.org.uk/categories/linux">Linux</category><category domain="https://it.knightnet.org.uk/categories/microsoft">Microsoft</category><category domain="https://it.knightnet.org.uk/categories/operating-systems">Operating Systems</category><category domain="https://it.knightnet.org.uk/categories/software">Software</category><category domain="https://it.knightnet.org.uk/categories/windows">Windows</category><category domain="https://it.knightnet.org.uk/tags/configuration">Configuration</category><category domain="https://it.knightnet.org.uk/tags/cross-platform">Cross-Platform</category><category domain="https://it.knightnet.org.uk/tags/enterprise-systems">Enterprise Systems</category><category domain="https://it.knightnet.org.uk/tags/group-policy">Group Policy</category><category domain="https://it.knightnet.org.uk/tags/microsoft">Microsoft</category><category domain="https://it.knightnet.org.uk/tags/microsoft-intune">Microsoft InTune</category><category domain="https://it.knightnet.org.uk/tags/microsoft-windows-administrators">Microsoft Windows administrators</category><category domain="https://it.knightnet.org.uk/tags/mobile-device-management">Mobile Device Management</category><category domain="https://it.knightnet.org.uk/tags/operations">Operations</category><category domain="https://it.knightnet.org.uk/tags/software-delivery">software delivery</category><category domain="https://it.knightnet.org.uk/tags/system-center-configuration-manager">System Center Configuration Manager</category><category domain="https://it.knightnet.org.uk/tags/windows-desktops">Windows desktops</category></item></channel></rss>