GENERAL... 2 SETTINGS AND CONFIGURATION... 7 USING THE LOGGING CAPABILITY... 9 LOGON SPEED...

Size: px
Start display at page:

Download "GENERAL... 2 SETTINGS AND CONFIGURATION... 7 USING THE LOGGING CAPABILITY... 9 LOGON SPEED..."

Transcription

1 Citrix Presentation Server FAQ FAQ DATASHEET Troubleshooting Frequently Asked Questions Table of Contents GENERAL... 2 SETTINGS AND CONFIGURATION... 7 USING THE LOGGING CAPABILITY... 9 LOGON SPEED

2 General The Profile management (Pm) service does not appear to be doing anything? This may very well be one of the more commonly experienced symptoms. The purpose of this document is to guide you to identifying the root cause of problems you may encounter. This entire document is focused on drilling into these items and how to go a step deeper in understanding what is happening in your environment. As a quick summary, here is a check list to get you moving for some quick checks and verifications that everything is setup correctly. 1. Is the Group Policy setting (or INI setting) enabled o By default, Pm is not enabled to process profiles o ACTION: Enable Pm via setting in GPO or INI 2. Is logon an Admin Account (by default not managed) o ACTION: Use different account or change configuration to process administrators. It is recommended to have at least one admin account not managed for troubleshooting 3. Is user in a managed group o By default everyone except admin accounts are managed but this can restrict to only users in a specific domain group (and to include admin accounts) 4. Is the defined directory in the user store being created o Default user store location is Windows folder in home directory o Lack of this folder and any data in it suggests Pm is not doing anything o ACTION: Check APPINIT_DLL (see below) o ACTION: Verify above configuration for users/admins o ACTION: Make sure a HOME directory is defined or an alternative location is defined (e.g. unique per user UNC path with appropriate user permissions) 5. Check APPINIT_DLL XP and WS2003 ONLY o Vista and WS2008 do not use or need this o Registry value under key: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows o Value "AppInit_DLLs": entry "upmhook.dll" o Make sure the DLLs are in the Profile management installation directory (upmlogonmonitor.dll and upmhook.dll) 6. Check log file is the configuration being found o %SYSTEMROOT%\SYSTEM32\LogFiles\UserProfileManager o ACTION: verify UPM finding its configuration (and from where) in the log file (the log file will indicate settings found and from where) 7. Run gpresult (and generate RSOP in Group Policy Management Console) o ACTION: Is GPO being applied and is it the right one 8. Enable all logging (in GPO) o Same log file but now captures user level details o Captures everything happening with User/Pm 9. The profile cannot be unloaded correctly check for the following logfile entries 2

3 o CRegistryHive::Load: RegLoadKey of < > to < _logoff> failed with: The process cannot access the file because it is being used by another process. o ProcessLogoff: The user's registry hive cannot be loaded. Probable cause: an application or service did not close its handles properly. Consider using UPHClean. Aborting! o ACTION: Install UPHClean (on Windows XP and Windows Server 2003). UPHClean is already in Vista and Windows Server How to differentiate between Citrix profile manager issue and Windows profile issue? To see if it is a windows problem enable UserEnv Debug level: Unfortunately, this is only available on Windows XP and Server Additional info can be extracted from the Profile management logfile. In the windows event log and in the Pm log I get the following critical error message: " GetUserStorePath: Home directory not found! Profile management first looks for the variables %HOMESHARE% and %HOMEPATH%. If that fails, it will query AD directly. The latter happens during logon, since Pm is notified before user environment variables are in place. By default Pm saves the user's profile in a subdirectory called WINDOWS within the home directory (this can be changed to any other directory or UNC path within the configuration). The error message indicates this directory cannot be found. Change the group policy "Path to the user settings" to a path which exists and is writeable for the user. Further information on how to set the %HOMESHARE% variable can be found in the following Microsoft knowledge base articles: If using cached credentials the variable %HOMESHARE% is not set (KB329407) If the domain controller's name cannot be resolved (KB892227) If hotfix KB for Windows XP is installed (KB824898) If you are using a roaming profile (check with "set home") (KB841844, W2k, eg. KB833884, XP) What exactly is happening during logon and logoff? Please refer to the logon and logoff chart for a detailed logic: The NTUSER.DAT file is not getting its settings copied back to the user s central store? The other files and folders are being copied, just not the NTUSER.DAT. The log file has the following entries: 3

4 ;13:42:35.585;ERROR;XD;Joe;1;5252;CRegistryHive::Load: RegLoadKey of <C:\Documents and Settings\Joe\NTUSER.DAT> to <S _logoff> failed with: The process cannot access the file because it is being used by another process ;13:42:35.585;ERROR;XD;Joe;1;5252;ProcessLogoff: The user's registry hive cannot be loaded. Probable cause: an application or service did not close its handles properly. Consider using UPHClean. Aborting! There is a process (probably a service) that keeps a handle to the user s registry hive open even after the profile is being unloaded by Windows. This prevents HKCU from being unmounted from the registry. The user s NTUSER.DAT file stays opened exclusively by the system and Pm cannot access the file. There are two possible solutions: [easy] Install UPHClean from Microsoft. Please note: This is only required on XP / Server 2003 since Vista / Server 2008 come with UPHClean already built in. [difficult] Identify the culprit that keeps the registry handle open. This part is easy with UPHClean: it will log all relevant information to the event log. The hard part is to get the bug fixed in a service that may even be part of the OS. Using UPHClean for issues where the NTUSER.DAT is in use. Microsoft s UPHClean monitors the computer while user profiles are unloaded and forces the release of registry handles that are still open. Windows can then unload the user profile correctly. UPHClean can be used without problems in conjunction with Profile management and is recommended by Microsoft for Terminal Services and desktop operating systems. If you encounter issues because of open handles, Citrix recommends installing UPHClean. For detailed information see The user s certificates do not appear to be captured in the Citrix user profile? In order to save personal certificates which have been imported into the certificate store during a session, the following directory must be added to the list of directories to be synchronized: Application Data\Microsoft\SystemCertificates\My The component Application Data in this path depends on the language of the operating system. If a policy is used to configure multi-language systems, the aforementioned path must be included in the list once for each language Example: on an English Windows XP and Windows Server 2003 system the path is Application Data\Microsoft\SystemCertificates\My, on a German system it is Anwendungsdaten\Microsoft\SystemCertificates\My. 4

