<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Windows Server 2008 R2 on Wojciech Marusiak IT Blog</title>
        <link>https://www.wojcieh.net/tags/windows-server-2008-r2/</link>
        <description>Recent content in Windows Server 2008 R2 on Wojciech Marusiak IT Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Tue, 10 Nov 2015 14:25:28 +0000</lastBuildDate><atom:link href="https://www.wojcieh.net/tags/windows-server-2008-r2/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>How to use Managed Service Accounts with vCenter Server</title>
        <link>https://www.wojcieh.net/how-to-use-managed-service-accounts-with-vcenter-server/</link>
        <pubDate>Tue, 10 Nov 2015 14:25:28 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-use-managed-service-accounts-with-vcenter-server/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/10/how-to-use-managed-service-accounts-with-vcenter-server-logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Many of the IT environments have so called security driven approach. Every time I hear that something has to be implemented it is because security said so. Don&amp;rsquo;t get me wrong - by all means I like to be secure and compliant. In my opinion there should be balance between Security and Costs.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;I have found very nice chart which shows that.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/10/security-estimation.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Security estimation&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;In Today post I will show you how to configure vCenter Server to work with &lt;strong&gt;MSA&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;managed-service-account-and-group-managed-service-account---what-is-that&#34;&gt;Managed Service Account and Group Managed Service Account - what is that?
&lt;/h2&gt;&lt;p&gt;Managed Service Account was introduced by Microsoft with release of Windows Server 2008 R2.The best description is from Microsoft Technet Article.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The managed service account is designed to provide crucial applications such as IIS with the isolation of their own domain accounts, while eliminating the need for an administrator to manually administer the service principal name (SPN) and credentials for these accounts. It is a managed domain accounts that provides automatic password management and simplified SPN management. Virtual accounts are &amp;ldquo;managed local accounts&amp;rdquo; that can use a computer&amp;rsquo;s credentials to access network resources.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Group Managed Service Accounts was released with Windows Server 2012.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The group Managed Service Account provides the same functionality within the domain but also extends that functionality over multiple servers.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately MSA was not ideal solution to most user problems due to limitations. With release of gMSA many more use cases might be found to use them. See table below with supported applications with MSA and gMSA supported applications.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Managed Service Accounts&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Group Managed Service Accounts&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Microsoft Exchange&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Microsoft IIS&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Microsoft SQL Server&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Not Supported&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Task Scheduler&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Not Supported&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Supported&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Which MSA should I use then some of you might ask. That depends how will you plan your environment. If you want to use same MSA account on several computers than you should use &lt;strong&gt;gMSA&lt;/strong&gt;. If you will use MSA account on one server than you should use &lt;strong&gt;MSA&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;managed-service-account-and-group-managed-service-account--prerequisites&#34;&gt;Managed Service Account and Group Managed Service Account- prerequisites
&lt;/h2&gt;&lt;p&gt;Managed Service Accounts require the Active Directory &lt;strong&gt;schema&lt;/strong&gt; to be updated to the Server 2008 R2 version.&lt;/p&gt;
&lt;p&gt;Group Managed Service Accounts require the Active Directory &lt;strong&gt;schema&lt;/strong&gt; to be updated to the Server 2012 version.&lt;/p&gt;
&lt;p&gt;In my test lab I will show you how to run vCenter Server services and Microsoft SQL Server using Managed Service Accounts.&lt;/p&gt;
&lt;h2 id=&#34;managed-service-account-creation&#34;&gt;Managed Service Account creation
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Open PowerShell and import module Active Directory.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Import-Module&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ActiveDirectory&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;To create a standalone managed service account which is linked to a specific computer, we will use the &lt;strong&gt;-RestrictToSingleComputer&lt;/strong&gt; parameter in New-AdServiceAccount command.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;New-ADServiceAccount&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Name&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;vmwareafd&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-RestrictToSingleComputer&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;In the next step we will associate newly created MSA account to computer.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Add-ADComputerServiceAccount&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Identity&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;vcenter&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-ServiceAccount&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;vmwareafd&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;On the target computer where we will install MSA open PowerShell, install Active Directory module (if it is not installed previously).&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Import-Module&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ServerManager&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Add-WindowsFeature&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Rsat-AD&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;-PowerShell&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Import Active Directory module (see first step) and install MSA account.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Install-ADServiceAccount&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;vmafd&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;Last step is to change log on account. Remember to clear password and Confirm password fields.&lt;/li&gt;
&lt;li&gt;Newly added account to service will be granted &lt;strong&gt;Log On As A Service&lt;/strong&gt; right.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;vmware-vcenter-server-services&#34;&gt;VMware vCenter Server Services
&lt;/h2&gt;&lt;p&gt;Below you can find all vCenter Server services. In third column you can see MSA account names.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Service Display Name&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Service Name&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;MSA account name&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware afd Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMWareAfdService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvafd&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Certificate Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMWareCertificateService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmcertservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Component Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareComponentManager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmcomponentmgr&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Content Library Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vdcs&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmcontentlibr&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Directory Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareDirectoryService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmdirservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware ESX Agent Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;EsxAgentManager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmesxmanager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware HTTP Reverse Proxy&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;rhttpproxy&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmrhttproxy&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Identity Management Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareIdentityMgmtService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmidentservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Inventory Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;invsvc&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vminvservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware License Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-license&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmlicservice&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Message Bus Config Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;mbcs&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmmbcs&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Performance Charts&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-perfcharts&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmperfchar&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Security Token Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareSTS&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmsts&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Service Control Agent&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMwareServiceControlAgent&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmsvcctrlag&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Syslog Collector&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmSyslogCollector&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmsyslogcoll&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware System and Hardware Health Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmwarevws&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmhwmanager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware USB Arbitration Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMUSBArbService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmusbarbit&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vAPI Endpoint&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vapiEndpoint&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvapiend&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vCenter Configuration Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-cis-config&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmcisconfig&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vCenter workflow manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-vpx-workflow&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvpxworkflow&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware VirtualCenter Server&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vpxd&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvpxd&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vService Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VServiceManager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmvservicemng&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Auto Deploy Waiter&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-autodeploy-waiter&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmadwaiter&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere ESXi Dump Collector&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware-network-coredump&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmdumpcoll&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere ESXi Dump Collector WebService&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMWareNetworkCoredumpWebserver&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmdumpcollweb&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Profile-Driven Storage Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vimPBSM&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmpdss&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Web Client&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vspherewebclientsvc&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmwebclient&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The next step is to import all MSA accounts to target computer. I simply added accounts using &lt;strong&gt;Computer Management.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-use-managed-service-accounts-with-vcenter-server-3.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - 3&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Once we have all accounts added to local &lt;strong&gt;Administrators&lt;/strong&gt; groups we will stop all vCenter Services and replace user accounts associated to each service.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-use-managed-service-accounts-with-vcenter-server-4.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - 4&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;I had to add WOJCIEH\vminvservice$, WOJCIEH\vmvpxd$ account as security login to vCenter Server and MSDB databases. This is needed to start vCenter Server service. If you will not do it you will see errors like this.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-use-managed-service-accounts-with-vcenter-server-5.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - 5&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;After all changes and some tweaking we have fully functional vCenter Server running with MSA accounts.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2015/11/how-to-use-managed-service-accounts-with-vcenter-server-6.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;How to use Managed Service Accounts with vCenter Server - 6&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;virtual-accounts&#34;&gt;Virtual Accounts
&lt;/h2&gt;&lt;p&gt;However with vCenter Server 6.0 new concept of virtual accounts was introduced. Following VMware KB explains this concept: &lt;a href=&#34;http://kb.vmware.com/kb/2124709/&#34; target=&#34;_blank&#34;&gt;Use of virtual accounts for services on a Windows vCenter Server 6.0 (2124709)&lt;/a&gt;.From VMware KB we see that following services are used as virtual accounts.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Service Account&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Component Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\VMwareComponentManager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Content Library Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vdcs&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware ESX Agent Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\EsxAgentManager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Message Bus Config Service&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\mbcs&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Performance Charts&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vmware-perfcharts&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware Postgres&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vPostgres&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vAPI Endpoint&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vapiEndpoint&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vCenter workflow manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vmware-vpx-workflow&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;vmware vService Manager&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\VServiceManager&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Audo Deploy Waiter&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vmware-autodeploy-waiter&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;VMware vSphere Web Client&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;NT SERVICE\vspherewebclientsvc&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;As VMware guru you have to consider all cons and pros of each solution and decide to go with MSA accounts or not.&lt;/p&gt;
&lt;h1 id=&#34;summary&#34;&gt;Summary
&lt;/h1&gt;&lt;p&gt;It took me a while to check prepare this post but I am happy that I could prove that MSA accounts are working as well with vCenter Server. What is unknown if VMware Support will help you if you are using MSA accounts. If you wish I can check as well if Group Managed Accounts are working with vCenter Server 6.0.&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to make Microsoft license report in minutes?</title>
        <link>https://www.wojcieh.net/how-to-make-microsoft-license-report-in-minutes/</link>
        <pubDate>Fri, 06 Jun 2014 10:06:35 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-make-microsoft-license-report-in-minutes/</guid>
        <description>&lt;p&gt;![Microsoft Assesment and Planning Toolkit Logo][1]&lt;/p&gt;
