FTP 7.5 comes with new features like supporting Host headers (Virtual host) and SSL. For compatibility purposes, FTP clients can check whether the FTP server supports host headers by sending a FEAT command to check for supported features. An FTP server would respond with HOST being one of the extended features supported by it and from here on client can use this feature....
Labels
Active Directory
(59)
Apache
(7)
Backup
(6)
Citrix VDI in box
(9)
Cloud Computing
(5)
Clustering
(23)
DAS
(5)
Data Center
(6)
Devops
(2)
DFS
(2)
DNS
(5)
DRBD (Distributed Replicated Block Device)
(1)
Exchange
(5)
file services
(2)
flow charts
(9)
Hardware
(15)
Hyper-V
(2)
IIS
(11)
Jboss
(2)
Linux
(145)
MangoDB
(4)
Migrations
(1)
MYSQL
(30)
Netscalar
(3)
Networking
(4)
Oracle
(8)
Performance Engineering
(2)
PostgreSQL
(12)
Powershell
(8)
Project Management
(11)
Puppet
(2)
PVS
(1)
SALT
(1)
SAN
(15)
Scripting
(13)
SendMail
(2)
Sharepoint
(6)
SMS
(1)
SQL
(16)
SSL
(5)
Symantec AntiVirus
(7)
tomcat
(13)
Tools
(17)
VBscripting
(5)
Vmware
(30)
Windows
(199)
windows 10
(4)
XENAPP
(85)
XENDESKTOP
(17)
XENSERVER
(2)
System is powered on The CMOS loads the BIOS and then runs POST Looks for the MBR on the bootable device Through the MBR the boot sector is located and the BOOTMGR is loaded BOOTMGR looks for active partition BOOTMGR reads the BCD file from the \boot directory on the active partition The BCD (boot configuration database) contains various configuration parameters( this information...
Occasionally you need to get something done on a remote computer (or a clients computer) but the computer doesn’t have an easy way for you to connect to it. Luckily, if you have admin rights to the remote computer, you can still connect without needing to turn on remote desktop before hand. To do that you will just need to download a little...
Windows
How to set (and change) an NTP time source in Windows Server 2008 R2 (SBS 2011 and Vanilla Server).
4:51 PM Recently, the clocks on my home networked PCs began drifting off sync until the difference was around 30 minutes. At first i thought that my SBS server was no longer synching with time.windows.com (the default time server for windows). After a quick look at the event log, I could see that it was syncing correctly and that the date and timezone were correct....
01 02 03 04 05 06 07 08 09 10 11 [reflection.assembly]::LoadWithPartialName("Microsoft.UpdateServices.Administration") | out-null $wsus = [Microsoft.UpdateServices.Administration.AdminProxy]::GetUpdateServer(); $cleanupScope = new-object Microsoft.UpdateServices.Administration.CleanupScope; $cleanupScope.DeclineSupersededUpdates = $true $cleanupScope.DeclineExpiredUpdates = $true $cleanupScope.CleanupObsoleteUpdates = $true $cleanupScope.CompressUpdates = $true #$cleanupScope.CleanupObsoleteComputers = $true $cleanupScope.CleanupUnneededContentFiles = $true $cleanupManager = $wsus.GetCleanupManager(); $cleanupManager.PerformCleanup($cleanupScope); ...
How to Multicast a Ghost image (GhostCast) using the Altiris Deployment Console 6.9 We recently needed to image a large number of machines in a short amount of time. Anyone who has dealt with Altiris and use Ghost as their method of imaging know that Altiris wont by default Multicast the image and will instead push it out individually to each client that...
Persistant personalization of user profile and applications., including user installed and entitlement based apps Compatible with PCCLM and Application Virtualization solutions such as SCCM, App-V and Xenapp. 100% persistence with VDI pooled Storage management Near Zero management overhead.VDI Desktop Models - Pooled DesktopsDisadvantages -1. No personalization.2. Poor user acceptance.3. Limited scope/User base.Advantages 1. Reduced storage requirements.2. Centralized management.3. Uptime predictability.VDI Desktop Models...
1. Login to the server.2. Stop the IMA service.3. Take a Backup of the Registry key HKLM\Software\Citrix\MSLicensing or HKLM\Software\Wow6432Node\Citrix\MSLicensing4. Delete the MS Licensing Key5. Recreate the Local Host Cache (LHC) and restart IMA ...
Make changes on Citrix Web interface to allow password change through Access Gateway Make changes on Citrix Web interface to allow password change through Access Gateway Step 1 Log in to the Web interface Servers Create a folder as Backup_Webconfig in C drive. Copy the file webinterface.conf from C:\Inetpub\wwwroot\Citrix\XenApp\External\Conf to C:\Backup_Webconfig Ensure backup is successful. Step 2 Please go to Line#25 AllowUserPasswordChange=Never Line#238...
Go to Citrix.com, Products & solutions and search for vdi in a box, Select try It, fill out a form and get the download. There are 3 versions, one for each of the hypervisors they support, Microsoft Hyper-V, Vmware Vsphere, or Citrix Xenserver, So, after we download the appropriate zip file for vmware vsphere, which is where we are going to test. After...