5 If you do not alter the default configuration of Profile management, these certificates are automatically synchronized. What if the Profile management service crashes? If the service crashes, the normal windows mechanisms will be leveraged. As the user got a local profile, after logoff the local profile will remain on the machine. If the policy to remove local profiles after n days (assume n=1) is set (applies only on Vista systems), the profile will be deleted after one day (if the user did not log on again and the Profile management service has not been restarted). If the Profile management service has been restarted, it will check whether a newer Citrix user profile exists in the user store. If so, the local copy will be synched with the user store. I need to contact Citrix Support. What information should I collect? Please include the following files and information for Citrix Support to allow them to help you in the best and fastest way: All log files from Profile management (under "%SystemRoot%\System32\Log files\userprofilemanager" o Be sure you have all log settings activated. A log file from the affected machine should contain at least the following information: o Start of the service o Reading of the configuration by the service o One full logon process of the affected user o The activity the user is doing to cause the issue o One full logoff process of the affected user The resultant set of policies (RSOP) for the machine and user affected. This can be generated by the Group Policy Management Console (GPMC). What operating system, language and version is installed on the affected system If available: the Userenv debug file The INI file from the profile directory that contains all the settings The Provisioning Server INI file if applicable The more input you can provide, the better Citrix Support can assist you. How do I perform a session dump? Profile management allows you to dump its current internal state to a file. This is helpful in situations where you can isolate an issue to a specific point within a session but there is no visible output in the log file. Writing the log file is triggered by the creation of an (empty) file called $$UPM_log$$.txt. Pm detects the creation of the trigger file by reading the NTFS change journal. After writing the internal data log file the trigger file is deleted. Do the following to produce the dump file: 5

6 Create a file called $$upm_log$$.txt in the root of the drive on which the user profiles are located (typically C:). Profile management will automatically dump its internal data state to the file UserProfileManagerInternalData.log in the log directory and delete the trigger file $$upm_log$$.txt. Add the dump file to the other files sent to Citrix support. To facilitate debugging, Pm can be forced to write the state of the internal lists to the file UserProfileManagerInternalData.log in the Pm log directory. If the internal data log file already exists, it will be overwritten. 6

7 Settings and Configuration It appears as if some GPO settings unrelated to Profile management are not being applied? Cause is typically improperly excluding the following group policy settings in registry: Software\Policies Software\Microsoft\Windows\CurrentVersion\Policies Software\Microsoft\Windows\CurrentVersion\Group Policy These settings need to be included or excluded as a group. References: This was a known issue in the v2 release. And only the first two items had been configured in the default configuration. Citrix now recommends not including any of these settings in the exclusion list and allow them to remain in the profile s registry. I ve updated the configuration in the GPO / INI file and the settings are not being applied? Changes to GPOs are normally applied to the computer during the periodic background refresh. Pm gets notified of changes and rereads its configuration (from group policy and the INI defaults file). Note that Pm gets notified only if policies were actually changed. If you modified the INI defaults file and want Pm to reread its configuration, do either of the following: Run: gpupdate /force (recommended) Restart the Pm service [NOTE] To do both steps is currently the only way to guarantee to force a new location for the cache file. Both should work but in the second case it could be that Pm uses more CPU and disk time (as the file journal for all users has to be tracked for changes during the restart). What variables may I use when setting "Path to the user settings" or other configuration paths? 7

8 Since the Profile management service runs before the user logs on, only system environment variables and AD attributes may be used. There are two user environment variables that are allowed by exception. This would be %USERNAME% and %USERDOMAIN%. Basically any variable that is set before a user logs onto a system may be leveraged in the configuration. 8

9 Using the Logging Capability Everything appears to be configured properly but nothing seems to happen when the users logon. Nothing seems to ever be written to the log file? On Windows XP and Windows Server 2003, the DLLs that monitor the logon events are registered here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs Verify that there is an entry for upmhook.dll. If not, another something may have deleted the entry (another application install etc). Repair or reinstall Pm will solve this issue. Also check whether 8.3 names are being generated. The AppInit_Dlls hooking mechanism supports only 8.3 paths. This is a legacy "feature" of Windows. The PM installer takes the full path to the hook DLL and creates the 8.3 version which it then appends to the AppInit_Dlls registry value. But this mechanism fails if the system is configured not to generate 8.3 names at all. The result is that the installer will use long path elements instead of short ones, causing Windows' AppInit_Dlls functionality to fail. Easiest option is to reinstall into a path which the name is 8.3 compliant. Additionally you can verify that if the account logging in is an administrator, the configuration has defined that administrators are processed by Pm. Also verify if a group is defined for Pm processing, the users who appear to be ignored by Pm do in fact belong to that group. Another possibility is that Pm is deactivated (default setting). Activate the appropriate setting in the GPO or INI file to enable Pm. E.g. in the INI: [General Settings] ServiceActive=1 Suggested steps for leveraging the log file. As a rule of thumb the first thing to do is check the log file of Profile management. In most cases you should be able to find out what the issue is by just consulting the log file. The log file is a good starting point for troubleshooting. The following is a step by step guide for troubleshooting. Enable logging to the maximum (see chapter Activating the logging ) Check the log file for errors. These can be found by searching for the string ERROR. Check the log file for warnings. These can be found by searching for the string WARNING. Check the log file after having run the command gpupdate /force on the machine on which the error occurs. Review which settings are set and from where the configuration has been read (group policy or INI file) Check if the location of the user store was determined correctly. Check if all information from Active Directory was read correctly Always check the time stamps. Is there an action lasting too long? 9

10 What is the format of the log file? Each line of the log file consists of several fields, all separated by semicolons: FAQ DATASHEET Field Date Time Severity Domain User name Session ID Thread ID Function and Description Description Date of the log entry Time of the log entry including milliseconds Either INFORMATION, WARNING or ERROR The Domain of the user (where applicable) The name of the user (where applicable) The session ID (where applicable) The ID of the thread outputting this line The name of the User Profile Manager function currently executing and the message to be logged What if nothing obvious appears in the log file? If you could not identify the reason you are experiencing issues using the log file, the following steps may help. Check if you have the latest version of Profile management installed. This can be done by checking the version info of the UserProfileManager.exe file (right click in Explorer->Properties->Version) o If you are not using the latest version please upgrade Maybe someone else already encountered your problem. Check the support forum at Citrix Enable User Environment Debug logging. See for further info. o Analyze the output file. Details to analyze can be found here Always try to reproduce the issue you are observing on a clean machine. This machine should have the same operating system as the system you are encountering the issue(s) on. Only the operating system itself and Profile management should be installed. Check if the issue persists. o If not, add the software products that are installed on the affected machine one by one and try to reproduce the issue after each step. The output of the Userenv debug log can be extensive but it will provide you with a lot of information of the logon process of your system. How to capture log files when using Provisioning Server shared images. In Profile management v2.1, the ability to define a path for the log File to any local drive is available. Thus pointing to a persistent drive within a shared image can now be used to store the log file. 10

11 When using XenDesktop, another way to get the logs is to create an identical desktop group, place one VM in there and point it to the same VDisk. Only let the one test user and the administrator access this VM. Modify the desktop group Advanced Properties, set Idle Pool count to 1 for all times of the day (this will stop power management turning off when you need it most and set Logoff Behavior to do nothing (this will prevent the machine restarting and resetting the image to a pristine state). The user should be able to logon, logoff and then the admin should be able to go in (straight from the XenCenter or VMware console) and pull off the logs. The only time this might be an issue is if the PVS write-cache is stored locally, in which case, the Admin may have to use the same PC as the user. It is unlikely this will work if the write cache is stored in RAM. If the PVS write cache is stored in the PVS server, then this shouldn t be an issue. If this PVS write cache is not on the PVS server, you may have to create a copy of the VDisk and assign this copy to the new VM which we added to the new desktop group, and change the write cache on this copied VDisk to be stored on the PVS server. If the issue is occurring at logon (profile is current on network but not loading correctly) the admin should be able to just map to the \\vmhostname\c$ and pull off the logs before the user logs off the session. Obviously this would only give us a partial log but if the problem is at logon, then hopefully this may be enough to isolate the error. Another useful tip It is often useful when troubleshooting XD VM issues (in shared mode), to add a local disk to the XenServer VM (or VMware, HyperV VM!),be it only a small one around 1 Gb. Then use this procedure with the PVS Vdisk in Private Mode to redirect the Windows Event Logs to this physical disk. It will usually show up as E:\ but on previously diskless VM you will need to format it and bring it online whilst booting from the VDisk in Private mode. Remember also that part of the PVS imaging process is optimizing the disk for imaging, restricts EV logs to 64 Kb, you may wish to find the appropriate reg. entry and increase this if capturing logs over a long period. How to redirect the Event Viewer logs. 1. Open REGEDIT (or another Registry editor program) and navigate to the key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\eventlog 2. Open the subkey that contains the event log you want to move. On most machines, you'll be able to choose between Application, Security and System. 3. Each key contains a value named File (type REG_EXPAND_SZ), which contains the pathname and filename to the log file. By default this is %SystemRoot%\system32\config\.Evt. You can provide a new pathname and filename here, but you should use the.evt file extension. 4. Close the Registry and restart the computer. You can also use Policy Preferences in Group Policy to changes these registry entries if you prefer. You can redirect most types of logs in this way (not all but most!). 11

12 Logon Speed The user logon time still seems to take too long. What can I do to identify the issue? If this is the user s first logon, please note that as opposed to a roaming profile that does not write the new profile data to the network location until logoff, Profile management does so at initial logon. Thus the initial logon will take longer compared to a roaming profile BUT the logoff will be faster (again compared to a roaming profile on first use). Pm might help improve this but it really depends on what is in the profile and what is consuming the time to load it. If the profile is being weighted down by bloat (e.g. there are many extra settings, files and folders in the profile that are not really needed but are being captured and stored) then Pm may very well help improve this significantly. E.g. with Pm you can granularly define what is in and what is excluded from a profile. Thus by managing the size, the time it takes to copy down is optimized and improved. Here is a blog on that topic. Also with Pm activated and logging activated to the maximum, additional information is captured into the logfile. So not only the profile loading process (NTUSER.DAT and files) but also times querying AD, getting correct paths, etc. is logged with time stamps. In many cases you can identify a bottleneck this by having a look at the Pm log file. At the end of the loading process of the profile, Pm summarizes this. Here s an example: ,15:44:46.552,INFORMATION,SEPAGO,Joe,2,DispatchLogonLogoff: Finished logon processing successfully in [s]: <2.28>. Tip: Always search for to get starting and end points of logon / logoff events with accumulated information. Per the log file showing 2.28 seconds to process the logon, this would be a great performing environment (this example was only processing the Registry and not files). If the time captured was similar to Finished logon processing successfully in [s]: <20.00>. (or more) you should have a look at the single timestamps in the log file and identify if a big gap exists between two entries. That is presumably the point you can start to find out what is going wrong. If there is no such gap, have a look if the profile size maybe is very big. A 2GB profile may just take a while to load One additional note: If configuring the Pm setting Delete locally cached profiles on logoff to disabled a significantly gain in logon speed would be achieved on those machines. However this does not make sense on all machines (e.g. XenApp where you would not want to cache all user profiles unless you had ample local disk storage in other words a lot of local disk storage). 12

13 About Citrix Citrix Systems, Inc. (NASDAQ: CTXS) is the global leader and the most trusted name in Application Delivery. More than 230,000 organizations worldwide rely on Citrix to deliver any application to users anywhere with the best performance, highest security and lowest cost. Citrix customers include 100 percent of the Fortune 100 companies and 99 percent of the Fortune Global 500, as well as hundreds of thousands of small businesses and prosumers. Citrix has approximately 8,000 partners in more than 100 countries. Annual revenue in 2007 was $1.4 billion Citrix Systems, Inc. All rights reserved. Citrix, Citrix XenApp, Citrix Presentation Server and Citrix XenDesktop TM are registered trademarks of Citrix Systems, Inc. in the United States and other countries. Microsoft, Windows, and Sharepoint are registered trademarks of Microsoft Corporation in the United States and other countries. All other trademarks and registered trademarks are the property of their respective owners.

GENERAL QUESTIONS...2 USER S PROFILE AND SETTINGS... 4 SERVICE INSTALLATION AND CONFIGURATION... 6 ASSIGNING PROFILES... 9 MIGRATING PROFILES...

GENERAL QUESTIONS...2 USER S PROFILE AND SETTINGS... 4 SERVICE INSTALLATION AND CONFIGURATION... 6 ASSIGNING PROFILES... 9 MIGRATING PROFILES... Citrix Presentation Server FAQ FAQ DATASHEET Profile Management Frequently Asked Questions Table of Contents GENERAL QUESTIONS...2 USER S PROFILE AND SETTINGS... 4 SERVICE INSTALLATION AND CONFIGURATION...

More information

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Number: 1Y0-A14 Passing Score: 800 Time Limit: 90 min File Version: 42.2 http://www.gratisexam.com/ CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

Citrix Lab Manager 3.6 SP 2 Quick Start Guide

Citrix Lab Manager 3.6 SP 2 Quick Start Guide WHITE PAPER Citrix Essentials for Microsoft Hyper-V Citrix Lab Manager 3.6 SP 2 Quick Start Guide www.citrix.com Contents Document Summary... 3 Preparation... 3 Architectural Review of Lab Manager... 3

More information

WINDOWS PROCESSES AND SERVICES

WINDOWS PROCESSES AND SERVICES OBJECTIVES: Services o task manager o services.msc Process o task manager o process monitor Task Scheduler Event viewer Regedit Services: A Windows service is a computer program that operates in the background.

More information

VMware View Persona Management DEPLOYMENT GUIDE

VMware View Persona Management DEPLOYMENT GUIDE VMware View Persona Management DEPLOYMENT GUIDE Table of Contents Introduction to View Persona Management.... 3 User Profiles.... 3 Advantages of View Persona Management.... 3 System Requirements and Recommended

More information

THE POWER OF GROUP POLICY

THE POWER OF GROUP POLICY Specops Software presents: THE POWER OF GROUP POLICY By Danielle Ruest and Nelson Ruest The Power of Group Policy... 3 The Inner Workings of GPOs... 4 The Ideal Tool for Systems Management... 7 Your Next

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide www.citrix.com Overview XenDesktop offers IT administrators many options in order to implement virtual

More information

HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE

HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means

More information

IIS SECURE ACCESS FILTER 1.3

IIS SECURE ACCESS FILTER 1.3 OTP SERVER INTEGRATION MODULE IIS SECURE ACCESS FILTER 1.3 Copyright, NordicEdge, 2006 www.nordicedge.se Copyright, 2006, Nordic Edge AB Page 1 of 14 1 Introduction 1.1 Overview Nordic Edge One Time Password

More information

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

ProfileUnity with FlexApp Technology

ProfileUnity with FlexApp Technology ProfileUnity with FlexApp Technology Installation & Configuration Guide Introduction This guide has been authored by experts at Liquidware Labs in order to provide information and guidance concerning the

More information

Installation Guide - Client. Rev 1.5.0

Installation Guide - Client. Rev 1.5.0 Installation Guide - Client Rev 1.5.0 15 th September 2006 Introduction IntraNomic requires components to be installed on each PC that will use IntraNomic. These IntraNomic Client Controls provide advanced

More information

ShareFile On-Demand Sync can be installed via EXE or MSI. Both installation types can be downloaded from http://www.citrix.com/downloads/sharefile.

ShareFile On-Demand Sync can be installed via EXE or MSI. Both installation types can be downloaded from http://www.citrix.com/downloads/sharefile. New in this release: Send Logs As of the Windows Sync 2.14 release you can now send logs to ShareFile support via the Send Logs control panel link. This is available in Control Panel > System and Security

More information

App Orchestration 2.0

App Orchestration 2.0 App Orchestration 2.0 Integrated Provisioning Deployment Guide Prepared by: Nicholas Ceballos Commissioning Editor: Linda Belliveau Version: 6.0 Last Updated: December 12, 2013 Page 1 Contents Integrated

More information

Best Practices for Upgrading the Virtual Desktop Agent

Best Practices for Upgrading the Virtual Desktop Agent WHITE PAPER Citrix XenDesktop Best Practices for Upgrading the Virtual Desktop Agent Citrix XenDesktop 4 www.citrix.com Table of Contents Introduction... 3 Virtual Desktop Agent... 3 Virtual Desktop Agent

More information

This document details the procedure for installing Layer8 software agents and reporting dashboards.

This document details the procedure for installing Layer8 software agents and reporting dashboards. Quick Start Guide This document details the procedure for installing Layer8 software agents and reporting dashboards. Deployment to data analysis takes approximately 15 minutes. If you wish to deploy via

More information

Integration Guide: Using Unidesk 3.x with Citrix XenDesktop

Integration Guide: Using Unidesk 3.x with Citrix XenDesktop TECHNICAL WHITE PAPER Integration Guide: Using Unidesk 3.x with Citrix XenDesktop This document provides a high- level overview of the Unidesk product as well as design considerations for deploying Unidesk

More information

Installation Instructions Release Version 15.0 January 30 th, 2011

Installation Instructions Release Version 15.0 January 30 th, 2011 Release Version 15.0 January 30 th, 2011 ARGUS Software: ARGUS Valuation - DCF The contents of this document are considered proprietary by ARGUS Software, the information enclosed and any portion thereof

More information

Toad for Oracle 12.5.1. Installation Guide

Toad for Oracle 12.5.1. Installation Guide Toad for Oracle 12.5.1 Installation Guide Contents Installation Requirements 3 System Requirements 3 Required Windows Privileges 7 Install Toad 8 Install or Upgrade Toad 8 Install Toad on Citrix or Remote

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

More information

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Note: I have only tested these procedures on Server 2003 SP1 (DC) and XP SPII client, in a controlled lab environment,

More information

For Splunk Universal Forwarder and Splunk Cloud

For Splunk Universal Forwarder and Splunk Cloud Quick Start Guide; For Splunk Universal Forwarder and Splunk Cloud This document details the procedure for manually installing Layer8 software agents, and forwarding data to an existing Splunk Enterprise

More information

EZ GPO. Power Management Tool for Network Administrators.

EZ GPO. Power Management Tool for Network Administrators. EZ GPO Power Management Tool for Network Administrators. Table of Contents Introduction...3 Installation...4 Configuration...6 Base Options...7 Options Properties Dialogue...8 Suggested Configuration Settings...9

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE Lepide Software LepideAuditor Suite TROUBLESHOOTING GUIDE This document explains the troubleshooting of the common issues that may appear while using LepideAuditor Suite. Copyright LepideAuditor Suite,

More information

Password Manager Windows Desktop Client

Password Manager Windows Desktop Client Password Manager Windows Desktop Client EmpowerID provides an extension that allows organizations to plug into Password Manager to customize the Windows logon experience beyond that supplied by the standard

More information

Using Logon Agent for Transparent User Identification

Using Logon Agent for Transparent User Identification Using Logon Agent for Transparent User Identification Websense Logon Agent (also called Authentication Server) identifies users in real time, as they log on to domains. Logon Agent works with the Websense

More information

Desktop Virtualization Made Easy Execution Plan

Desktop Virtualization Made Easy Execution Plan Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Made Easy Execution Plan A desktop virtualization architecture guide for small to medium environments www.citrix.com Trying to

More information

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.

More information

Contents 1. Introduction 2. Security Considerations 3. Installation 4. Configuration 5. Uninstallation 6. Automated Bulk Enrollment 7.

Contents 1. Introduction 2. Security Considerations 3. Installation 4. Configuration 5. Uninstallation 6. Automated Bulk Enrollment 7. Contents 1. Introduction 2. Security Considerations 3. Installation 4. Configuration 5. Uninstallation 6. Automated Bulk Enrollment 7. Troubleshooting Introduction Adaxes Self-Service Client provides secure

More information

The Importance of User Workspace Virtualization in Desktop Virtualization

The Importance of User Workspace Virtualization in Desktop Virtualization res Software // Whitepaper The Importance of User Workspace Virtualization in Desktop Virtualization Whitepaper Transforming Desktops into Workspaces 2 Table of content: Abstract... 3 What is desktop virtualization?...4

More information

PDFDumps. http://www.pdfdumps.com. PDFDumps can solve all your IT exam problems and broaden your knowledge

PDFDumps. http://www.pdfdumps.com. PDFDumps can solve all your IT exam problems and broaden your knowledge PDFDumps http://www.pdfdumps.com PDFDumps can solve all your IT exam problems and broaden your knowledge Exam : 1Y0-A14 Title : Implementing Citrix XenDesktop 3 Vendors : Citrix Version : DEMO NO.1 Which

More information

Windows Boston. Group Policy Group Policy Basics. Published 2007 Clyde G. Johnson, MCSE, A+

Windows Boston. Group Policy Group Policy Basics. Published 2007 Clyde G. Johnson, MCSE, A+ Windows Boston Group Policy Group Policy Basics Published 2007 Clyde G. Johnson, MCSE, A+ What can Group Policy manage Deploy software Security Settings Assign startup/shutdown and logon/logoff scripts

More information

Windows 7 Optimization Guide

Windows 7 Optimization Guide Consulting Solutions WHITE PAPER Citrix XenDesktop Windows 7 Optimization Guide For Desktop Virtualization www.citrix.com Contents Contents... 2 Overview... 3 Machine Settings... 3 User Settings... 7 Final

More information

HELP DOCUMENTATION E-SSOM CONFIGURATION GUIDE

HELP DOCUMENTATION E-SSOM CONFIGURATION GUIDE HELP DOCUMENTATION E-SSOM CONFIGURATION GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.5

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.5 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.5 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

ReportByEmail ODBC Connection setup

ReportByEmail ODBC Connection setup ReportByEmail ODBC Connection setup Page 2 of 28 Content Introduction... 3 ReportByEmail Server and changing ODBC settings... 3 Microsoft AD Windows setup... 3 Important notice regarding 32-bit / 64-bit

More information

NetSpective Logon Agent Guide for NetAuditor

NetSpective Logon Agent Guide for NetAuditor NetSpective Logon Agent Guide for NetAuditor The NetSpective Logon Agent The NetSpective Logon Agent is a simple application that runs on client machines on your network to inform NetSpective (and/or NetAuditor)

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

MobileMail. Administrator s Guide. 2014 Citrix Systems, Inc. All rights reserved.

MobileMail. Administrator s Guide. 2014 Citrix Systems, Inc. All rights reserved. MobileMail Administrator s Guide Prepared by: Citrix Labs Version: 1.3.1 Last Updated: June 18, 2014 Contents Introduction... 5 Installation... 6 Citrix XenApp 6.5... 6 Citrix XenDesktop 7.x... 6 Citrix

More information

How To Write A Gpmc Script For A Gpc (Windows 2003) On A Windows 2000 (Windows 2000) On Your Computer Or Your Computer (Windows 3) On An Ipad Or Ipad (Windows 2) On The Macbook

How To Write A Gpmc Script For A Gpc (Windows 2003) On A Windows 2000 (Windows 2000) On Your Computer Or Your Computer (Windows 3) On An Ipad Or Ipad (Windows 2) On The Macbook Group Policy, Profiles, and IntelliMirror for Windows 2003, Windows XP, and Windows 2000 Jeremy Moskowitz SVBEX" San Francisco London Introduction xviii Chapter 1 Group Policy Essentials 1 Getting Started

More information

Upgrade Guide BES12. Version 12.1

Upgrade Guide BES12. Version 12.1 Upgrade Guide BES12 Version 12.1 Published: 2015-02-25 SWD-20150413111718083 Contents Supported upgrade environments...4 Upgrading from BES12 version 12.0 to BES12 version 12.1...5 Preupgrade tasks...5

More information

Product Review ControlUp

Product Review ControlUp Product Review ControlUp Februari 2012 Wilco van Bragt Control-UP Page 2 of 15 Introduction While Citrix Resource Manager was not perfect in earlier version of Citrix Presentation Server, many Citrix administrators

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Benchmarking Citrix XenDesktop using Login Consultants VSI

Benchmarking Citrix XenDesktop using Login Consultants VSI WHITE PAPER Citrix XenDesktop and Login VSI Benchmarking Citrix XenDesktop using Login Consultants VSI Configuration Guide www.citrix.com Contents Overview... 3 Login VSI Installation... 3 Login VSI 3

More information

SELF SERVICE RESET PASSWORD MANAGEMENT IMPLEMENTATION GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT IMPLEMENTATION GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT IMPLEMENTATION GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form

More information

Administration Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.

Administration Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Monitoring Agent for Citrix Virtual Desktop Infrastructure Version 8.1.3. Reference IBM

Monitoring Agent for Citrix Virtual Desktop Infrastructure Version 8.1.3. Reference IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure Version 8.1.3 Reference IBM Monitoring Agent for Citrix Virtual Desktop Infrastructure Version 8.1.3 Reference IBM Note Before using this information

More information

Using RADIUS Agent for Transparent User Identification

Using RADIUS Agent for Transparent User Identification Using RADIUS Agent for Transparent User Identification Using RADIUS Agent Web Security Solutions Version 7.7, 7.8 Websense RADIUS Agent works together with the RADIUS server and RADIUS clients in your

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

Evaluation Virtual Appliance Quick Start Guide for Citrix XenApp

Evaluation Virtual Appliance Quick Start Guide for Citrix XenApp EVALUATION GUIDE Citrix XenApp Evaluation Virtual Appliance Quick Start Guide for Citrix XenApp This document provides step-by-step instructions for extracting and running the Citrix XenApp 6 Evaluation

More information

Websense Support Webinar: Questions and Answers

Websense Support Webinar: Questions and Answers Websense Support Webinar: Questions and Answers Configuring Websense Web Security v7 with Your Directory Service Can updating to Native Mode from Active Directory (AD) Mixed Mode affect transparent user

More information

Server & Workstation Installation of Client Profiles for Windows

Server & Workstation Installation of Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W General Notes to Prepare for Installing

More information

Table of Contents. FleetSoft Installation Guide

Table of Contents. FleetSoft Installation Guide FleetSoft Installation Guide Table of Contents FleetSoft Installation Guide... 1 Minimum System Requirements... 2 Installation Notes... 3 Frequently Asked Questions... 4 Deployment Overview... 6 Automating

More information

High Availability for Desktop Virtualization

High Availability for Desktop Virtualization WHITE PAPER Citrix XenDesktop High Availability for Desktop Virtualization How to provide a comprehensive, end-to-end highavailability strategy for desktop virtualization. www.citrix.com Contents Contents...

More information

Citrix Access Gateway Plug-in for Windows User Guide

Citrix Access Gateway Plug-in for Windows User Guide Citrix Access Gateway Plug-in for Windows User Guide Access Gateway 9.2, Enterprise Edition Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

XenDesktop Implementation Guide

XenDesktop Implementation Guide Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Implementation Guide Pooled Desktops (Local and Remote) www.citrix.com Contents Contents... 2 Overview... 4 Initial Architecture... 5 Installation

More information

XMap 7 Administration Guide. Last updated on 12/13/2009

XMap 7 Administration Guide. Last updated on 12/13/2009 XMap 7 Administration Guide Last updated on 12/13/2009 Contact DeLorme Professional Sales for support: 1-800-293-2389 Page 2 Table of Contents XMAP 7 ADMINISTRATION GUIDE... 1 INTRODUCTION... 5 DEPLOYING

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

User Environment Manager Administrator s Guide

User Environment Manager Administrator s Guide Administrator s Guide VMware User Environment Manager V E R S I O N 8. 6. 0 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware

More information

VMware vcenter Support Assistant 5.1.1

VMware vcenter Support Assistant 5.1.1 VMware vcenter.ga September 25, 2013 GA Last updated: September 24, 2013 Check for additions and updates to these release notes. RELEASE NOTES What s in the Release Notes The release notes cover the following

More information

How To Install Database Oasis On A Computer Or Computer (For Free)

How To Install Database Oasis On A Computer Or Computer (For Free) INSTALLATION INSTRUCTIONS Table of Contents Installation Instructions 1 Table of Contents 1 System Requirements 2 Installation 3 Selecting where to Install the Professional Server 3 Installing Prerequisites

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made

Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made Consulting Solutions WHITE PAPER Citrix XenDesktop Desktop Virtualization Top 10 Mistakes Made www.citrix.com Contents Contents... 2 Overview... 3 10. Not Calculating Network Impact... 3 9. No Profile

More information

INSTALLATION GUIDE Datapolis Process System v 4.2.0.4294

INSTALLATION GUIDE Datapolis Process System v 4.2.0.4294 Datapolis.com, ul Wiktorska 63, 02-587 Warsaw, Poland tel. (+48 22) 398-37-53; fax. (+ 48 22) 398-37-93, office@datapolis.com INSTALLATION GUIDE Datapolis Process System v 4.2.0.4294 Last modification

More information

XenClient Enterprise Synchronizer Migration

XenClient Enterprise Synchronizer Migration XenClient Enterprise Synchronizer Migration Applicability This document is applicable to XenClient Synchronizer version 5.1. The information in this document also applies to earlier versions of XenClient,

More information

Hyperoo 2 User Guide. Hyperoo 2 User Guide

Hyperoo 2 User Guide. Hyperoo 2 User Guide 1 Hyperoo 2 User Guide 1 2 Contents How Hyperoo Works... 3 Installing Hyperoo... 3 Hyperoo 2 Management Console... 4 The Hyperoo 2 Server... 5 Creating a Backup Array... 5 Array Security... 7 Previous

More information

App-V Deploy and Publish

App-V Deploy and Publish App-V Deploy and Publish Tools from TMurgent Technologies Updated Aug 5, 2010 Version 1.8 Introduction: The deployment of Virtual Applications in the simplest way possible, without the need for complicated

More information

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction

More information

CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS Number: 1Y0-A17 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

HP Universal Print Driver Series for Windows Active Directory Administrator Template White Paper

HP Universal Print Driver Series for Windows Active Directory Administrator Template White Paper HP Universal Print Driver Series for Windows Active Directory Administrator Template White Paper Table of Contents: Purpose... 2 Active Directory Administrative Template Overview.. 2 Decide whether to

More information

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1 Virtual Appliances Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V Virtual Appliance Setup Guide for Umbrella Page 1 Table of Contents Overview... 3 Prerequisites... 4 Virtualized Server

More information

Microsoft Windows 2000 Terminal Services

Microsoft Windows 2000 Terminal Services Operating System Microsoft Windows 2000 Terminal Services Licensing Technology White Paper Abstract This white paper provides an introduction to Terminal Services Licensing, the client license management

More information

Fundamentals, Security, and the Managed Desktop

Fundamentals, Security, and the Managed Desktop Fundamentals, Security, and the Managed Desktop Second Edition Jeremy GVflostowit WILEY John Wiley & Sons, Inc. Contents Introduction xxv Chapter 1 Group Policy Essentials 1 Getting Ready to Use This Book

More information

Chapter 1 Scenario 1: Acme Corporation

Chapter 1 Scenario 1: Acme Corporation Chapter 1 Scenario 1: Acme Corporation In This Chapter Description of the Customer Environment page 18 Introduction to Deploying Pointsec PC page 20 Prepare for Deployment page 21 Install Pointsec PC page

More information

Managing Windows Environments with Group Policy

Managing Windows Environments with Group Policy 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Managing Windows Environments with Group Policy Course: MS50255C

More information

FlexSim LAN License Server

FlexSim LAN License Server FlexSim LAN License Server Installation Instructions Rev. 20150318 Table of Contents Introduction... 2 Using lmtools... 2 1. Download the installation files... 3 2. Install the license server... 4 3. Connecting

More information

SELF SERVICE RESET PASSWORD MANAGEMENT GPO DISTRIBUTION GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT GPO DISTRIBUTION GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT GPO DISTRIBUTION GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any

More information

PASSWORD COMPLEXITY MANAGER ADMINISTRATOR'S GUIDE

PASSWORD COMPLEXITY MANAGER ADMINISTRATOR'S GUIDE PASSWORD COMPLEXITY MANAGER ADMINISTRATOR'S GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

NovaBACKUP Storage Server User Manual NovaStor / April 2013

NovaBACKUP Storage Server User Manual NovaStor / April 2013 NovaBACKUP Storage Server User Manual NovaStor / April 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change

More information

Guide to deploy MyUSBOnly via Windows Logon Script Revision 1.1. Menu

Guide to deploy MyUSBOnly via Windows Logon Script Revision 1.1. Menu Menu INTRODUCTION...2 HOW DO I DEPLOY MYUSBONLY ON ALL OF MY COMPUTERS...3 ADMIN KIT...4 HOW TO SETUP A LOGON SCRIPTS...5 Why would I choose one method over another?...5 Can I use both methods to assign

More information

HDX 3D Version 1.0 Release Notes

HDX 3D Version 1.0 Release Notes HDX 3D Version 1.0 Release Notes www.citrix.com Citrix HDX 3D for Professional Graphics 1.0 Release Notes This document summarizes the features in Citrix HDX 3D for Professional Graphics 1.0 and describes

More information

White Paper Profile migration for a system upgrade to Microsoft Windows Server 2008 R2 and Citrix XenApp 6

White Paper Profile migration for a system upgrade to Microsoft Windows Server 2008 R2 and Citrix XenApp 6 White Paper Profile migration for a system upgrade to sepago 2010 page 1 of 11 Preface XenApp 6 is the new Citrix flagship for dynamic application provisioning in arbitrary IT networks. It replaces the

More information

NetIQ Advanced Authentication Framework - Administrative Tools. Installation Guide. Version 5.1.0

NetIQ Advanced Authentication Framework - Administrative Tools. Installation Guide. Version 5.1.0 NetIQ Advanced Authentication Framework - Administrative Tools Installation Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 NetIQ Advanced Authentication

More information

DMP V2.0.1 Installation and Upgrade Reference

DMP V2.0.1 Installation and Upgrade Reference DMP V2.0.1 Installation and Upgrade Reference Page 1 of 40 Table of Contents Overview... 3 Compatibility Issues with Previous DMP Versions... 3 DMP V2.0.1 Installation... 3 Sybase CD... 3 Installed Components...

More information

Windows 2008 Server DIRECTIVAS DE GRUPO. Administración SSII

Windows 2008 Server DIRECTIVAS DE GRUPO. Administración SSII Windows 2008 Server DIRECTIVAS DE GRUPO Administración SSII Group Policy A centralized approach to applying one or more changes to one or more users or computers Setting: Definition of a change or configuration

More information

Administration Guide. . All right reserved. For more information about Specops Gpupdate and other Specops products, visit www.specopssoft.

Administration Guide. . All right reserved. For more information about Specops Gpupdate and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Gpupdate and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Gpupdate is a trademark owned by Specops Software.

More information

Group Policy 21/05/2013

Group Policy 21/05/2013 Group Policy Group Policy is not a new technology for Active Directory, but it has grown and improved with every iteration of the operating system and service pack since it was first introduced in Windows

More information

XenApp 7.7 Deployment ISO. 5 th January 2016

XenApp 7.7 Deployment ISO. 5 th January 2016 5 th January 2016 Document Details Document Name Author DG Version 1.0 Date 5th January 2016 Status Released Document History Date Modification Details 5/01/2016 N/A First Release Contents 1. Introduction...

More information

Jive Connects for Microsoft SharePoint: Troubleshooting Tips

Jive Connects for Microsoft SharePoint: Troubleshooting Tips Jive Connects for Microsoft SharePoint: Troubleshooting Tips Contents Troubleshooting Tips... 3 Generic Troubleshooting... 3 SharePoint logs...3 IIS Logs...3 Advanced Network Monitoring... 4 List Widget

More information

Managing Windows Environments with Group Policy 50255D; 5 Days, Instructor-led

Managing Windows Environments with Group Policy 50255D; 5 Days, Instructor-led Managing Windows Environments with Group Policy 50255D; 5 Days, Instructor-led Course Description In this course you will learn how to reduce costs and increase efficiencies in your network. You will discover

More information

Specops Command. Installation Guide

Specops Command. Installation Guide Specops Software. All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

webkpi SaaS ETL Connector Installation & Configuration Guide

webkpi SaaS ETL Connector Installation & Configuration Guide webkpi SaaS ETL Connector Installation & Configuration Guide SaaS ETL Version 2.5.0.12 Version 1.6 September 2013 webkpi SaaS ETL Connector Version 2.5.0.12 V 1.6 Page 1 Table of Contents Table of Contents

More information