&lt;p&gt;If you ever had to create Microsoft license report you know how hard and time-consuming task this can be. What if I will tell you that this task can be done in several minutes and can be even fun?&lt;/p&gt;
&lt;!--adsense--&gt; 
&lt;p&gt;First of all, I have to admit that there is software which can do it on the market, but you have to know that it is not free. The software I used is totally free and it really works. It is called Microsoft Assessment and Planning Toolkit and it is designed to help you with quicker desktop and server migration from one version to another.&lt;/p&gt;
&lt;h2 id=&#34;wait-for-what-upgrade&#34;&gt;Wait for what? Upgrade?
&lt;/h2&gt;&lt;p&gt;Yes, its primary focus is on upgrade, but we are smart and we know that before you do any upgrade you know you must have an overview of your whole infrastructure. Let me show how to quickly make license report of your whole environment.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;First of all, you need to prepare one workstation or server.&lt;/li&gt;
&lt;li&gt;Then please read &lt;a title=&#34;MAP minimum requirements&#34; href=&#34;http://social.technet.microsoft.com/wiki/contents/articles/17810.minimum-requirements-for-running-map.aspx&#34; rel=&#34;noopener&#34;&gt;minimum requirements&lt;/a&gt;for running MAP and you might want to read &lt;a title=&#34;MAP FAQ&#34; href=&#34;http://social.technet.microsoft.com/wiki/contents/articles/1643.microsoft-assessment-and-planning-toolkit-frequently-asked-questions.aspx&#34; rel=&#34;noopener&#34;&gt;MAP FAQ&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Later on download software from &lt;a title=&#34;MAP Download&#34; href=&#34;http://go.microsoft.com/fwlink/?LinkId=316883&#34; rel=&#34;noopener&#34;&gt;this site&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Install it on workstation/server&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;MAP installation is pretty much straightforward like most of the software which runs on Windows and I will not cover it here.&lt;/p&gt;
&lt;h2 id=&#34;microsoft-assessment-and-planning-toolkit-usage&#34;&gt;Microsoft Assessment and Planning Toolkit usage
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;After MAP is installed we shall start it simply by clicking the icon in start menu.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 1][2]&lt;/li&gt;
&lt;li&gt;Wait for the program to start.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 2][3]&lt;/li&gt;
&lt;li&gt;At the beginning, we need to create a database to store data.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 3][4]&lt;/li&gt;
&lt;li&gt;After database creation, we see an overview of possible scenarios: Windows Azure VM Readiness, Microsoft Private Cloud Fast Track, and many others.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 4][5]&lt;/li&gt;
&lt;li&gt;If you want to create the inventory of your environment click Server and Click &lt;strong&gt;Collect inventory data&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In &lt;strong&gt;Inventory Scenarios&lt;/strong&gt; select &lt;strong&gt;Windows Computers&lt;/strong&gt;. If you want, you can select as well Linux/UNIX computers and many others scenarios.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 5][6]&lt;/li&gt;
&lt;li&gt;You have the possibility to provide several methods to use to discover computers.
&lt;ul&gt;
&lt;li&gt;Use Active Directory&lt;/li&gt;
&lt;li&gt;Domain Services&lt;/li&gt;
&lt;li&gt;Use Windows networking protocols&lt;/li&gt;
&lt;li&gt;Use System Center Configuration Manager&lt;/li&gt;
&lt;li&gt;Scan an IP address range&lt;/li&gt;
&lt;li&gt;Manually enter computer names and credentials&lt;/li&gt;
&lt;li&gt;Import computer names from a file&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 6][7]&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Provide credentials to connect to Active Directory forest and discover computer joined to the domain.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 7][8]&lt;/li&gt;
&lt;li&gt;Select domains where you want to do discovery.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 8][9]&lt;/li&gt;
&lt;li&gt;Provide credentials that will be used to connect to machines queried from Active Directory.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 9][10]&lt;/li&gt;
&lt;li&gt;You can specify credentials order for each selected collector technology.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 10][11]&lt;/li&gt;
&lt;li&gt;Here you see Summary of all settings.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 11][12]&lt;/li&gt;
&lt;li&gt;After a while, you will find how many computers are inventoried.&amp;lt;br
![Microsoft Assesment and Planning Tollkit 12][13]&lt;/li&gt;
&lt;li&gt;If you will go through each of tabs you will find various Scenarios. For example - Cloud scenario.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 13][14]&lt;/li&gt;
&lt;li&gt;Desktop scenario.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 14][15]&lt;/li&gt;
&lt;li&gt;Server scenario.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 15][16]&lt;/li&gt;
&lt;li&gt;Desktop virtualization.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 16][17]&lt;/li&gt;
&lt;li&gt;Database report.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 17][18]&lt;/li&gt;
&lt;li&gt;Server Virtualization report.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 18][19]&lt;/li&gt;
&lt;li&gt;Usage tracking.
![Microsoft Assesment and Planning Tollkit 19][20]&lt;/li&gt;
&lt;li&gt;Environment.&lt;br&gt;
![Microsoft Assesment and Planning Tollkit 20][21]&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Other than that you can generate Excel reports for further analysis. I hope you will find this tool useful as I did.
[1]: /images/uploads/2014/06/microsoft-assesment-and-planning-toolkit-logo.webp
[2]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-1.webp
[3]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-2.webp
[4]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-3.webp
[5]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-4.webp
[6]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-5.webp
[7]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-6.webp
[8]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-7.webp
[9]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-8.webp
[10]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-9.webp
[11]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-10.webp
[12]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-11.webp
[13]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-12.webp
[14]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-13.webp
[15]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-14.webp
[16]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-15.webp
[17]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-16.webp
[18]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-17.webp
[19]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-18.webp
[20]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-19.webp
[21]: /images/uploads/2014/06/microsoft-assesment-and-planning-tollkit-20.webp&lt;/p&gt;</description>
        </item>
        <item>
        <title>How to see hidden adapter IP settings in Windows</title>
        <link>https://www.wojcieh.net/how-to-see-hidden-adapter-ip-settings-in-windows/</link>
        <pubDate>Tue, 16 Apr 2013 21:04:40 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/how-to-see-hidden-adapter-ip-settings-in-windows/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2013/04/Lost-and-found.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Lost and Found&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Have you ever lost something and found it in last place where you expect to find it? Well it happened to me as well several times (I even tried to pray to Saint Anthony - patron of lost things) and it is true that some things are lost as well in IT world.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Few days ago I found out, that some of my VM&amp;rsquo;s are version 4 and they should be version 7. I powered them off quickly and then upgraded Virtual Machine hardware to version 7. Piece of cake - vCenter Server informed me that VMware Tools are outdated (I didn&amp;rsquo;t knew that they are from ESX 3.5) and I confirmed that I want to do upgrade. What could go wrong huh?&lt;/p&gt;
