Why Windows didn’t enable this feature in the built in GPOs is beyond me. Regardless, I needed a way to disable Windows Defender automatic scans to keep my hundreds of XenApp servers from running a scan at 2am and most likely crushing my storage infrastructure. So, what am I talking about here? How to […]
Courtesy our IRC friend Keith Smith PowerShell Script to enumerate Citrix STA UID’s Find Keith’s Script here
Today I got stuck publishing apps that had icons in the %windir%\System32\ folder on the XenApp server. There are a couple ways around this but my personal favorite is to reference sysnative. So lets say your trying to publish the TS Licensing Manager, the exe only sits in the 64 bit OS Path on 2008r2 […]
So I like to have a group that can run every and all published application so I can login and at least smoke test them. Thats far to much clicking for me, so powershell to the rescue.
1 2 3 4 5 |
Add-PSSnapIn citrix.xenapp.commands $Groups="Revord\Citrix_Admins" Get-XAApplication | foreach {Add-XAApplicationAccount $_.BrowserName $Groups} |
Those 3 lines gets Citrix_Admins into EVERY published application, not to shabby. Lets take it a bit […]
Don’t forget to attend the netscaler master class today if you are able! https://www1.gotomeeting.com/register/917836344