Opinions... desktop image with or without ZCM agent?

I'm working on deploying ZCM 10 to my company and was wondering what your opinions are on deployment method for newly ghosted computers (I'm going to use a deploy task for all existing computers). What are the pros/cons of installing the Zen Agent with the ghost image prior to sysprep (we still use ghost for imaging by the way...) versus scripting the install of the agent after the desktop is imaged and entered into the domain?
I've seen some posts in the forums with people having problems with duplicate GUIDS. I imagine that you have to take some precautions if you install the agent prior to sysprepping the image to avoid this kind of problem.
The benefit to manully installing or scripting the install after the computer is entered in the domain is you can easily update the agent with the latest version without needing to modify your image.
Right now our image has the ZFD7 agent pre-installed, but of course that agent is old and has not changed in quite a while. I'm inclined to script the install of the agent instead of including it in the image, but I'd love to hear other opinions or methods.
Thanks!

Originally Posted by magic31
Our script is launched as post sysprep command, there are different actions in there but it would depend on what you are installing modifying.
The bit to install the ZCM agent is quite straight forward utilizing the REG ADD command, this keeps the screen nice and tidy and only presents a small dialog screen without logging into the desktop.
Just put something similar in your batch +other things you wish to do and run that as (one of the) post sysprep actions.
Code:
REM ZCM 10 agent
REG ADD %KEY%\02-160 /VE /D "Installing ZCM agent..." /f
REG ADD %KEY%\02-160 /V 01 /D "C:\Install\ZCM10\PreAgentPkg_Agent.exe -q" /f
REM ADDING A TIMED PAUSE USING DELAY.EXE TO LET THE ZCM AGENT INSTALL AND REBOOT
REG ADD %KEY%\02-161 /VE /D "Wating for ZCM agent install to complete.." /f
REG ADD %KEY%\02-161 /V 01 /D "C:\Install\delayit test.exe 20000" /f
Where did you get the the delay.exe that you are using from? btw, the script says "delayit text.exe" is that a typo? just wondering, thanks.

