How can I execute a command inside of a VM client from the VM host?

Hi!
I'm working on a set of scripts to automate MOC classroom installations using MDT and PowerShell. Sofar I've been able to automate everything except for the Rearm needed within the VM Clients. Is there any command (preferably PowerShell) that I can Launch
on the VM host with which I can execute a command within the VM Client?
Regards,
Gerrit Deike
If you think your to small to make a differnce, try going to bed with a mosquito in the room...

If you wanted the pings to run in parallel, you could have this applet configure another applet to do the pinging, then remove it on the last run.  This will require an amount of programmatic logic, though.  If you wanted to keep things a bit simpler, add another applet that runs at 22:00 that configures a watchdog pinging applet, then a third applet that runs at 22:10 that removes the pinging applet.
When it comes to embedded quotes when you configure your nested pinging applet, you'll need to use $q to stand for the embedded quotes.  You'll also need to configure:
event manager environment q "

Similar Messages

  • HOW CAN I DELETE AN EVENT WITHOUT  HAVING TO SELECTING IT FROM THE LIBRARY?

    I have a big problem.
    I want to delete an entire event from my library because everytime I select it imovie freezes and then close itself up. So I have to re-open imovie again. And when I want to select that particular event again the same problem occures. So I can not select that particular event. Therefore I can take NO action on this event.
    HOW CAN I DELETE AN EVENT WITHOUT HAVING TO SELECTING IT FROM THE LIBRARY?
    (Everytime I select it imovie closes itself up)
    All other events work fine. I believe The footage had a problem from capturing. but now it's in my computer and i can't open it.
    Please help me, I don't need this event, I can't open it therefore I can't use it and it takes place on my hardrive for nothing.
    Thank you

    One can delete it from one's computer. In the finder go to homeuser, movies, imovie events, delete the footage.
    Then reopen iMovie and see if that helps.
    Hugh

  • HT4628 How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

    How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

    How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

  • How can I make an external link (to a different folder) from the main menu?

    How can I make an external link (to a different folder) from the main menu?

    If the folder is outside the Muse page, you will have to insert manual HTML to define a more complex URL like e.g. ../_stuff for going one level up and then into a folder called "_stuff" The deeper you are in the hierarchy, the more ../ you will have to add to climb up.
    Mylenium

  • How can i execute OS command in ODI?

    hi all,
    i have an exe file
    and
    i want to execute this file in ODI with scheduling?
    how can i do this?
    thanks.
    Eser

    Take a look in the documentation for the ODIOSCommand tool - which you use in a package.

  • How can I fix my Firefox browser so that PDF files from the Internet do not blur and go out of focus?

    When I try to open a PDF document from the Internet, it opens, with sharp resolution; however, within a few seconds, it blurs and seems to have multiple copies being shown on top of each other (ever so slightly mis-aligned). Yet, when I use any other browser, the document opens without losing sharpness.
    Also, opening a saved PDF document in Adobe Reader does not cause any loss of sharpness.
    Running updated Windows XP; Adobe Reader updated; and Firefox updated.

    Firefox's built-in PDF viewer overlays a transparent layer of text over a graphical image so you can copy/paste. It doesn't always line up pixel-perfectly, so if the text is not transparent for some reason, you will see double text.
    Could you try switching to the Adobe Acrobat plugin? This article has the steps: [[How to disable the built-in PDF viewer and use another viewer]]. Does that one work correctly?

  • How can I get my emails back into my hotmail account from the Mail app

    Dear Apple support team
    I started using the Mail app some weeks ago because I apparently needed it, to be able to open an invitation for an iCloud shared photo folder. As soon as I registered my email into the Mail app all my emails from my hotmail account where deleted from the hotmail server. I really hope that this is possible to revert because if not, it'd be a catastrophe for me. I use that account from several devices for work, and I need those old emails in the server to be able to work again!
    I'd really appreciate any advice on this!
    Many thanks,
    Pier

    You can use the iPhoto Export feature to do that. Furthermore, it's the best way if you want to keep the quality of the pictures.
    To put the photos in the Pictures folder, first open iPhoto and then, select Edit menu (on the menu bar) > Select All. Finally, go to File menu > Export, and export your photos to the Pictures folder, so they will appear on all Time Machine backups you create since then

  • How can I set up imessage on iPhone to send messages from the name of number but not e-mail.

    I can set up iMessage on Macbook to send from the name of number, but can't do it on my iPhone after upgrading to 6.1

    If your iPhone and iPad are both running iOS 6, and your iPhone successfully registered it's phone number in Settings>Messages>Send & Receive, all you should have to do on your iPad is go to Settings>Messages>Send & Receive and sign in with the same Apple ID you are using on your phone. 
    If it is, and it still isn't working, try going to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in.

  • How can I execute a command every 10 seconds in a specific time-frame

    Hello,
    I would like to create a script which in a specific time-frame collects some outputs and also pings every 10 seconds.
    To collect the outputs every minute from 22:00PM to 22:10PM I have the following:
    event manager applet snmp_output
    event timer cron cron-entry "0-10/1 22 * * *" maxrun 30
    action 010 cli command "enable"
    action 020 cli command "show clock"
    action 030 cli command "terminal exec prompt timestamp"
    action 040 cli command "show snmp stats oid | append bootdisk:show_snmp_stats_oid.txt "
    action 045 wait 5
    action 050 cli command "show snmp pending | append bootdisk:show_snmp_pending.txt "
    action 055 wait 5
    action 060 cli command "show snmp sessions | append bootdisk:show_snmp_sessions.txt "
    acionn 065 wait 5
    action 070 cli command "end"
    To confirm connectivity to the device doing the SNMP polls I would like to execute a ping every 10 seconds in the same timeframe.
    Cron seems only to support minutes. Is it possible to combine a watchdog timer + a cron timer?
    Can this ping function be incorporated in the SNMP output applet or will I have to write a new one?
    Will I need TCL here (I have no experience in TCL)?
    Best regards,
    Tim

    If you wanted the pings to run in parallel, you could have this applet configure another applet to do the pinging, then remove it on the last run.  This will require an amount of programmatic logic, though.  If you wanted to keep things a bit simpler, add another applet that runs at 22:00 that configures a watchdog pinging applet, then a third applet that runs at 22:10 that removes the pinging applet.
    When it comes to embedded quotes when you configure your nested pinging applet, you'll need to use $q to stand for the embedded quotes.  You'll also need to configure:
    event manager environment q "

  • How can I execute a command after kernel-upgrade/mkinitcpio

    Because of the archlinux specific kernelnaming-policy there's a problem when using grub2. The created menu looks nasty because grub-mkconfig can't find the proper kernel-version. (Bugreport: https://bugs.archlinux.org/task/25453)
    Even if this is fixed we need to recreate the grubconfig always when a new kernel-version is installed.
    What I want now is executing grub-mkconfig after each kernel-installation/mkinitcpio, without repackaging the kernel. Is such a hook possible?
    Last edited by fsckd (2012-02-21 17:36:20)

    Rorschach wrote:
    Because of the archlinux specific kernelnaming-policy there's a problem when using grub2. The created menu looks nasty because grub-mkconfig can't find the proper kernel-version. (Bugreport: https://bugs.archlinux.org/task/25453)
    Even if this is fixed we need to recreate the grubconfig always when a new kernel-version is installed.
    What I want now is executing grub-mkconfig after each kernel-installation/mkinitcpio, without repackaging the kernel. Is such a hook possible?
    This is not necessary unless Versioned Kernel Installs are supported by pacman. I have added a new patch to https://www.dropbox.com/sh/jth3mchm3hob … src.tar.gz that solves the issue. No need for pacman or mkinitcpio hooks (for now).

  • How can an image be displayed by using raw data read from the serial port?

    Hi there,
    I am using an embedded camera to take photos. To operate it i send commands to it via the serial interface. I have received all of the image data back through the serial port and can view it as hex data in a string. The image data is 16bit colour RAW data at 160x120 resolution meaning i have 38400 bytes of data (160x120 = 19200. 19200*16 = 307200. 307200/8 = 38400). I want to be able to display this data as a picture, but cannot figure out how to do it. Can someone please point me in the right direction? i have been fiddling about with lots of the pixmap functions but no luck. Do i need to put this data in to a 2D array first?

    Yes, first convert it into a 2D array of pixel values. From there you can convert it into an image to display it in a picture control.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • I upgraded from an iPhone2 to an iPhone4s now I can't sync the ringtones from music that I purchased from itunes to correspond with my contacts.  How can I get it where I know who is calling from the ringtones I used to have?

    I upgraded from an iPhone2 to an iPhone4s and now my ringtones are gone.  I still have the music that I  bought from iTunes that I made the ringtones from but I can't seem to get anything to work.  Help!  Thanks.

    For the font problems, try the "Safe Mode" suggestion in this old thread:
    http://discussions.apple.com/thread.jspa?threadID=1956989&start=20
    ...Found by doing THIS. Also see this Apple doc:
    _Mac OS X: What is Safe Boot, Safe Mode?_
    ...Found by entering "safe mode" in the first field here:
    http://support.apple.com/kb/index?page=search

  • How can i create a gradient with four colours that graduate from the four corners of a rectangle?

    I've been trying various ways of doing this and nothing's worked so far; I've tried blending two gradients, tried blending four different colours but no luck with that either.
    What I'm looking to do is exactly what is displayed when you double click on the colour picker and you select R, G or B. Any help will be much appreciated.

    I'd tried using two linear gradients but it didn't give the results i wanted, but i've sorted it out using gradient mesh. Thanks!

  • How can I execute a statement before a VO is running

    JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660
    I use ADF BC
    how can I execute a statement before a VO is running

    thanks for the answer
    i use a logon function before I run a VO
    after a certain time will be disconnected
    and I have to call the function again
    sorry for my English
    public String logon(String username, String password){
    CallableStatement st = null;
    this.username = username;
    this.password = password;
    try {
    st = getDBTransaction().createCallableStatement("begin ep_security.LogOn(?,?); end;",0);
    st.setObject(1, username);
    st.setObject(2, password);
    st.executeUpdate();
    this.getDBTransaction().commit();
    } catch (SQLException e) {
    System.out.println("ERROR "+e.getMessage());
    this.addWarning(new JboWarning("Quote retrieved successfully"));
    System.out.println("...RETURN ERROR");
    return "error";
    } finally {
    if (st != null) {
    try {
    // 7. Close the statement
    st.close();
    } catch (SQLException e) {
    e.printStackTrace();
    }

  • How can i get my hp office jet j4550 to print from word 7?

    How can I get my HP Office Jet j4550 to print from the Microsoft Word 7? I downloaded the drivers for the printer and reinstalled Microsoft Word 7. 

    Do you mean Windows 7?
    ======================================================================================
    * I am an HP employee. *
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **
    ***Click on White “Kudos” STAR to say thanks!***

Maybe you are looking for

  • Insert - Ignore Duplicate Entry Error

    Hello I would like to use an insert statement which also contains a select statement in it and returns a set of records and gets inserted in to a particular table. But, when I tried to run the sql, it throws error as some of the records are duplicate

  • IWeb team: What's up with the repeated Blog publish errors?

    I maintain a simple, albeit many-entry -- all with photos, Blog on my daughter's .Mac iWeb site. Since the last iWeb update, I've started to encounter repeated difficulties when attempting to publish new Blog entries. All other updates on the site (P

  • Standard BAPI or IDOC for QM data in SD

    Hi all I am using LSMW for uploading Quality Mannagement Data in SD (t-code QV51). If any Standard BAPI, IDOC or Funtion Module available for it then please sahre. Aboli

  • Wondering if Business Catalyst could work for me

    Dear BC Community, I want to build a site for my business that will utlisise the AWS EC2 computing power - can a BC hosted site interact with the AWS EC2?  I have other questions but if this is not possible I can stop here, so for now I'd appreciate

  • Woodstock, Facelets, Glassfish V2 - Do we have an EL problem here?

    We try to use Woodstock (4.1) with Facelets (1.1.12) on a Glassfish V2 (b40). We know that this is not supported, but maybe someone else had her hands on it already. For integration of Facelets and Woodstock we use http://blogs.steeplesoft.com/wp-con