<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>IKirill Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>IKirill Tracker</description>
    <pubDate>Sat, 25 Nov 2023 13:15:06 GMT</pubDate>
    <dc:date>2023-11-25T13:15:06Z</dc:date>
    <item>
      <title>Script Output compare when use Invoke-Vmscript</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-Output-compare-when-use-Invoke-Vmscript/m-p/2993306#M113636</link>
      <description>&lt;P&gt;Hello! have a script to check, If the file exists.&lt;/P&gt;&lt;P&gt;The problem is that I can't compare Script output with true or false. In this script, even if the file exists, the value NO is returned. How to fix it?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$vmNames = "Collector"
$results = @()

foreach ($vmName in $vmNames) {
# Use Invoke-VMScript to check if the file exists
$script = {
$filePath = "C:\Soft\lastrun-restart-services.txt"
$fileExists = Test-Path $filePath
$fileExists
}

$result = Invoke-VMScript -VM $vmName -ScriptText $script -GuestUser admin -GuestPassword pass

$result.ScriptOutput
if ($result.ScriptOutput -eq "True") {
$fileResult = "YES"
} else {
$fileResult = "NO"
}

$obj = New-Object PSObject -Property @{
VMName = $vmName
FileExists = $fileResult
}

$results += $obj
}
$results | Format-Table -AutoSize&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 10:34:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Script-Output-compare-when-use-Invoke-Vmscript/m-p/2993306#M113636</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2023-10-30T10:34:36Z</dc:date>
    </item>
    <item>
      <title>Horizon 8 - Disable redirect language</title>
      <link>https://communities.vmware.com/t5/VMware-Horizon-Discussions/Horizon-8-Disable-redirect-language/m-p/2978144#M17758</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have Horizon 8 and Instant Clone pool vms (Windows Server 2019).&lt;/P&gt;&lt;P&gt;There are 2 languages configured in the golden image: regional and English.&lt;/P&gt;&lt;P&gt;But when I connect to the VM from the pool, I see 3 languages: regional 2 pieces and English.&lt;/P&gt;&lt;P&gt;I suspect that the language is being redirected from my laptop. How can I disable the redirect?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 16:27:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Horizon-Discussions/Horizon-8-Disable-redirect-language/m-p/2978144#M17758</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2023-07-19T16:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get list of VMs with 2 criteria</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-list-of-VMs-with-2-criteria/m-p/2961190#M111373</link>
      <description>&lt;P&gt;Thanks Lucd!&lt;/P&gt;&lt;P&gt;chat ChatGPT could not say this and gave out a non-working solution))&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 17:12:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-list-of-VMs-with-2-criteria/m-p/2961190#M111373</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2023-03-27T17:12:01Z</dc:date>
    </item>
    <item>
      <title>Get list of VMs with 2 criteria</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-list-of-VMs-with-2-criteria/m-p/2961178#M111371</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I need Powercli script.&lt;/P&gt;&lt;P&gt;I have&lt;BR /&gt;Get-vm | ? name -like "VDI-POOL02*"&lt;BR /&gt;&lt;BR /&gt;I wont add criteria - VMs&amp;nbsp;should not be in a port group named "Vlan-101"&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 16:07:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-list-of-VMs-with-2-criteria/m-p/2961178#M111371</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2023-03-27T16:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get list of datastores (Permissions by AD group)</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-list-of-datastores-Permissions-by-AD-group/m-p/2895634#M105445</link>
      <description>&lt;P&gt;Thanks for ALL!&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 20:30:09 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-list-of-datastores-Permissions-by-AD-group/m-p/2895634#M105445</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2022-02-26T20:30:09Z</dc:date>
    </item>
    <item>
      <title>Get list of datastores (Permissions by AD group)</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-list-of-datastores-Permissions-by-AD-group/m-p/2895474#M105438</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have AD group like mydomain\mygroup.&lt;/P&gt;&lt;P&gt;This group have access for many datastores.&lt;/P&gt;&lt;P&gt;How i can use powercli to get full list of datastores&amp;nbsp;which the group can manage?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 14:16:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Get-list-of-datastores-Permissions-by-AD-group/m-p/2895474#M105438</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2022-02-25T14:16:22Z</dc:date>
    </item>
    <item>
      <title>Horizon Linked Clone - Remove VM and delete persistent disk</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Horizon-Linked-Clone-Remove-VM-and-delete-persistent-disk/m-p/2875765#M104003</link>
      <description>&lt;P&gt;Hello team!&lt;/P&gt;&lt;P&gt;Can't find comandlet to remove linked clone VM with delete persistent disk.&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 07:21:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Horizon-Linked-Clone-Remove-VM-and-delete-persistent-disk/m-p/2875765#M104003</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-11-02T07:21:21Z</dc:date>
    </item>
    <item>
      <title>Horizon Agent 7.13 and Debian. Any chance?</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Horizon-Agent-7-13-and-Debian-Any-chance/m-p/2875698#M755</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I know Debian is not supported as a guest OS.&lt;/P&gt;&lt;P&gt;When I install the agent, I immediately get the message "Debian Not Supported".&lt;BR /&gt;I tried to find the OS check in the installation file, but I didn't find it.&lt;/P&gt;&lt;P&gt;Is there a chance to install an agent on Debian?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 20:13:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Horizon-Agent-7-13-and-Debian-Any-chance/m-p/2875698#M755</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-11-01T20:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Check all disks vm have EagerZeroedThick format</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Check-all-disks-vm-have-EagerZeroedThick-format/m-p/2864772#M103097</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;LucD!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 12:58:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Check-all-disks-vm-have-EagerZeroedThick-format/m-p/2864772#M103097</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-09-01T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Check all disks vm have EagerZeroedThick format</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Check-all-disks-vm-have-EagerZeroedThick-format/m-p/2864762#M103092</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;i start write small script to check, that all disks at vm have&amp;nbsp;EagerZeroedThick format.&lt;/P&gt;&lt;P&gt;And add this to expression cell.&lt;BR /&gt;But I am sure that the script is incorrect:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Get-Vm -Location myvms | select @{N="VM Name";E={$_.Name}},