&lt;p&gt;Well, VM&amp;rsquo;s started fine - no big deal. Next day ticket came to me that VM&amp;rsquo;s lost its IP configuration. Damn, I am busted - this is because of this HW upgrade. I thought no big deal - setting new IP is no big deal, and I thought I will remove flexible adapter with proper VMXNET3. That part was easy, but no one had old IP configuration of VM&amp;rsquo;s.&lt;/p&gt;
&lt;p&gt;Microsoft KB &lt;a title=&#34;Show hidden devices&#34; href=&#34;http://support.microsoft.com/kb/315539 &#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://support.microsoft.com/kb/315539&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://support.microsoft.com/kb/315539&lt;/a&gt;&lt;/a&gt; is helpful when you want to remove old network adapter (don&amp;rsquo;t do it yet) but it doesn&amp;rsquo;t say how to find old IP configuration.&lt;/p&gt;
&lt;p&gt;Here is hint how you can find it.&lt;/p&gt;
&lt;p&gt;Start regedit and then navigate to key located in &lt;strong&gt;HKEY\LOCAL\MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces&lt;/strong&gt; and find your Interface with configuration.&lt;/p&gt;
&lt;p&gt;Then you can easily set your missing NIC IP settings.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Znalezienie odłączonych sesji terminalowych z pomocą Powershella</title>
        <link>https://www.wojcieh.net/znalezienie-od%C5%82%C4%85czonych-sesji-terminalowych-z-pomoc%C4%85-powershella/</link>
        <pubDate>Fri, 03 Aug 2012 09:19:14 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/znalezienie-od%C5%82%C4%85czonych-sesji-terminalowych-z-pomoc%C4%85-powershella/</guid>
        <description>&lt;p&gt;Piątek. Ostatni dzień pracy - próba logowania do vCenter. Błąd&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Kolejna - błąd. Oczywiście pojawia się pierwsza myśl - &lt;strong&gt;WTF!?!&lt;/strong&gt; Nie zrażając się następuje kolejna próba logowania do serwera przy użyciu RDP. &lt;strong&gt;Konto zostało zablokowane.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;przyczyna&#34;&gt;Przyczyna
&lt;/h2&gt;&lt;p&gt;Jak zwykle okazało się, że miałem zostawioną sesję terminalową na serwerze - w tym przypadku sprzed 192 dni.&lt;/p&gt;
&lt;h2 id=&#34;rozwiązanie&#34;&gt;Rozwiązanie
&lt;/h2&gt;&lt;p&gt;Jak zwykle bardzo proste: wylogowanie sesji i odblokowanie konta. Wkurzyłem się niemiłosiernie bo to już kolejny raz w ciągu miesiąca więc postanowiłem coś z tym zrobić.&lt;/p&gt;
&lt;p&gt;Chwila spędzona z goolge i udało mi się znaleźć moduł &lt;strong&gt;Terminal Services&lt;/strong&gt; do Powershella. Ściągamy go stąd - &lt;a href=&#34;https://psterminalservices.codeplex.com/&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://psterminalservices.codeplex.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://psterminalservices.codeplex.com&lt;/a&gt;&lt;/a&gt;/ i instalujemy według instrukcji.&lt;/p&gt;
&lt;p&gt;Po zainstalowaniu odpalamy Powershella i wykonujemy komendę:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-TSSession&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-ComputerName&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;NAZWAKOMPUTERA&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-State&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Disconnected&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-UserName&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;USERNAME&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Jeżeli chcemy zobaczyć wszystkie odłączone sesje na komputerze to usuwamy&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;UserName USERNAME
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Oto przykładowy skrypt utworzony z pomocą kolegi (pętla ForEach 🙂 ). W skrypcie pobieram komputery z Active Directory, które mają w nazwie ciąg znaków - można użyć *.&lt;/p&gt;
&lt;p&gt;Przykładowo:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Name -like &amp;#39;L*SR*&amp;#39;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Co pozwoli znaleźć wszystkie komputery zaczynające się od litery &lt;strong&gt;L&lt;/strong&gt; i zawierające w nazwie &lt;strong&gt;SR&lt;/strong&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-PowerShell&#34; data-lang=&#34;PowerShell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Import-module&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ActiveDirectory&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Import-Module&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;PSTerminalServices&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$Computers&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Get-ADComputer&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Filter&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;Name -like &amp;#39;L*SR*&amp;#39;&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;ForEach-Object&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$_&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Name&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;ForEach&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$Computer&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;in&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$Computers&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-TSSession&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-ComputerName&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$Computer&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-State&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Disconnected&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-UserName&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;_k748050&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-ErrorAction&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;SilentlyContinue&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;W skrypcie dodałem również kontynuację po błędach - ponieważ komputer może istnieć w AD ale może być niedostępny i skrypt zatrzymuje się bo nie odpowiada &lt;strong&gt;RPC&lt;/strong&gt;.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Zarzadzanie hasłami w środowisku korporacyjnym</title>
        <link>https://www.wojcieh.net/zarzadzanie-has%C5%82ami-w-%C5%9Brodowisku-korporacyjnym/</link>
        <pubDate>Tue, 29 May 2012 09:49:16 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/zarzadzanie-has%C5%82ami-w-%C5%9Brodowisku-korporacyjnym/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/05/hasla-sa-jak-majtki.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Hasla sa jak majtki&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;W dobie wszechobecnych problemów z bezpieczeństwem sami wiecie, że długie i złożone hasła są bardzo ważne.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;W dzisiejszym wpisie chciałbym przedstawić Wam komercyjne rozwiązanie jakim jest produkt firmy &lt;a title=&#34;Thycotic&#34; href=&#34;http://www.thycotic.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Thycotic&lt;/a&gt; &lt;strong&gt;Secret Server&lt;/strong&gt;.&lt;/p&gt;