Similar Messages

  • My lock screen just shows a black background and a User Name/Password dialog after opening the screen from sleep. How do I get it back to where it blurs my desktop image with the dialog and my account image displayed?

    I'm not sure when it began, but now my Macbook Air only shows a black background and a User Name and Password dialog box when I wake it from sleep. It used to show my desktop background blurred with my user name and icon displayed with only a text field for entering my password. I'm currently using Yosemite (OS X 10.10.1) and all updates have been done. Any help or suggestions would be greatly appreciated as I know this isn't a real problem, just an annoyance since I couldn't find how to change it back in the System Preferences.

    I just have to point out that after looking at a related post (https://discussions.apple.com/message/22661092#22661092), it brought to memory that my issue most certainly began happening after I added some DoD certificates to the keychain. This obviously has something to do with it, but it still leaves me wondering what actually causes this to happen. :/

  • Script to Sort Images with/without Clipping Paths?

    I've searched for a while and can't find a script that will sort a folder of images into two new folders that contain images with and without clipping paths. Anyone have or know of a script that will do this for me? I'd would greatly appreciate it. W7, PS CS5 32 and 64 bit.
    Thanks in advance!
    Andy

    Hi Andy, Mike has a function to check for clipping groups but requires the file to be open...
    // Function: clippingPathIndex
    // Description: Gets the index of the activeDocument's clipping path
    // Usage: clippingPathIndex()
    // Input: None
    // Return: Index as Integer. -1 if there is no clipping path
    function clippingPathIndex(){
         var ref = new ActionReference();
              ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
         var desc = executeActionGet( ref );
         var clippingPath =  desc.getObjectValue(charIDToTypeID("Clpg"));
         return  clippingPath.getInteger(charIDToTypeID("ClpI" ));
    I think it should be possible to check the files without opening them using Bridge, looking at the Photoshop File Format it says....
    If the file contains a resource of type 8BIM with an ID of 2999, then this resource contains a Pascal-style string containing the
    name of the clipping path to use with this image when saving it as an EPS file. 4 byte fixed value for flatness and 2 byte fill rule.
    0 = same fill rule, 1 = even odd fill rule, 2 = non zero winding fill rule. The fill rule is ignored by Photoshop.
    I will see if I have time today to put something together for you.

  • Script to Sort Images with/without transparency?

    I've made this a new thread because I posted a similar question that was answered correctly in another thread about a sorting script for images with and without clipping paths.. I'm hoping the trend continues. (I could probably modify the script myself if I knew the proper syntax for image transparency.)
    So, my question simply is: Is there a script that will sort images (in my case psds) into two separate folders, one containing images with transparency, and one with images with no transparency (or, no layers).
    Any help with this, as always, would be very very much appreciated,
    Thanks!
    Andy

    Another reason to create this as a new thread of course is to help anyone else who may do a search on this particular scripting need .

  • Apply add-on bundle without Zenworks agent installed?

    Hi all,
    I've created an add-on image file from a bundle within ZCC, but I can't apply it when imaging a computer. It says it can't find any installed Zenworks agent, and that is true, since it is not part of the base image. Instead it gets installed when Windows boots up.
    I found this post that says you can use another add-on image to create an empty directory structure on the computer before you apply the add-on image, thus fooling it to believe the agent is installed.
    This doesn't seem to work here, though, maybe because we have 64-bit Windows 7. I changed the directory structure to reflect the C:\Program Files (x86)\ folder, but it doesn't seem to work.
    Is there any workaround for this, preferrably without having to install the agent within the base image?
    Thanks in advance!
    Regards,
    Pr

    Oh well... this was quite silly. I found the answer myself, and it seems that if you only create an add-on image with empty folders, it will not be created on the workstation (although there was no message to indicate that). But when I put a dummy text file into the \Program Files (x86)\Novell\ZENworks\work folder, the structure was created and I was able to push out the add-on image file afterwards without the agent installed.

  • Pictures I have deleted are showing up when I try to change my desktop image

    Hello all,
    I changed my desktop image with no problem. However, as I was scrolling through the images in the iPhoto option, I realized that some pictures that I deleted months ago are still showing up. How do I get rid of these pictures completely? Thanks!

    Do you have by error two "iPhoto Libraries"? One with a different name, for example "iPhoto Library2" the other one with the Original Name. I am just guessing.
    In iPhoto you have a Trash, which you need to empty regularly!
    marek

  • Windows 7 Imaging with ZCM Agent installed

    Has anyone successfully made a Windows 7 image with the ZCM agent already installed on the base image?
    I am trying to get the unattended setup to login once to but the workstation prompts for the ZCM login information?
    Any suggestions?

    Yes
    You have to disable the zcm logon prompt, then run a reghack to enable zcm logon as your last step after the first auto logon.

  • Login intermittently slow with ZCM agent AND Novell client

    We continue to struggle with intermittently slow logins in our environment. In testing, we noticed that logins are very fast (10-20 seconds) when only the Novell Client is installed, and very fast (~10 seconds) when only the ZCM agent is installed. However, when they are both installed, logins slow down, sometimes to 1.5 minutes or longer.
    We have checked DNS and rDNS, and they are both configured properly. SLP is working properly as demonstrated by the fast logins when only the client is installed. We use LDAP for user lookup, and it also works very fast to resolve user names (~ 1 second).
    We are using ZCM 10.3.1, and the client is fully patched as well (both Novell Client 2 and 4.91)
    Are there any specific settings (for the ZCM agent or the client itself) that might address this issue?

    My apologies, I told you to remove the wrong thing.
    I should have said NMAS instead of CASA.
    I am just so used to saying CASA when talking about ZCM.
    In regards to NMAS, you could simply rename "NWSSO.DLL" as a test.
    If NMAS is installed which is tested by the existence of this DLL, then
    a certain NMAS call is always made, which in some cases can take a long
    time.
    On 11/9/2010 12:06 PM, dshofkom33 wrote:
    >
    > craig_wilson;2042688 Wrote:
    >> Try removing CASA from the device and see if that makes a difference.
    >> A TID will be out on the issue soon.
    >>
    >> On 10/5/2010 4:36 PM, kjhurni wrote:
    >>>
    >>> Hmm, I will have to try that. I've only observed that with ZCM
    >>> installed (with Novell Client 4.91 SP5 on XP) that the login time
    >> goes
    >>> from about 12-15 seconds to about 50-70 seconds.
    >>>
    >>> But I've not tried "just" the ZCM agent.
    >>>
    >>>
    >>
    >>
    >> --
    >> Craig Wilson - MCNE, MCSE, CCNA
    >> Novell Knowledge Partner
    >>
    >> Novell does not officially monitor these forums.
    >>
    >> Suggestions/Opinions/Statements made by me are solely my own.
    >> These thoughts may not be shared by either Novell or any rational
    >> human.
    >
    > I removed CASA and now I cannot sign into ZCM. I get the "unable to
    > login to network because the login credentials are incorrect" Windows
    > Security Message. Any ideas?
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • How can I configure the save page mode (to save DEFAULT WITH OR WITHOUT images and other dependencies in a folder)?

    I like it that I can save webpages with or without dependencies in a separated folder. And its implementation in Firefox (e.g. it remembers how I saved something before, and that way becomes the default) can also be good sometimes. But usually it is not.
    Usually I want to save pages as HTML-only. Sometimes, but only sometimes I have to save a page as a whole (I don't know the name of the feature). But after I save something with dependencies, I often forget that, and don't care about this option. Firefox, however, doesn't forget it, and saves thousands of unimportant images, until I notice it and switch it off again.
    This is not good.
    I tried Google Chrome, which simply don't remember how I saves something before, and always select the complete page option for default. It is exactly the opposite of the perfect solution (in my opinion). The best would be if the browser would save everything as HTML only, if I don't change it. Or it would be even better if I could configure it manually (turn this remembering feature on/off).
    This is not a beginner's problem, so it would be good if only a config option solved this. I imagine that already exists a config option for this, but I could not find it. I found only the "browser.download.save_converter_index" option, which depends on how I used it last time.
    Is there a config option for this? Or should I report this in the Firefox brainstorm page?
    Thank you for your time
    D. J. S.

    That choice is remembered in the Integer pref <b>browser.download.save_converter_index</b>
    0: Web Page, complete (default)
    1: Web Page, HTML only
    2: Text files
    If you want to reset that choice to HTML only on every start of Firefox then you can use this line in the file [http://kb.mozillazine.org/user.js_file user.js]
    <pre><nowiki>user_pref("browser.download.save_converter_index", 1);
    </nowiki></pre>
    See also http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

  • How do I set the desktop wallpaper with an image in aperture 3?

    Sorry for the silly question, but I can't find how to set my desktop wallpaper with an image in aperture 3. It was simple when using Iphoto, but I can't find the method in aperture.
    Thanks,
    Dale.

    Command(⌘)-9 is no longer listed in the list of default keyword shortcuts, and it has no effect.
    I wrote a little Automator service to bring the Command(⌘)-9 back.
    A copy of this service is here for download:
    http://dreschler-fischer.de/scripts/SetDesktopPicture.workflow.zip
    This service uses three actions:
    Aperture: Get selected images
    Export Masters
    Finder: Set the Desktop Picture
    To install it, open the workflow in Automator and save it as service.
    To use it, select any image in Aperture, then activate the service from the Aperture menu -> Services, and it will set the master of the selected image as Desktop picture.
    If you like, you can assign the Command(⌘)-9 key to the service (in the System Preferences -> Keyboard -> Keyboard Shortcuts Panel) and then  turn any image you selected into Desktop wallpaper by simply pressing (⌘)-9.
    @Frank Caggiano, if you are still following this thread: for some reason this workflow succeeds with exporting the master, but I could not get it to work with the versions instead. Any ideas?
    Caution: this service will clutter the Desktop with the exported images. If you want to avoid that, change the export action to export the image to a different folder.
    Regards
    Léonie

  • I have connected my macbook pro to my tv via MDP to HDMI port cable, all that is showing up is the basic desktop image without any icons, what do i do to correct this

    i have connected my macbook pro to my tv via MDP to HDMI port cable, all that is showing up is the basic desktop image without any icons, what do i do to correct this

    Your MBP is running in "extended desktop" mode, where the two screens together make one larger area to display windows. You can drag one or more windows from the primary (internal) screen to the secondary (TV) screen. By default, the secondary screen is off to the right of the primary screen.
    If you would prefer the two screens show the same image, you want to switch to "mirroring" mode. You will have to pick a single resolution for both screens, which may look poor on one or the other.
    Both the relative positions of the two screens in extended desktop mode and the switch to mirroring mode can be set in System Preferences > Displays > Arrangement.

  • In browser editing: Can my client add new images with hyper-links to their websites without having to replace images already there?

    My client would like to be able to add new images to their site themselves and use them as hyper-links to external sites without having to replace an old image with the new one (or blank place holding images - far from ideal). Is there ANY way that this is possible? They do not wish to update and add new images/links regularly and it is certanly not intended to be used as a blog or way of being able to constantly keep content new and fresh otherwise I would set them up with a blog account and add that to the site. It is merely a way of adding links to other local businesses every once in a while.
    Please see the page they wish to update... Friends. (Please excuse the layout... the customer will not be able to resize or edit the images themselves and wishes to add them as-is!)
    Thanks in advance for any help. If anybody knows how I can ask an Adobe official mod, that would be great... that, or make a request for a future addition in an update?
    Warm regards,
    Ben Gathercole

    Hi Andria,
    Changing links is currently not possible with in-browser editing.
    Please post this as a feature request in the following feedback form :
    http://feedback.inbrowserediting.com/?url=
    Regards,
    Akshay

  • Thanks all for the great advice.  Another question.  If I use Entourage on my desktop Mac to access an email address I use on there, is it possible to be able to access my email on that same email address on my iPad either with or without Entourage?

    Thanks all for the great advice.  Another question.  If I use Entourage on my Mac desktop to access my mail using an email address I have on there, is it possible to access my emails on that same email address on my iPad, either with or without using Entourage.  Is there an Entourage app, or something I could use?  Thanks...

    Simply add the email account to Mail, no need for Entourage.
    One word of warning, though, iPads tend to become community property (meaning anyone who uses your iPad can access your email). That is why I have zero email accounts on my iPad.
    I use Entourage on my desktop as well, so going back and forth between Entourage and Mail (whether on your iPad or iPhone) is no problem.

  • Image with /without payload encryption

    Hi all,
    Can you tell me when I should go for IOS image with payload encyrption and without payload encryption and what are the basic differences?
    Thanks in advance,
    Ram

    Here is more information on IOS image with/without "payload encryption" for your reference:
    http://www.cisco.com/en/US/prod/collateral/iosswrel/ps8802/ps5460/product_bulletin_c25-566278_ps10537_Products_Bulletin.html
    1. Universal  images with the "universalk9" designation in the image name: This  universal image offers all the Cisco IOS features including strong  payload cryptography features such as IPSec VPN, SSL VPN, and Secure  Unified Communications.
    2.  Universal images with the universalk9_npe" designation in the image  name: The strong enforcement of encryption capabilities provided by  Cisco Software Activation satisfies requirements for the export of  encryption capabilities. However, some countries have import  requirements that require that the platform does not support any strong  crypto functionality such as payload cryptography. To satisfy the import  requirements of those countries, the `npe' universal image does not  support any strong payload encryption. This image supports security  features like Zone-Based Firewall, Intrusion Prevention through  SECNPE-K9 license.

  • How to mark (psd) Images with the Circle Symbol without duplicating them

    I would like to import my layered images in Aperture.
    The problem is i would like to further adjust them in photoshop cs3 without creating a duplicate.
    Is there a possibility to mark this images with the Circle Symbol (for edited with external editor) or do I really have to open each image than close again, delete the master and then the remaining image with the circle can be opened and further enhanced in Photoshop without duplicating the image.
    Another example:
    I like to open a psd file within aperture with: edit with Adobe Photoshop CS3.
    The Image should open without being duplicated. Then I could drag the layer into another PSD document and close it again.
    Right now I would end up with a Master Duplicate which I have to delete afterwards.
    I know I could use referenced files and say show in finder but I like managed better,
    also:
    Show in finder does show you only one image (I like to do that to 5 or 10 images at once).
    bc

    Like I said if you want to get into the programming business you can modify the aperture database directly but I don't know of an easier way with managed masters. You can always just do your workaround to files that you are actually working on and you only need to do it once.
    Sorry there is no answer to easier answer to deal with all of them at the same time. At least none I can think of off the top of my head.
    RB
    Ps. Lightroom can just open your PSD files but that is an apples and oranges thing. Lightroom is not trying to manage your masters for you in a managed library an ensure that nothing modifies them, if you are ok with that method than referenced files should be ok with you as well, you can always use referenced for your legacy PSDs and use a managed methodology for your new images going forward starting with the source image.

Maybe you are looking for

  • How do I move my iPad to a new computer without losing all my game settings?

    I installed a fresh Lion system on a new HD and moved all my data there, but my iPad (running ios5) is synced to iCloud. I'd now like to install some movies onto the iPad, so I apparently have to synch to iTunes to do this. But syncing to iTunes woul

  • 17" iSight model - need help

    Hi, I just received an imac 17" iSight the other day off of ebay. I am working to become an ACMT, so I wanted some machines to practice on. Let me give you all of the background. When I first received the machine, it had an LCD issue which I took car

  • My mac bookpro is stole how to find it?

    i am militaire in legion etrangere 2012/1/20 when i return from service in my room i open my drawer case where i put my mac bookpro when i open it there is no my laptop after that i ask all over nd searching i can't find it so i want to help to find

  • InDesign CS4 Tables

    I have a trifold document with tables in each of trifold. I want to be able to perform a simple calculation in each table and show the totals in the middle column of the trifold page i.e. Total Meals Total Soups Total Desserts I can get the calculati

  • RE: Using BAPI in place of select stmt..

    Hi Experts, We alway use Select stmt to fetch the datas and display it, so is there any way to use available BAPI's  to select data and display the resultant output?if so can you given one simple example...