@{N="Storformat";E={ if ((Get-HardDisk $_).storageformat -eq 'EagerZeroedThick') {Write-Host "ALL EagerZeroedThick"} else {NOT ALL disks in EagerZeroedThick format} }}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 01 Sep 2021 12:02:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Check-all-disks-vm-have-EagerZeroedThick-format/m-p/2864762#M103092</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-09-01T12:02:57Z</dc:date>
    </item>
    <item>
      <title>PowerCli - Move disks to original DS</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCli-Move-disks-to-original-DS/m-p/2861889#M102750</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have multiple VMs with different number of disks and&amp;nbsp;different datastores.&lt;BR /&gt;Now i wont use storage vmotion to move all disk to one datastore.&lt;BR /&gt;Then i use&amp;nbsp;move-harddisk to move every HD with Storage Format EagerZeroedThick.&lt;BR /&gt;At the same time, the hard drives are moved to their original datastores.&lt;/P&gt;&lt;P&gt;How can I call each element of the array in a loop?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$vmhddsorigs = Get-VM mytest | Get-HardDisk

Move-VM -VM mytest -Datastore mydatastore1 -RunAsync

foreach ($vmhddsorigs in $vmhddsorig) {

$disknname=$_.diskname
$diskds=$_.datastore.name

get-vm mytest | Move-HardDisk -HardDisk $disknname -Datastore $diskds -StorageFormat EagerZeroedThick
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 18:29:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCli-Move-disks-to-original-DS/m-p/2861889#M102750</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-08-12T18:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon 7.8 - Post-synchronization script. Have error.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-7-8-Post-synchronization-script-Have-error/m-p/2859388#M94544</link>
      <description>&lt;P&gt;SurajRoy&lt;/P&gt;&lt;P&gt;I couldn't get the Powershell script to work, but the BAT file works fine. It is enough just to register the Bat file with one line (for example, I have such a line C:\security\start-scr\start.bat). The issue is resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 21:06:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-7-8-Post-synchronization-script-Have-error/m-p/2859388#M94544</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-07-26T21:06:49Z</dc:date>
    </item>
    <item>
      <title>Horizon 7.8 - Post-synchronization script. Have error.</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-7-8-Post-synchronization-script-Have-error/m-p/2859075#M94531</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have Horizon 7.8.&lt;BR /&gt;I am try to use&amp;nbsp;Post-synchronization script with linked clones vms.&lt;BR /&gt;On golden image (master image) i create POWERSHELL script.&lt;BR /&gt;I my case the full path is - C:\scripts\start.ps1&lt;BR /&gt;OK!&lt;BR /&gt;&lt;BR /&gt;Now i enter the path in&amp;nbsp;Post-synchronization script name:C:\scripts\start.ps1&lt;BR /&gt;next run recompose and have error:&lt;BR /&gt;View Composer agent initialization state error (19): Failed to execute postsync script (waited 0 seconds)&lt;BR /&gt;&lt;BR /&gt;I am try to enter path like this&lt;BR /&gt;C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe&amp;nbsp;C:\scripts\start.ps1&lt;BR /&gt;same error!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I check&amp;nbsp;&lt;SPAN&gt;vmware-viewcomposer-ga-new.log&lt;BR /&gt;No errors and no lines like "Failed to run PostSyncScript".&lt;BR /&gt;No word "PostSyncScript"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;questions:&lt;BR /&gt;does powershell scipts support in Post-synchronization ?&lt;BR /&gt;how fix this error ?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 21:46:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-7-8-Post-synchronization-script-Have-error/m-p/2859075#M94531</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-07-23T21:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Restore user permission on fresh installed Vcenter</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Restore-user-permission-on-fresh-installed-Vcenter/m-p/2821263#M91393</link>
      <description>&lt;P&gt;Thanks for all, who reply!&lt;/P&gt;&lt;P&gt;very helpful for me now!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 10:32:51 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Restore-user-permission-on-fresh-installed-Vcenter/m-p/2821263#M91393</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-01-07T10:32:51Z</dc:date>
    </item>
    <item>
      <title>Restore user permission on fresh installed Vcenter</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Restore-user-permission-on-fresh-installed-Vcenter/m-p/2820818#M91373</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have VM with Vcenter 5.5 u3e installed. This VM is fail. The VC on this VM dosn't work, but i have file access to this VM.&lt;/P&gt;&lt;P&gt;In this VC we have configure 3 domains in Integrity Services, and users from this domains can login to this VC.&lt;/P&gt;&lt;P&gt;Now i wont install new VC (5.5 u3e) on new VM. Before this, I wont configure ODBC to existing SQL database (separate server).&lt;/P&gt;&lt;P&gt;Question!&lt;/P&gt;&lt;P&gt;Where does the VC (5.5 u3e) store information about user permissions for VC objects ?&lt;/P&gt;&lt;P&gt;SQL database ? Separate ADAM base in file?&lt;/P&gt;&lt;P&gt;How i can restore users permission?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 13:07:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Restore-user-permission-on-fresh-installed-Vcenter/m-p/2820818#M91373</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-01-05T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Vcenter 5.5 - Could not connect to one or more vCenter Server system</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-5-5-Could-not-connect-to-one-or-more-vCenter-Server/m-p/2820618#M91365</link>
      <description>&lt;P&gt;Thanks for all who reply!&lt;/P&gt;&lt;P&gt;I try to reset Inventory Service database.&lt;/P&gt;&lt;P&gt;Nothing. I see the error again.&lt;/P&gt;&lt;P&gt;In Inventory Service logs i see this:&lt;/P&gt;&lt;P&gt;[2021-01-04 22:46:26,187 pool-5-thread-5 INFO com.vmware.vim.query.server.store.impl.QueryPerfLogger] AFP: Feed processing threshold breached: total: 3358ms buffer: 128ms preparse: 0ms operate: 3206ms commit: 24ms commitNotify: 0ms&lt;BR /&gt;[2021-01-04 22:46:26,189 pool-5-thread-4 WARN com.vmware.vim.vcauthorization.impl.provider.InMemoryAuthCache] No resolved ID set for: urn%3Avmomi%3AHostHealthStatusSystem%3AhealthStatusSystem-9791%3A70654DFA-D44D-4104-9E97-27FB6642993C will try to resolve this object later.&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 19:58:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-5-5-Could-not-connect-to-one-or-more-vCenter-Server/m-p/2820618#M91365</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-01-04T19:58:26Z</dc:date>
    </item>
    <item>
      <title>Vcenter 5.5 - Could not connect to one or more vCenter Server system</title>
      <link>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-5-5-Could-not-connect-to-one-or-more-vCenter-Server/m-p/2820536#M91362</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have Vcenter 5.5 All components are installed on 1 server.&lt;/P&gt;&lt;P&gt;Recently, i login in web client and see message&lt;/P&gt;&lt;P&gt;Could not connect to one or more vCenter Server systems:&lt;BR /&gt;&lt;A href="https://Vcenter-CA.mydomain.fqdn:443/sdk" target="_blank"&gt;https://Vcenter-CA.mydomain.fqdn:443/sdk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IKirill_0-1609763276119.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/85913i3AD2D788D7BD8FBA/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="IKirill_0-1609763276119.png" alt="IKirill_0-1609763276119.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No Vms, No hosts!&lt;/P&gt;&lt;P&gt;I check DB, ALL OK!&lt;/P&gt;&lt;P&gt;I check ODBC connectivity to DB - OK!&lt;/P&gt;&lt;P&gt;I restart services, all service are start ok!&lt;/P&gt;&lt;P&gt;I check vpxd.log, No find errors.&lt;/P&gt;&lt;P&gt;I attach log, please help!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 14:27:46 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vCenter-Server-Discussions/Vcenter-5-5-Could-not-connect-to-one-or-more-vCenter-Server/m-p/2820536#M91362</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2021-01-04T14:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon 2006 and Windows 10 (1909 or 20H2) - Customization Timed Out</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-2006-and-Windows-10-1909-or-20H2-Customization-Timed-Out/m-p/2816847#M92554</link>
      <description>&lt;P&gt;Today i reinstall agent on 20H2 master image and select&amp;nbsp; Instant Clone.&lt;/P&gt;&lt;P&gt;All good!&lt;/P&gt;&lt;P&gt;Vms are available and user can connect to VDI!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 10:08:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-2006-and-Windows-10-1909-or-20H2-Customization-Timed-Out/m-p/2816847#M92554</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2020-12-14T10:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon 2006 and Windows 10 (1909 or 20H2) - Customization Timed Out</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-2006-and-Windows-10-1909-or-20H2-Customization-Timed-Out/m-p/2816749#M92550</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;GBrown1983!&lt;/P&gt;&lt;P&gt;I dont know about that!&lt;/P&gt;&lt;P&gt;But i can create linked clone pool in 2006.&amp;nbsp;Is this feature necessary for migration?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 21:46:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-2006-and-Windows-10-1909-or-20H2-Customization-Timed-Out/m-p/2816749#M92550</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2020-12-13T21:46:37Z</dc:date>
    </item>
    <item>
      <title>Horizon 2006 and Windows 10 (1909 or 20H2) - Customization Timed Out</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-2006-and-Windows-10-1909-or-20H2-Customization-Timed-Out/m-p/2816734#M92548</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have Vsphere 7 and fresh install Horizon 2006.&lt;/P&gt;&lt;P&gt;I try to create linked clone Winodws 10 pool with quickprep!&lt;/P&gt;&lt;P&gt;when pool is created is see the erorr state for my vms:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Customization Operation Timed Out!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I start trobileshhoting:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. I dont have license (is't demo stand) and first i modify SkipLicenseActivation registry key in master image to 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. I check Windows 10 to support Horizon 2006.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I use 1909 and 20H2, thats versions are supported&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://kb.vmware.com/s/article/78714" target="_blank" rel="noopener"&gt;https://kb.vmware.com/s/article/78714&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. About master image&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I check, that tools up to date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I check, that system have all security update and up to date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when install agent, i check that i install linked clone option, no instant clone/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4.Check vms, that are creаted in VC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;fist - the hostname have master image name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;second - vms have IP addresses and i can manual join to domain.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No errors in agent logs, but see like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"View Composer customization in progress (100 ms)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"View Composer customization in progress (600 ms)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;5. Check composer logs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2020-12-13 20:08:59,390 | 66 | DEBUG | ServiceCore.LockManager.OperationLockManager - Reader lock has been released.&lt;BR /&gt;2020-12-13 20:08:59,421 | 66 | DEBUG | ServiceCore.Security.AuthorizedUsersManager - IsAccessAllowed() returned True for user 'my domain\my_account'.&lt;BR /&gt;2020-12-13 20:08:59,421 | 66 | DEBUG | ServiceCore.LockManager.OperationLockManager - Reader lock has been acquired.&lt;/P&gt;&lt;P&gt;2020-12-13 18:58:50,411 | WFE thread 9 | INFO | SimAuditLogger.AdSubsystem - Operation AddADAccount.&lt;/P&gt;&lt;P&gt;these messages are repeated many times&lt;/P&gt;&lt;P&gt;Whats wrong ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 20:00:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-2006-and-Windows-10-1909-or-20H2-Customization-Timed-Out/m-p/2816734#M92548</guid>
      <dc:creator>IKirill</dc:creator>
      <dc:date>2020-12-13T20:00:11Z</dc:date>
    </item>
  </channel>
</rss>