&lt;h3 id=&#34;jak-to-działa&#34;&gt;Jak to działa?
&lt;/h3&gt;&lt;p&gt;Secret Server zainstalować można zainstalować na następujących systemach operacyjnych:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Server 2003&lt;/li&gt;
&lt;li&gt;Windows Server 2003 R2&lt;/li&gt;
&lt;li&gt;Windows XP&lt;/li&gt;
&lt;li&gt;Windows Server 2008 32 i 64 bitowe&lt;/li&gt;
&lt;li&gt;Windows Server 2008 R2&lt;/li&gt;
&lt;li&gt;Windows Vista Business / Ultimate&lt;/li&gt;
&lt;li&gt;Windows 7 Professional / Ultimate&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Do działania wykorzystywana jest baza sql oraz IIS instalowany w systemie operacyjnym. Wszystkie dane są szyfrowane algorytmem AES 256 i haszowane SHA512 - produkt spełnia również normy &lt;a title=&#34;Norma FIPS 140-2&#34; href=&#34;http://en.wikipedia.org/wiki/FIPS_140-2&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;FIPS 140-2&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;demo&#34;&gt;Demo
&lt;/h3&gt;&lt;p&gt;Krótkie demo produktu zobaczyć można pod tym adresem &lt;a class=&#34;link&#34; href=&#34;http://www.thycotic.com/secretserver_movie.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.thycotic.com/secretserver_movie.html&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;czy-jest-to-produkt-dla-mnie&#34;&gt;Czy jest to produkt dla mnie?
&lt;/h3&gt;&lt;p&gt;Produkt ten nie jest dla &amp;ldquo;zwykłego śmiertelnika&amp;rdquo; - zdecydowanie jest przeznaczony dla większych firm i korporacji. W dużych firmach gdzie administratorzy zarządzają dużą ilością serwerów dosyć często pojawia się problem haseł.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;kto zna hasło do danego systemu?&lt;/li&gt;
&lt;li&gt;kiedy ostatnio hasło było zmieniane?&lt;/li&gt;
&lt;li&gt;złożoność hasła&lt;/li&gt;
&lt;li&gt;znajomość haseł przez osoby niepowołane&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Są to oczywiście jedynie wybrane przeze mnie zagrożenia jednak według mnie jedne z ważniejszych.&lt;/p&gt;
&lt;h3 id=&#34;dlaczego-wybrałbym-secret-server&#34;&gt;Dlaczego wybrałbym Secret Server?
&lt;/h3&gt;&lt;p&gt;Przede wszystkim polecam zapoznanie się z licencjonowaniem i zalecam wybranie edycji od wersji Professional. Wersja ta posiada integrację z &lt;strong&gt;Active Directory&lt;/strong&gt; co w środowisku korporacyjnym jest niezwykle ważne (integracja z Active Directory pozwala pozbyć się lokalnych użytkowników).  Bardzo ciekawie prezentuje się zarządzanie dostępem do haseł - możemy tworzyć foldery, dodawać role użytkowników do konkretnych folderów.&lt;/p&gt;
&lt;p&gt;Kolejną z ciekawych funkcji jest możliwość uruchamiania konsoli SSH (np. PuTTY) czy RDP bezpośrednio do danego systemu z oprogramowania. Bardzo podoba mi się możliwość wymuszenia automatycznej zmiany haseł do systemów (urządzenie / system powinien mieć dostęp przez telnet lub ssh) oraz możliwość tworzenia skryptów.&lt;/p&gt;
&lt;p&gt;Wspierane systemy do automatycznej zmiany haseł to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Local admin&lt;/li&gt;
&lt;li&gt;Active Directory&lt;/li&gt;
&lt;li&gt;UNIX/Linux/Mac (incl. root)&lt;/li&gt;
&lt;li&gt;MS SQL Server&lt;/li&gt;
&lt;li&gt;Oracle&lt;/li&gt;
&lt;li&gt;Sybase&lt;/li&gt;
&lt;li&gt;MySQL&lt;/li&gt;
&lt;li&gt;VMware ESX&lt;/li&gt;
&lt;li&gt;DSEE&lt;/li&gt;
&lt;li&gt;Cisco&lt;/li&gt;
&lt;li&gt;Juniper&lt;/li&gt;
&lt;li&gt;Enterasys&lt;/li&gt;
&lt;li&gt;WatchGuard&lt;/li&gt;
&lt;li&gt;Check Point&lt;/li&gt;
&lt;li&gt;Dell DRAC&lt;/li&gt;
&lt;li&gt;HP iLO&lt;/li&gt;
&lt;li&gt;OpenLDAP&lt;/li&gt;
&lt;li&gt;SSH / Telnet&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Przykładowa zmiana hasła na urządzeniu Cisco &lt;a class=&#34;link&#34; href=&#34;http://support.thycotic.com/KB/a251/heartbeat-and-remote-password-changing-for-cisco-accounts.aspx?KBSearchID=22719&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://support.thycotic.com/KB/a251/heartbeat-and-remote-password-changing-for-cisco-accounts.aspx?KBSearchID=22719&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Produkt posiada również wiele innych funkcji, których nie będę wymieniał - link do wszystkich funkcji &lt;a class=&#34;link&#34; href=&#34;http://www.thycotic.com/products_secretserver_featurelist.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.thycotic.com/products_secretserver_featurelist.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Zachęcam Was do testów programu (bądź innych programów tego typu) gdyż może on rozwiązać wiele problemów przy niewielkim nakładzie kosztów.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Rozwiązanie problemu wieszającego się procesu explorer.exe</title>
        <link>https://www.wojcieh.net/rozwi%C4%85zanie-problemu-wieszaj%C4%85cego-si%C4%99-procesu-explorer.exe/</link>
        <pubDate>Mon, 09 Jan 2012 21:01:29 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/rozwi%C4%85zanie-problemu-wieszaj%C4%85cego-si%C4%99-procesu-explorer.exe/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/01/Stupid-crash.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Stupid Crash&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Od dłuższego czasu na prywatnym komputerze (Windows 7 Ultimate  x64 SP1) pojawiała się informacja o procesie explorer.exe, który przestał działać i automatycznie się restartował. Oczywiście pojawiał się również odpowiedni wpis w logach:&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Log Name: Application
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Source: Application Error
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Date: 2012-01-06 20:44:56
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Event ID: 1000
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Task Category: (100)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Level: Error
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Keywords: Classic
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;User: N/A
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Computer: wojcieh-PC
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Description:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Faulting application name: Explorer.EXE, version: 6.1.7601.17567, time stamp: 0x4d672ee4
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7c8f9
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Exception code: 0xc0000005
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Fault offset: 0x0000000000052fc6
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Faulting process id: 0x63c
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Faulting application start time: 0x01ccccab85e48ff9
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Faulting application path: C:WindowsExplorer.EXE
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Faulting module path: C:WindowsSYSTEM32ntdll.dll
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Report Id: e89c8c7e-389e-11e1-9d67-005056c00008
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;W Internecie znajduje się bardzo dużo narzekań na ten problem jednak w moim przypadku rozwiązanie musiałem znaleźć sam.&lt;/p&gt;
&lt;p&gt;Na &lt;a title=&#34;http://www.sevenforums.com&#34; href=&#34;http://www.sevenforums.com/crash-lockup-debug-how/104768-troubleshooting-explorer-exe-crashing-issues.html&#34; target=&#34;_blank&#34;&gt;forum&lt;/a&gt; znalazłem możliwe rozwiązania problem (uruchomienie sfc /scannow (System File Checker), utworzenie nowego profilu, naprawa instalacji Windowsa).&lt;/p&gt;
&lt;p&gt;Pokażę Wam, w jaki sposób rozwiązałem ten problem.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Pobrałem plik udostępniony przez André Ziegler na jego Skydrive i dodałem wpis do rejestru. Plik tworzy w katalogu C:LocalDumps minidumpa za każdym razem gdy explorer.exe zrestartuje się.&lt;/li&gt;
&lt;li&gt;Oto zawartość pliku REG:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Windows Registry Editor Version 5.00
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsWindows Error ReportingLocalDumpsExplorer.exe]
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;#34;DumpFolder&amp;#34;=hex(2):43,00,3a,00,5c,00,4c,00,6f,00,63,00,61,00,6c,00,44,00,75,
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;00,6d,00,70,00,73,00,00,00
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Zrestartowałem komputer i zaraz po starcie systemu w katalogu C:LocalDumps znalazłem plik explorer.exe.2124.dmp (oczywiście explorer.exe się zrestartował)&lt;/li&gt;
&lt;li&gt;Zainstalowałem Windows Debugging Tools - to samo narzędzie, które używane jest do analizy Blue Screen Of Death (BSOD)&lt;/li&gt;
&lt;li&gt;Otworzyłem plik explorer.exe.2124.dmp i użyłem polecenia &lt;strong&gt;!analyze -v&lt;/strong&gt;
6.. Znalazłem program, przez który explorer.exe restartował się
&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2012/01/Windows-Debuggin-Tools-analyze-v.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Windows Debuggin Tools !analyze -v&#34;
	
	
&gt;&lt;/li&gt;
&lt;li&gt;W moim przypadku winowajcą okazał się program SugarSync. Po wyłączeniu startowania programu wraz ze startem systemu problem nie występuje.&lt;/li&gt;
&lt;/ol&gt;</description>
        </item>
        <item>
        <title>Wdrażanie Mozilla Firefox w Active Directory</title>
        <link>https://www.wojcieh.net/wdra%C5%BCanie-mozilla-firefox-w-active-directory/</link>
        <pubDate>Sun, 31 Jul 2011 20:44:25 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/wdra%C5%BCanie-mozilla-firefox-w-active-directory/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2011/07/firefox-windows.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Mozilla Firfox and Windows&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Tak jak obiecałem w poprzednim wpisie o wdrażaniu Google Chrome poprzez GPO dzisiaj chciałbym pokazać w jaki sposób zainstalować w domenie przeglądarkę Mozilla Firefox.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;h2 id=&#34;infrastruktura&#34;&gt;Infrastruktura:
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Kontroler domeny&lt;/li&gt;
&lt;li&gt;Klient podłączony do domeny&lt;/li&gt;
&lt;li&gt;Mozilla Firefox w postaci paczki msi&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;zaczynamy-zabawę&#34;&gt;Zaczynamy zabawę!
&lt;/h2&gt;&lt;p&gt;Pomyslałem, że łatwiej będzie jak zobaczycie filmik na którym zaprezentuję instalację Firefoxa.&lt;/p&gt;
&lt;iframe title=&#34;Firefox deployment using Active Directory GPO&#34; width=&#34;1080&#34; height=&#34;608&#34; src=&#34;https://www.youtube.com/embed/Y0R74qRwSIQ?feature=oembed&amp;#038;enablejsapi=1&amp;#038;origin=https://www.wojcieh.net&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;
&lt;h2 id=&#34;paczka-msi-firefox&#34;&gt;Paczka MSI Firefox
&lt;/h2&gt;&lt;p&gt;Z Firefoxem jest trochę kiepsko jeżeli chodzi o paczkę instalacyjna msi. Niestety Mozilla jeszcze jest daleko w tyle za Chrome nie wspominając o IE.&lt;/p&gt;
&lt;p&gt;Póki co paczki msi od Mozilli nie ma ale są sposoby aby ją znaleźć:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;można samemu ją stworzyć przy użyciu narzędzi do tworzenia paczek msi&lt;/li&gt;
&lt;li&gt;ściągnąć gotową paczkę - ja skorzystałem z szybszej i prostszej drogi - na stronie &lt;a class=&#34;link&#34; href=&#34;http://www.frontmotion.com/Firefox/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.frontmotion.com/Firefox/&lt;/a&gt; są gotowe paczki do ściągnięcia w różnych językach&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;jak-zarządzać-tym--firefoxem&#34;&gt;Jak zarządzać tym &amp;hellip; Firefoxem
&lt;/h2&gt;&lt;p&gt;Niestety na tym polu Mozilla również dała ciała. Oficjalnych szablonów administracyjnych nie ma, są jakieś do ściągnięcia ale z czasów Firefoxa 2.x co przy obecnej wersji 5 może stwarzać problemy. Póki co zarządzanie Firefoxem zostawiam na kolejny wpis bo sprawa jest dosyć skomplikowana.&lt;/p&gt;
&lt;p&gt;Jak zwykle zapraszam do komentowania i zadawania pytań.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Darmowe książki z Microsoft Press</title>
        <link>https://www.wojcieh.net/darmowe-ksi%C4%85%C5%BCki-z-microsoft-press/</link>
        <pubDate>Thu, 30 Jun 2011 07:21:19 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/darmowe-ksi%C4%85%C5%BCki-z-microsoft-press/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2011/06/free.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;FREE&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Cześć,&lt;/p&gt;
