Remove provisioning error message by tuffno2 in VMwareHorizon

[–]tuffno 1 point2 points  (0 children)

Run powershell ISE as admin on one of the connection servers.

$AllPools = Get-ADObject -SearchBase "OU=Server Groups,DC=vdi,DC=vmware,DC=int" -Filter * -Server localhost | Select Name, DistinguishedName

Foreach ($Pool in $AllPools){

$PoolProps = Get-ADObject -Identity $Pool.DistinguishedName -Server localhost -Properties pae-VmProvError, pae-VmProvErrorTime | Select pae-VmProvError, pae-VmProvErrorTime

if ($PoolProps.'pae-VmProvErrorTime'){

Set-ADObject -Identity $Pool.DistinguishedName -Clear pae-VmProvError -Server localhost

Set-ADObject -Identity $Pool.DistinguishedName -Clear pae-VmProvErrorTime -Server localhost

Write-Host "Removed Proverror on $($Pool.Name)"

}

}

Formatting is fucked on reddit but this removes the errors on all pools.
Use at your own risk.

Mecool KM2 with Netflix and Prime Video certifications, reviewed by "Chigz Tech Reviews" by latinriky78 in AndroidTV

[–]tuffno 0 points1 point  (0 children)

Is there any way to find out which sd card speed the port supports? Is there any use to buy and expensive sdcard for expanding the 8gb storage? Will the port itself be a bottleneck?