Based on original article located at: http://blogs.technet.com/b/neilp/archive/2012/08/21/cross-forest-support-in-configmgr-2012-part-2-forest-discovery-publishing-and-client-push-installation.aspx
Intro -
The Original article can be referenced here: http://www.virtuallyghetto.com/2013/11/quick-tip-useful-flash-player.html
Open Registry Editor (regedit).
Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion\Administrator Only\Security\
Change the value for useVPuninstallpassword key from 1 to 0.
Exit Registry Editor and now you can uninstall Symantec AntiVirus Client.
SCCM 2012 Client Update Logs typical location: C:\Windows\CCM\Logs
Filenames:
UpdatesHandler
UpdatesDeployment
UpdatesStore
All packages are identified by package UUID not KB#. The UUID can be chosen on reports(add column) with in the SCCM Console
Based on original article located at: http://blogs.technet.com/b/neilp/archive/2012/08/21/cross-forest-support-in-configmgr-2012-part-2-forest-discovery-publishing-and-client-push-installation.aspx
Intro -
PCoIP is the new connection method for the VMware VDI Client on Windows. For linux there is an Open client, but it still uses RDP and not PCoIP. This means you still need a Terminal Server CAL for each VDI client.
However, this thread on the vmware communities forum shows that there is a client, made by HP for their thin-client, which has a PCoIP client for linux.
After upgrading to vCenter Server 5.1 with SSO unable to login using the viClient vSphere Clinet to server. The server responds the server took too long to respond.
VMware Knowledge Base article (2038918):
Change the SSO Active Directory/LDAP Primary Server URL to be the Global Catalog with the following: ldap://global_server:3268 (Not the LDAP port 389). If you are using secure
LDAP the URL would read: ldaps://global_server:3269
Original Article: http://mcupdater.com/doku.php?id=installation These instructions are for MCUpdater 2.0. Quite a few things have changed since then, and updates are forthcoming. For more help, see us on IRC.
Please note. MCUpdater tries to muck with the Minecraft jar as little as possible. Old (pre 1.36) versions of MCU would constantly overwrite everything in the .minecraft folder, but newer versions store their data in a parallel .MCUpdater directory and launch your selected instance from there.
Mount command:
mount -o{options} \\{ComputerName}\{Share name} <drive letter:>
options: -o rsize=n -o wsize=n -o mtype={soft|hard} -o anon -o nolock -o casesensitive -o fileaccess=mode
Unmount command:
umount <drive letter:>
Showmount command:
showmount -e {Server\computer Name}