&lt;p&gt;właśnie przeczytałem o promocji darmowych książek z wydawnictwa Microsoft Press.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blogs.msdn.com/b/microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Programming Windows Phone 7&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blogs.msdn.com/b/microsoft_press/archive/2010/09/13/free-ebook-moving-to-microsoft-visual-studio-2010.aspx&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Moving to Microsoft Visual Studio 2010&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blogs.msdn.com/b/microsoft_press/archive/2010/04/14/free-ebook-introducing-microsoft-sql-server-2008-r2.aspx&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Introducing Microsoft SQL Server 2008 R2&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blogs.msdn.com/b/microsoft_press/archive/2010/02/16/free-ebook-understanding-microsoft-virtualization-r2-solutions.aspx&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Understanding Microsoft Virtualization Solutions&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blogs.msdn.com/b/microsoft_press/archive/2010/03/03/free-ebook-own-your-future-update-your-skills-with-resources-and-career-ideas-from-microsoft.aspx&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Own Your Future: Update Your Skills with Resources and Career Ideas from Microsoft&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blogs.msdn.com/b/microsoft_press/archive/2009/10/20/free-ebook-introducing-windows-server-2008-r2.aspx&#34; target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34;&gt;Introducing Windows Server 2008 R2&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blogs.msdn.com/b/microsoft_press/archive/2010/01/20/free-ebook-first-look-microsoft-office-2010.aspx&#34; target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34;&gt;First Look Microsoft Office 2010&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://blogs.msdn.com/b/microsoft_press/archive/2009/10/16/free-e-book-deploying-windows-7-essential-guidance.aspx&#34; target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34;&gt;Deploying Windows 7, Essential Guidance&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Tutaj mamy adres z dokładniejszym opisem książek. Osobiście to interesują mnie pozycje 4,5,6 i 8. Najważniejsze jednak będzie znaleźć czas na przeczytanie ich wszystkich 😀&lt;/p&gt;</description>
        </item>
        <item>
        <title>Event 40960 LSASRV i jego przyczyna</title>
        <link>https://www.wojcieh.net/event-40960-lsasrv-i-jego-przyczyna/</link>
        <pubDate>Thu, 16 Jun 2011 18:19:04 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/event-40960-lsasrv-i-jego-przyczyna/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2011/03/error.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Error&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Dosyć niedawno w pracy natrafiłem na ciekawy problem na jednym z serwerów.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Otóż w eventlogu było bardzo dużo następujących błędów.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2011/06/1.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Błąd&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Nie wiedziałem na początku o co chodziło w tym błędzie ale po paru chwilach wszystko się wyjaśniło.&lt;/p&gt;
