VmCore
Configurare Manuala pentru clientul App-V 5 Sp2
Import Power-time scheme
Apr 08
#Export Powertime scheme $PowerTimes = Get-BrokerPowerTimeScheme
new-item -Path “path” -ItemType directory Foreach ($PowerTime in $PowerTimes) { $file= “path” $file+=$PowerTime.Uid $file+=”.txt” echo $PowerTime.PoolSize | Out-file $file
}
Your email address will not be published.
Δ
This site uses Akismet to reduce spam. Learn how your comment data is processed.