-
Recent Posts
Archives
Blog Stats
- 453,061 hits
Category Archives: Citrix XenApp
Citrix 7.X – Upgrade Sequence and Procedures
Prerequisites Back up the site, monitoring and configuration logging databases. Microsoft SQL Server Express LocalDB is installed automatically, the new version must be at least SQL Server Express 2017 LocalDB CU16 Ensure that your Citrix licensing is up-to-date Preliminary site … Continue reading
Provisioning and updating the machines through Citrix MCS
Machine Catalogs 1. Right-click Machine Catalogs and click Create Machine Catalog. 2. Select the Server OS. 3. Select Machines that are power managed and Deploy machines using MCS. 4. Select the snapshot of the virtual machine (mostly we select the … Continue reading
Posted in Citrix, Citrix XenApp, Citrix XenDesktop
Tagged Citrix MCS, Citrix XenDesktop, MCS, Provisioning machines, Provisioning VDI, Xendesktop
Comments Off on Provisioning and updating the machines through Citrix MCS
PS Script to Get License Count
$LicenseServer1=’CLSRV01′ $LicenseServer2=’CLSRV02′ $LicenseServer3=’CLSRV03′ # Get Citrix Licensing Info from WMI $LicensePool1 = Get-WmiObject -ComputerName $LicenseServer1 -Namespace “ROOT\CitrixLicensing” -class “Citrix_GT_License_Pool” -filter “pld=’XDT_PLT_UD’” $LicensePool2 = Get-WmiObject -ComputerName $LicenseServer2 -Namespace “ROOT\CitrixLicensing” -class “Citrix_GT_License_Pool” -filter “pld=’MPS_PLT_CCU’” $LicensePool3 = Get-WmiObject -ComputerName $LicenseServer3 -Namespace “ROOT\CitrixLicensing” -class … Continue reading
Posted in Citrix XenApp
Leave a comment
Scaling Citrix environment
Required information for scaling Citrix environment Continue reading
Posted in Citrix XenApp
Leave a comment
How to Rebuild WMI service
net stop winmgmt c: cd %systemroot%\system32\wbem rd /S /Q repository regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll mofcomp cimwin32.mof mofcomp cimwin32.mfl mofcomp rsop.mof mofcomp rsop.mfl for /f %s in (‘dir /b /s *.dll’) do regsvr32 /s %s for /f %s in … Continue reading
Posted in Citrix XenApp
Leave a comment