&lt;p&gt;Przyczyną problemu była rozłączona sesja terminalowa użytkownika. Nie było by z tym faktem żadnego problemu ale tak się niefortunnie złożyło, że uzytkownik zmienił w międzyczasie hasło.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Wdrażanie Google Chrome w Active Directory</title>
        <link>https://www.wojcieh.net/wdra%C5%BCanie-google-chrome-w-active-directory/</link>
        <pubDate>Thu, 03 Mar 2011 05:30:49 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/wdra%C5%BCanie-google-chrome-w-active-directory/</guid>
        <description>&lt;p&gt;![Chrome Windows Logo][1]&lt;/p&gt;
&lt;p&gt;Dosyć niedawno przeglądarka ze stajni Google - Chrome została uaktualniona o wersję Enterprise i szablony administracyjne oraz paczkę instalacyjną w formacie msi.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;W dzisiejszym wpisie przedstawię wdrożenie Google Chrome w domenie Active Directory przy użyciu GPO wraz z szablonami administracyjnymi.&lt;/p&gt;
&lt;h2 id=&#34;wymagania-wstępne&#34;&gt;Wymagania wstępne:
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Kontroler domeny&lt;/li&gt;
&lt;li&gt;Klient&lt;/li&gt;
&lt;li&gt;Paczka msi Google Chrome do ściągnięcia &lt;a href=&#34;http://www.google.com/chrome/eula.html?msi=true&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://www.google.com/chrome/eula.html?msi=true&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.google.com/chrome/eula.html?msi=true&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Pobranie szablonów administracyjnych &lt;a href=&#34;http://dl.google.com/dl/edgedl/chrome/policy/policy_templates.zip&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://dl.google.com/dl/edgedl/chrome/policy/policy_templates.zip&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://dl.google.com/dl/edgedl/chrome/policy/policy_templates.zip&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Środowisko wdrożeniowe w moim przypadku to dwie maszyny wirtualne. Kontroler domeny oparty na Windows Server 2008 R2 oraz klient podłączony do domeny - Windows 7 Enterprise.&lt;/p&gt;
&lt;p&gt;Poziom funkcjonalny domeny i lasu to Windows Server 2008 R2. Na kontrolerze domeny zainstalowałem dodatkowo usługę DHCP a jej klientem jest Windows 7.&lt;/p&gt;
&lt;h2 id=&#34;wdrożenie&#34;&gt;Wdrożenie
&lt;/h2&gt;&lt;p&gt;Aby ułatwić wszystkim ewentualne testy zrobiłem krótkiego videocasta gdzie wszystko powinno być widoczne czarnona białym.&lt;/p&gt;
&lt;iframe title=&#34;Google Chrome deployment using group policy in Active Directory&#34; width=&#34;1080&#34; height=&#34;608&#34; src=&#34;https://www.youtube.com/embed/63OOrKTZ5MA?feature=oembed&amp;#038;enablejsapi=1&amp;#038;origin=https://www.wojcieh.net&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;Jak sami widzieliście proces ten nie różni się zbytnio od dystrybucji innego oprogramowania.&lt;/p&gt;
&lt;p&gt;Odnośnie samego Google Chrome to polecam zapoznać się z dobrym dokumentem opisującym krok po kroku instalację Chrome http://www.google.com/support/a/bin/answer.py?hl=en&amp;amp;answer=187202.&lt;/p&gt;
&lt;p&gt;Na sam koniec polecam odnośnik do buglisty Chromium Enterprise &lt;a class=&#34;link&#34; href=&#34;http://code.google.com/p/chromium/issues/list?can=2&amp;amp;q=Feature%3DEnterprise&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://code.google.com/p/chromium/issues/list?can=2&amp;q=Feature%3DEnterprise&lt;/a&gt; gdzie można zobaczyć aktualne problemy zgłaszane przez użytkowników oraz  zgłaszane zapotrzebowanie na nowe funkcje.&lt;/p&gt;
&lt;p&gt;Czy chcielibyście abym przedstawił również proces wdrożenia Firefoxa?&lt;/p&gt;
&lt;p&gt;W razie pytań zapraszam do komentarzy.
[1]: /images/uploads/2011/01/chrome-windows-logo.webp&lt;/p&gt;</description>
        </item>
        <item>
        <title>Dobra informacja dla zdających egzamin 70-640 lub 70-536</title>
        <link>https://www.wojcieh.net/dobra-informacja-dla-zdaj%C4%85cych-egzamin-70-640-lub-70-536/</link>
        <pubDate>Sat, 12 Jun 2010 21:19:01 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/dobra-informacja-dla-zdaj%C4%85cych-egzamin-70-640-lub-70-536/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2010/06/ExamsInProgress.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Exams In Progress&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Jeżeli będziesz zdawał/zdawała w najbliższym czasie egzamin &lt;strong&gt;70-640&lt;/strong&gt; &lt;strong&gt;(TS: Windows Server 2008 Active Directory - Configuration)&lt;/strong&gt; lub &lt;strong&gt;70-536&lt;/strong&gt; &lt;strong&gt;(TS: Microsoft .NET Framework - Application Development Foundation)&lt;/strong&gt; to mam dla Ciebie świetną wiadomość.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Otóż na microsoftowym blogu &lt;a href=&#34;http://borntolearn.mslearn.net/btl/b/weblog/archive/2010/06/11/challenge-yourself-70-640-and-70-536-candidates.aspx&#34; target=&#34;_blank&#34;&gt;Born to Learn&lt;/a&gt; została utworzona inicjatywa wraz z głównym partnerem edukacyjnym &lt;strong&gt;MeasureUP&lt;/strong&gt;. Inicjatywa ta polega na otrzymywaniu co tydzień przez siedem tygodni trzech pytań przygotowujących do egzaminu. A najważniejsze jest to, że jest to całkowicie &lt;strong&gt;ZA DARMO!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Nie wiem jak wy ale ja zapisałem się do testowych pytań z egzaminu 70-640.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Egzamin 71-693: Pro: Windows Server 2008 R2, Virtualization Administrator</title>
        <link>https://www.wojcieh.net/egzamin-71-693-pro-windows-server-2008-r2-virtualization-administrator/</link>
        <pubDate>Tue, 15 Dec 2009 00:17:21 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/egzamin-71-693-pro-windows-server-2008-r2-virtualization-administrator/</guid>
        <description>&lt;p&gt;Wczoraj wieczorem dostałem wiadomość od Microsoft Learning iż pojawi się nowy egzamin beta &lt;strong&gt;71-693: Pro: Windows Server 2008 R2, Virtualization Administrator.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2009/12/beta.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Beta&#34;
	
	
