Search query: label/Presentation Server

Provisioning Server and Firewalls

Provisioning Server and Firewalls

...action=allow netsh advfirewall firewall add rule name="Citrix (PXE Server)" description="The Target server will make a request to the PXE server for startup information. The PXE ... Read More

How to migrate an ESX 3.5 v4 VM to vSphere v7 VM

How to migrate an ESX 3.5 v4 VM to vSphere v7 VM

...server of VMs, we would upgrade the ESX server to ESX4.  We also built a new vCenter4 server to manage the new ESX4 servers and ... Read More

Rethinking Network Printing (with new PConn2 IPM Utility)

Rethinking Network Printing (with new PConn2 IPM Utility)

...controlling the printer drivers that are installed and used on your TS/RDS/XenApp servers (you should!), Windows network printing has historically been a nightmare:  print servers ... Read More

How to manually remove duplicate Citrix servers from the CMC using DSCHECK.

...(UID=1cea-000b-00000369) (DN=1cea-000b-00000369) (Type=Server) (Name= CITRIX1)…Done. Group (UID=78d4-0002-0010801b) (DN=78d4-0002-0010801b) (Type=Group) (Name=Servers/ZONE1/SE)…Done. (UID=1cea-000b-00000369) (DN=1cea-000b-00000369) (Type=Server) (Name= CITRIX1)…Done. To remove a server from a particular group, run the ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More