&gt;&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Egzamin będzie dostępny od 23 grudnia 2009 do 15 stycznia 2010 a rejestracja rozpoczyna sie od 14 grudnia 2009. Jak we wszystkich betach konieczne jest posiadanie kodu promocyjnego aby nie płacić za egzamin. W związku z małą aferą odnośnie egzaminu 71-659: Windows Server 2008 R2, Server Virtualization (o tym napiszę w kolejnym wpisie) nie moge podać kodu do rejestracji (dopóki nie ukaże się on publicznie).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Do not post this code publicly. If you do post this code publicly, you will be excluded from future beta notifications. Receiving this invitation does not guarantee you a seat in the beta. We recommend that you register immediately.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Wymagania do egzaminu jeszcze nie są opublikowane ale gdy tylko bedą dostępne to oczywiście je tu umieszczę.&lt;/p&gt;
&lt;p&gt;Update 15.12.2009 - dzięki Darkowi za przypomnienie o opublikowaniu.&lt;/p&gt;
&lt;p&gt;Oto link &lt;a href=&#34;http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-693#tab2&#34; target=&#34;_blank&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-693#tab2&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-693#tab2&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>Zapowiedź nowych egzaminów z wirtualizacji Microsoft</title>
        <link>https://www.wojcieh.net/zapowied%C5%BA-nowych-egzamin%C3%B3w-z-wirtualizacji-microsoft/</link>
        <pubDate>Fri, 27 Nov 2009 11:05:21 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/zapowied%C5%BA-nowych-egzamin%C3%B3w-z-wirtualizacji-microsoft/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2009/11/virtualization.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Virtualization&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Niedawno bo 23.11.2009 na blogu Microsoft &lt;a href=&#34;http://borntolearn.mslearn.net/&#34; target=&#34;_blank&#34;&gt;born to learn&lt;/a&gt; zostały zapowiedziane nowe egzaminy z wirtualizacji Microsoft.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Uzupełnią one aktualnie dostępne egzaminy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;70-652 &lt;strong&gt;TS: Windows Server Virtualization, Configuring&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;70-403 &lt;strong&gt;TS: System Center Virtual Machine Manager 2008, Configuring&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;o trzy nowe egzaminy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;70-659: &lt;strong&gt;TS: Windows Server 2008 R2, Server Virtualization&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;70-669: &lt;strong&gt;TS: Desktop Virtualization&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;70-693: &lt;strong&gt;Pro: Windows Server 2008 R2, Virtualization Administrator&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Z informacji dostępnych na blogu born to learn wynika, że juz niedługo (z informacji umieszczonych na wss.pl) prawdopodobnie od 1.12.2009 będzie dostępna beta z egzaminu 70-659. Najprawdopodobniej będzie to update wiedzy dostępnej z egzaminu 70-652 + nowości z Windows Server 2008 R2.&lt;/p&gt;
&lt;p&gt;Osobiście jestem trochę zdegustowany tym, że z Windows Server 2008 nie można było uzyskać tytułu MCITP z dwóch dostępnych egzaminów 70-652 i 70-403 (do tego egzaminu miałem niedługo podchodzić i w sumie nie wiem czy jest sens go teraz zdawać) a z nowych wersji juz można.&lt;/p&gt;</description>
        </item>
        <item>
        <title>Virtualstudy – sesje przygotowujące do egzaminu 70-652</title>
        <link>https://www.wojcieh.net/virtualstudy-sesje-przygotowuj%C4%85ce-do-egzaminu-70-652/</link>
        <pubDate>Mon, 02 Nov 2009 08:35:08 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/virtualstudy-sesje-przygotowuj%C4%85ce-do-egzaminu-70-652/</guid>
        <description>&lt;p&gt;Na początku listopada rozpocznie się cykl spotkań w ramach portalu &lt;a href=&#34;http://virtualstudy.pl&#34; target=&#34;_blank&#34;&gt;virtualstudy.pl&lt;/a&gt; przygotowujący do egzaminu &lt;strong&gt;70-652 TS: Windows Server Virtualization, Configuring&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;W ramach spotkań zostaną omówione zagadnienia z egzaminu&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;&lt;strong&gt;Installing Hyper-V (14 percent)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select and configure hardware to meet Hyper-V prerequisites.&lt;br&gt;
This objective may include but is not limited to: evaluate the existing environment, disk/logical unit number (LUN), memory requirements, correct CPU/BIOS, networking/Network Interface Card (NIC)&lt;/li&gt;
&lt;li&gt;Configure Windows Server 2008 for Hyper-V.&lt;br&gt;
This objective may include but is not limited to: identify requirements, deploy Hyper-V with Virtual Machine Manager (VMM), Microsoft Assessment and Planning tool, install on Full, install on Core&lt;/li&gt;
&lt;li&gt;Configure Hyper-V to be highly available.&lt;br&gt;
This objective may include but is not limited to: failover clustering, disk structure (RAID, quorum, shared storage), network&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Configuring and Optimizing Hyper-V (20 percent)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Manage and optimize the Hyper-V server.&lt;br&gt;
This objective may include but is not limited to: VHD (virtual hard disk) location, snapshot location, Systems Center, Virtual Machine Manager (SCVMM), Authorization Manager, release key, performance monitoring of 2k8&lt;/li&gt;
&lt;li&gt;Configure virtual networking.&lt;br&gt;
This objective may include but is not limited to: Virtual Network Manager tool, SCVMM, virtual switches, VLAN tagging, external/private/internal switches&lt;/li&gt;
&lt;li&gt;Configure remote administration.&lt;br&gt;
This objective may include but is not limited to: install Hyper-V manager on Windows Server 2008 and Windows Vista; WMI, WinRM, firewall settings, RDP&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Deploying Virtual Machines (30 percent)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Migrate a computer to Hyper-V.&lt;br&gt;
This objective may include but is not limited to: from Virtual Server 2005, from third-party (Acronis), from VPC (virtual PC), from Hyper-V (import/export), Intel to AMD virtual machine state, by using SCVMM vNext (P2V and V2V), Integration Services/Virtual Machine additions, Assessment and Planning tool&lt;/li&gt;
&lt;li&gt;Create or clone a virtual machine.&lt;br&gt;
This objective may include but is not limited to: prepare guest operating system for duplication (sysprep), differencing disks, copying Virtual Hard Drive (VHD), SCVMM vNext, PXE Boot (legacy network adapter), manage the Self Service portal, Windows Deployment Services (WDS)&lt;/li&gt;
&lt;li&gt;Create a virtual disk.&lt;br&gt;
This objective may include but is not limited to: pass-through disks, fixed versus dynamic, differencing disks, IDE versus SCSI, Virtual Hard Disk Wizard&lt;/li&gt;
&lt;li&gt;Manage templates, profiles, and the image library by using SCVMM vNext.&lt;br&gt;
This objective may include but is not limited to: ISOs, VHDs, deployment from library&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Managing and Monitoring Virtual Machines (36 percent)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Monitor and optimize virtual machines.&lt;br&gt;
This objective may include but is not limited to: Tool: Reliability and performance monitor, Tool: SCVMM, processor, optimize memory, network, disks&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Manage virtual machine settings.&lt;br&gt;
This objective may include but is not limited to: DVD/ISO, NIC, Integration Services, state of virtual machines, Hypercall adapter availability requirements, reboot/start options, BIOS, memory, Processor (Windows NT 4.0)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Manage snapshots and backups.&lt;br&gt;
This objective may include but is not limited to: live backups of a VM by using VSS Data Protection Manager (DPM), backup within a virtual machine, snapshots&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure a virtual machine for high availability.&lt;br&gt; This objective may include but is not limited to: quick migration, storage redundancy, perform a manual failover, live migration if available, networking redundancy
Sesje zostały podzielone następująco:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;02.11.2009 g 20:30 Instalacja i podstawowa konfiguracja Hyper-V (Kamil Frankowicz)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;09.11.2009 g 20:30 Wdrażanie maszyn wirtualnych (Paweł Badura)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;14.11.2009 g 2030 Praca z wirtualnymi maszynami (Karol Stilger)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;01.12.2009 g 20:30 Instalacja i podstawowa konfiguracja SCVMM (Wojciech Marusiak)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;09.12.2009 g 20:30 Wysoka dostępność wirtualizacji (Kamil Skalski)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;10.12.2009 g 20:30 SCVMM Zagadnienia zaawansowane (Dariusz Porowski)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ja serdecznie zapraszam na moją sesję, która odbędzie się 1 grudnia 2009.&lt;/p&gt;
&lt;p&gt;W ramach mojej sesji opowiem o System Center Virtual Machine Manager:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Wymagania&lt;/li&gt;
&lt;li&gt;Komponenty&lt;/li&gt;
&lt;li&gt;Zarządzanie infrastrukturą (bez klastrów)&lt;/li&gt;
&lt;li&gt;Konfiguracja i tworzenie maszyn&lt;/li&gt;
&lt;li&gt;Biblioteka&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Aby uczestniczyć w sesjach wystarczy jedynie zarejestrować się na stronie &lt;a href=&#34;http://virtualstudy.pl/forum/18-spotkania/416-rejestracja-na-wszystkie-spotkania-o-wirtualizacji-70-652.html&#34; target=&#34;_blank&#34;&gt;virtualstudy.pl&lt;/a&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>22.10.2009 premiera Windows Server 2008 R2 i Windows 7</title>
        <link>https://www.wojcieh.net/22.10.2009-premiera-windows-server-2008-r2-i-windows-7/</link>
        <pubDate>Thu, 22 Oct 2009 16:15:42 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/22.10.2009-premiera-windows-server-2008-r2-i-windows-7/</guid>
        <description>&lt;p&gt;Dzisiejszy wpis zacznę inaczej niż wiele osób na swoich blogach 😉&lt;/p&gt;
&lt;p&gt;W dniu dzisiejszym miała miejsce światowa premiera Windows Server 2008 R2 i Windows 7.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2009/10/W2K8R2_logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Windows Server 2008 R2 Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;O 17:00 czasu polskiego Steve Ballmer zaprezentuje również oficjalnie dostępnego już od kilku miesięcy (wersja RTM) Windowsa 7.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2009/10/windows7_logo.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Logo Windows 7&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;Sam osobiście używałem Windowsa 7 od wersji beta i byłem z niego bardzo zadowolony. System działa świetnie nawet na starszym sprzęcie (Pentium Mobile 1,6 GHz, 512MB RAM i starszy dysk 5400 RPM) a co dopiero na nowych komputerach z procesorami Core 2 Duo i lepszymi. Jak już wcześniej pisałem na codzień używam Server 2008 R2 i z wydajności jako system desktopowy jestem bardzo zadowolony, na codzień używam go również jako środowiska wirtualizacyjnego (Hyper-V) oraz jako serwera plików.&lt;/p&gt;
&lt;p&gt;Na koniec jedno zdjęcie, które znalazłem w sieci 🙂&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2009/10/windows-7_fun.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Windows 7 Fun&#34;
	
	
&gt;&lt;/p&gt;</description>
        </item>
        <item>
        <title>Windows Server 2008 R2 – moje wrazenia po kilku dniach użytkowania</title>
        <link>https://www.wojcieh.net/windows-server-2008-r2-moje-wrazenia-po-kilku-dniach-u%C5%BCytkowania/</link>
        <pubDate>Sat, 22 Aug 2009 07:37:40 +0000</pubDate>
        
        <guid>https://www.wojcieh.net/windows-server-2008-r2-moje-wrazenia-po-kilku-dniach-u%C5%BCytkowania/</guid>
        <description>&lt;p&gt;&lt;img src=&#34;https://www.wojcieh.net/images/uploads/2009/08/server2008r2.webp&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Windows Server 2008 R2&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;14.08.2009 Microsoft udostępnił wersję &lt;strong&gt;RTM&lt;/strong&gt; (Release To Manufacturing ) systemu &lt;strong&gt;Windows Server 2008 R2&lt;/strong&gt; oraz &lt;strong&gt;Hyper-V Server 2008 R2&lt;/strong&gt;.&lt;/p&gt;
&lt;!--adsense--&gt;
&lt;p&gt;Jako, iż jestem entuzjastą nowych technologii (nie tylko Microsoftu) ściągnąłem obraz iso o którym dowiedziałem się z portalu techit.pl.&lt;/p&gt;
&lt;p&gt;Zrobiwszy backup aktualnego systemu, śmiało zainstalowałem nowy system na dysku. Instalacja przebiegła szybko i bezproblemowo. Większość sterowników do urządzeń została poprawnie rozpoznana, system zainstalował się na macierzy z chipsetem ICH9R. Jedyne urządzenia stwarzające problem (nierozpoznane) to kamerka Logitech Quickam E1000 do której nie ma po prostu jeszcze sterowników pod &lt;strong&gt;Windows 7&lt;/strong&gt; oraz bluetooth na usb.&lt;/p&gt;
&lt;p&gt;Dla osób, które zainstalują Server 2008 R2 bardzo gorąco polecam stronę . Porady tam zawarte pomogą Wam przekształcić Server 2008 R2 w stację roboczą wyglądająco dokładnie jak jak Windows 7.&lt;/p&gt;
&lt;p&gt;Jedyny problem, który aktualnie napotkałem w systemie to kulejące &lt;strong&gt;Hyper-V&lt;/strong&gt; wraz z  grami, filmami, muzyką - szerzej opisane jest to w wątku na &lt;a href=&#34;http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/4e1c53f5-0400-4ca9-8819-f942c10881c1/&#34; target=&#34;_blank&#34;&gt;forum microsoftu&lt;/a&gt;.&lt;/p&gt;</description>
        </item>
        
    </channel>
</rss>
