Script troubles

Hello!
Learning scripting and I am running into a wall, I have gathered some stuff from the interwebs and put it together.  My main goal is to run a script that gathers my Application, Security (with Event Ids) and System logs with Error, Critical and warning
levels.  When the log is ran it will export everything to a excel file in my directory of choice.  it seem I am unable to gather more than one even level and more than one log at a time.  I would like all three exported to the excel document.
$opt3 = Read-Host "Would you like to export the details to csv file (Y/N)?"
$server14 = Read-Host "Enter the server name"
[int]$n = Read-Host "Last how many hours events need to be grabbed?"
$event = Read-host "Application / Security / System / Others (Specify the name)?"
$start1 = (Get-Date).addHours(-[int]$n)
$start2 = (Get-Date)
$strdat = (get-date).ToString()
if ($opt3 -eq 'Y') {
If ($event -eq 'Security') {
$entry2 = Read-Host "FailureAudit / SuccessAudit ?"
$location1 = Read-Host "Enter a drive location for the report"
get-eventlog -logname $event -EntryType $entry2 -after $start1 -before $start2 -ComputerName $server14 | Export-csv -Force -Path "$location1\$(Get-Date -Format 'dd_MM_yyyy')-$Event Log-$entry2-$server14.csv"
Invoke-Item "$location1\$(Get-Date -Format 'dd_MM_yyyy')-$Event Log-$entry2-$server14.csv"
else {
$entry0 = Read-Host "Information / Warning / Error ?"
$location2 = Read-Host "Enter a drive location for the report"
get-eventlog -logname $event -EntryType $entry0 -after $start1 -before $start2 -ComputerName $server14 | Export-csv -Force -Path "$location2\$(Get-Date -Format 'dd_MM_yyyy')-$Event Log-$entry0-$server14.csv"
Invoke-Item "$location2\$(Get-Date -Format 'dd_MM_yyyy')-$Event Log-$entry0-$server14.csv"
else {
If ($event -eq 'Security') {
$entry3 = Read-Host "FailureAudit / SuccessAudit ?"
get-eventlog -logname $event -EntryType $entry3 -after $start1 -before $start2 -ComputerName $server14 | Out-GridView
else {
$entry1 = Read-Host "Information / Warning / Error ?"
get-eventlog -logname $event -EntryType $entry1 -after $start1 -before $start2 -ComputerName $server14 | Out-GridView
any help would be appreciated!

Use the new and better event log utility.  Get-EventLog is for pre Vista systems.
$filter=@{
Logname=@('System','Security')
ID=@(20,1014,3095)
Level=@(2,3)
Get-WinEvent -FilterHashTable $filter
\_(ツ)_/

Similar Messages

  • Visible of sprite script trouble

    hi list
    I need to have a few sprites invisible on opening of my
    program and have them appear when rolled over. I am using the
    following script in the script channel above the play head:
    on mouseLeave me
    the visible of sprite 34 = 0
    end mouseLeave me
    Trouble is that when the program starts some or all of them
    are visible. It works perfectly when I roll-over them subsequently
    i.e. they all appear and disappear properly. All the sprites are
    visible all the time when I create the projector.
    I have re-booted several times to no avail. Any ideas?
    Eoin

    One of the effects of the visible of sprite property is that
    this
    property will make the sprite active or not. If a sprite is
    not visible,
    it is also not active and won't react to user events like a
    rollover.
    To have a sprite be not visible and still react to user
    events use the
    blend property of the sprite.
    Be aware that the visible of sprite property belongs to the
    sprite
    channel and not to the sprite that may currently occupy that
    channel. If
    you turn off the visible property of a sprite channel, it
    remains off
    throughout the rest of the score unless it is turned on
    again.
    The blend property belongs to the sprite in the channel, so
    setting a
    particular sprite's blend to 0 will not effect any other
    subsequent
    sprite occupying the same channel later in the score.
    If you want the sprites to be not visible initially, then set
    the blend
    property to 0 in the beginSprite function of a behavior
    attached to each
    sprite. Then you can change the blend property's value to 100
    when you
    want the sprite to be visible. For instance:
    property thisSprite
    on beginSprite me
    thisSprite = me.spriteNum
    sprite(thisSprite).blend = 0
    end
    on mouseEnter me
    sprite(thisSprite).blend = 100
    end
    on mouseLeave me
    sprite(thisSprite).blend = 0
    end
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412-243-9119
    http://www.macromedia.com/software/trial/

  • Creating script trouble

    Hi,
    gray text area where one is supposed to type script (home>sql>sql scrpts>script editor) just does't except any input. Or it's not text area at all? What am I missing?
    Also when I upload a text file with script and when I try to edit it, it can't be edited there's nothing in script editor.
    thanx
    alek_mil

    Here's the link to the previous thread: Firefox 1.5 problem with script editor
    Regards,
    ~Dietmar.

  • Archlinux Installer Script Trouble

    I've burned an FTP install disc, and after setting everything up, after I choose my server, and right before I install the packages, I always get the error "Error expected 7 tokens". I cannot install ArchLinux at all. Any ideas?
    Last edited by KunlunKhan (2008-12-11 12:10:32)

    sounds like this: http://bbs.archlinux.org/viewtopic.php?id=52584

  • Building a entire site????

    I am trying to create a entire flash website and I am having
    some script troubles making my buttons work.
    I have my first layer named codes
    this has my codes such as:
    function menuChoice1(event:MouseEvent):void
    this.gotoAndStop("pagesaboutus");
    "abt_mgn_btn".addEventListener(MouseEvent.CLICK,menuChoice1);
    function menuChoice2(event:MouseEvent):void
    this.gotoAndStop("pagesadvice");
    "adv_mgn_btn".addEventListener(MouseEvent.CLICK,menuChoice2);

    cwf,
    You might get better response in the ActionScript 3 forum.
    But, you should not have quotation marks around the names of your
    buttons.
    abt_mgn_btn.addEventListener(MouseEvent.CLICK,menuChoice1);
    adv_mgn_btn.addEventListener(MouseEvent.CLICK,menuChoice2);
    function menuChoice1(event:Event):void
    this.gotoAndStop("pagesaboutus");
    function menuChoice2(event:Event):void
    this.gotoAndStop("pagesadvice");

  • Adobe form hiding fields stopped suddendly

    Hi All,
    I had made the sub form as flowed and written the below script in docready event in order to move other fields up if it do not have a value.
    if(this.rawValue == null) 
    this.presence = "hidden"; 
    This was working and it is working for the fields which are in the content area. But it suddendly stopped working.
    Thanks in advance.

    Hi!
    There might be a number of reasons for such behavior. First of all, check for the latest versions of Adobe form. If there were recent changes it might be e.g. some other script which is incorrect and your script fails to run. A simple test for scripts is going to "Preview PDF" tab on Format page. If any error popups - check the corresponding script. It's the first point I start from while having script troubles.
    If Adobe form wasn't changed, I would still check whether this script runs. If this issue can be reproduced in DEV / TEST systems, you can make any kind of debug printing or popup to be sure that IF-condition is fulfilled. If it's ok, have a closer look at the form elements, if not - check the data coming from the outside.

  • IDSC3 Print Booklet Troubles (need help with Teus's rotatepages.js script)

    Hi all,
    I've been reading the original Nov '05 thread on this (http://www.adobeforums.com/webx/.3bbd4bb6/17) but I'm having trouble with the script provided.
    Very briefly, I'm trying to make a 16-page catalog on letter-sized paper, using half-size 8.5x5.5 pages in landscape format. I did a considerate amount of work on the layout thinking I wouldn't have any problems later on, but when I had a look at the Preview in the Print Booklet setting I completely freaked out -- the Preview builds with the bottom half of each landscaped half-page to the right side of the page!
    Based on what I've read so far, the script provided in the earlier thread should be the answer to my headache. But when I run it as directed, I get this Javascript error:
    Error number: 21
    Error string: Undefined is not an object
    Line: 42
    Source: pdfpage.parent.rotate(90, Anchorpoint.topLeftAnchor)
    This is my first time dabbling with scripts, so this error message dumbfounds me.
    Help!
    Edo Mor

    It should work, I think, if you make a folder inside the scripts folder called "Version 4.0 Scripts" (without the quotes) and put it in that.
    Peter

  • Having trouble with combo box in action script 3

    I have created a combo box in action script 3.0 and have some things working and others not. I am creating a store for shirts, caps, etc..... so need different things and rates. Can anyone help me?
    [email protected]

    Creating a STORE for my website and used combo buttons with types of shirts for one button, 2nd button with color, and third with sizes.
    Using Action Script 3.0 making these work and having trouble.
    HELP meaning if you can connect to my computer remotely and see where my problem is. I am happy to pay if works.

  • Geany Trouble: Compiling Perl Scripts (and general Perl questions)

    I'm brand new to Perl because I hear it's one of the best and so far I've found that it is.  I used to program a little C++ here and there and a while ago taught myself python but I'd have to say Perl is better than both of them.  At any rate, that's neither here nor there.  I use Geany and love it, so I didn't see a reason to switch to something new for Perl.  Unfortunately I'm having some trouble with compiling.  Geany flat out refuses to.  I looked around and didn't find anything on here or in the wiki or on the Ubuntu forums other than one person who said to replace the compile command with the execute command. 
    So, do I even need to compile my Perl scripts or is there something else I'm missing?
    On a somewhat related note, the same user on the Ubuntu forums said that at the top of the code there should be:
    #!/usr/bin/perl -w
    I'm curious if I need the "-w" or what it even does since as of right now I have
    #!/usr/bin/perl
    and executing the program poses no problems.
    Any help is greatly appreciated,
    --Wes

    Well, for one, perl is not a compiled language. You can if you want to, but it gains you few benefits. Google for "perl compiler" if you really must.
    As for the second, do you know how the shebang line works in unix, and do you know what the -w option does for perl? The answer should reveal itself to you.
    Make sure you "use strict;", it will catch many errors.

  • Trouble with presence visible/hidden script

    This is my first post on this forum. I have tried to figure this out on my own, but no solution.
    I am creating a PDF with LiveCycle Designer ES v 8.2. and trying to a show state dropdown list if US is selected and province dropdown list if Canada is selected using an "if, else if" statement.
    My form opens with both dropdown lists hidden and I want to show a picklist only if United States or Canada is chosen.
    Here is my script for when the Country is chosen from the dropdown box. Can anyone figure out what is happening?  The dropdown list field names are:
         cboCo_Name_Country
         cboCo_Name_State
         cboCo_Name_ProvinceI
    PROBLEM: No matter which country I choose, it always go to the final else statement where both are hidden. I know this because in trouble-shooting I made combo boxes initially visible and no matter what country I chose, both fields became hidden.
    form1.sf_Page_1.sf_CompInfo.sf_CustAddress.cboCo_Name_Country::change - (JavaScript, client)
    // Change the presence attribute of the state and province fields.
    if (this.rawValue == "United States") {                    // If country selected is US, 
        cboCo_Name_State.presence = "visible";          // show US States field,   
        cboCo_Name_Province.presence = "hidden";     // and hide Provinces field. 
    else if (this.rawValue == "Canada") {                        // If country selected is Canada,
        cboCo_Name_Province.presence = "visible";        // show Provinces field,
        cboCo_Name_State.presence = "hidden";            // and hide US States field.
    else {                                                                      // Otherwise, if any other country is selected  
        cboCo_Name_State.presence = "hidden";              // hide US States field,
        cboCo_Name_Province.presence = "hidden";          // and hide Provinces field. 
    Any help is appreciated.

    I found the problem. The rawValues needed to be US and CA, and not "United States" and "Canada". I found it on the binding tab.

  • What can I do when Im having trouble receiving a script from Another Adobe Story Plus user?

    I am having serious trouble downloading a link of a script one of my crew members shared with my from Adobe Story Plus. Everytime I click on the link in my email I go straight to the Adobe Story Plus Project/ Authoring Interface, the project (script) is not there. I am using my PC with Windows 7. Would that be a issue if my friend is using a Mac?
    I don't know what to do for I need this info pronto. The crew member who has sent it to me has done so multiple times and the same thing has happened. I do not see the script in the  project pane. If I can receive the script into my Story account, what can be done for that to happen? What else can I do to get this script into my story account or to downlaod the link from my email?

    Hi,
    One quick way could be to ask the crew member to save the script to disk (File->Save to disk) option and mail that to you. You could then import the script into your account.
    Regards,
    Sunny

  • I am having trouble installing acrobat, when I run the programme it comes up with a script error

    I am having trouble installing acrobat when I run the file, it comes up with a script error

    Hi Pat
    Thanks for your email.  I was able to download and install this morning without any problems.  I uninstalled the old version yesterday and restarted my computer but still got errors.  However when I turned off last night, windows ran updates and that must of fixed the problem.  I also got rid of firefox and put of google chrome.  All to use Australia Posts click and send which wouldn't work because of an error with the plugin.  Thanks for your very quick reply, I appreciate your help.  Have a great day.  Best Regards Judy (moo2u2)

  • Trouble with the header content of php script - return wrong character: ?�?

    Hello everybody!
    I have one problem with reading of content of php's return text value.
    Ok in php script was programmed something like this:
    ===========================================
         $new1 = ereg_replace(".*OUTPUT url=\"(.{40,70})\" ?/>.*", "\\1",$XMLResponse);
         $size = strlen($new1);
         header("Content-Type: text/plain");
         header("Content-Length: " .$size);
         echo $new1;
    ==========================================
    $new1 includes url address to picture.
    Ok, in my java applet I'm using the method readLine() of DataInputStream Class, where I'm reading the return text value of the mentioned php script. The code is here:
    ==========================================
              try {
                   dis = new DataInputStream(url.openStream());
                   str = dis.readLine();
              } catch (IOException e2) {
    ==========================================
    but response is a text plus this kind of characters in beginning : ?�?
    What the trouble there? Thank you
    Jan Zitniak :)

    Hello,
    thank you for your idea, but I resolved problem with this code:
              URL urlReal = null;
              try {
                   urlReal = new URL (str); // convert String to URL
              } catch (MalformedURLException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    In that code I "converted" a string to url where the string happened a real URL address.
    Jan :)

  • Trouble with Post Migration Scripts

    I try to run the volrepair script but am getting errors. I have run the Update NDS option from nssmu but still now luck.
    ccs_fs1:~ # /opt/novell/migration/sbin/serveridswap/scripts/repair/volrepair.rb -a admin.ccboe -p darabc -f /var/opt/novell/migration/
    Information: Checking NSS status ...
    Information: Getting GUID for NSS Pool ADMIN
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H "ldaps://192.168.0 .6" -x -D "admin.ccboe" "(&(CN=CCS_FS1_ADMIN_POOL)(objectClass=nssfsPool)) " "g uid" -W
    Error: Failed to get guid for pool ADMIN
    Information: Getting GUID for NSS Pool APPS
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H "ldaps://192.168.0 .6" -x -D "admin.ccboe" "(&(CN=CCS_FS1_APPS_POOL)(objectClass=nssfsPoo l))" "gu id" -W
    Error: Failed to get guid for pool APPS
    Information: Getting GUID for NSS Pool SYS
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H "ldaps://192.168.0 .6" -x -D "admin.ccboe" "(&(CN=CCS_FS1_SYS_POOL)(objectClass=nssfsPool ))" "gui d" -W
    Error: Failed to get guid for pool SYS
    Information: Getting GUID for Volume APPS
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H "ldaps://192.168.0 .6" -x -D "admin.ccboe" "(&(CN=CCS_FS1_APPS)(objectClass=Volume))" "guid" -W
    Error: Failed to get guid for Volume APPS
    Information: Getting GUID for Volume SYS
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H "ldaps://192.168.0 .6" -x -D "admin.ccboe" "(&(CN=CCS_FS1_SYS)(objectClass=Volume))" "guid" -W
    Error: Failed to get guid for Volume SYS
    Information: Updated NSS Pool objects successfully
    Information: MPVGUID v1.1 - Modify Pool or Volume GUID
    List is Empty, there are no Volumes
    GUIDModify failed, status -1
    Failed to Parse the XML from Buffer
    Information: Updated NSS volume objects successfully
    Information: MPVGUID v1.1 - Modify Pool or Volume GUID
    List is Empty, there are no Volumes
    GUIDModify failed, status -1
    Failed to Parse the XML from Buffer
    Warning: The following NSS Pools does not exist on the source server. Use "nssmu " option "Update NDS" for these Pools to repair.
    Warning: ADMIN
    Warning: APPS
    Warning: SYS
    Warning: The following NSS Volumes does not exist on the source server. Use "nss mu" option "Update NDS" for these Volumes to repair.
    Warning: APPS
    Warning: SYS

    $(UYou need to have the same set of pools and volumes on the source server and target server (atleast the names should be identical).
    The error says the pools or volumes that exists on the target server doesn't match with those on the source server.
    Try updating them from nssmu or iManager.
    Refer section "9.0 Preparing for Transfer ID -> 9.1. Prerequisites " of http://www.novell.com/documentation/....html#bookinfo
    -Ramesh
    >>>
    From:
    dmilam<[email protected]>
    To:
    novell.support.open-enterprise-server.migration
    Date:
    05/03/2010 11:06 PM
    Subject:
    Trouble with Post Migration Scripts
    I try to run the volrepair script but am getting errors. I have run the
    Update NDS option from nssmu but still now luck.
    ccs_fs1:~ #
    /opt/novell/migration/sbin/serveridswap/scripts/repair/volrepair.rb -a
    admin.ccboe -p darabc -f /var/opt/novell/migration/
    Information: Checking NSS status ...
    Information: Getting GUID for NSS Pool ADMIN
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H
    "ldaps://192.168.0 .6" -x -D "admin.ccboe"
    "(&(CN=CCS_FS1_ADMIN_POOL)(objectClass=nssfsPool)) " "g uid" -W
    Error: Failed to get guid for pool ADMIN
    Information: Getting GUID for NSS Pool APPS
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H
    "ldaps://192.168.0 ..6" -x -D "admin.ccboe"
    "(&(CN=CCS_FS1_APPS_POOL)(objectClass=nssfsPoo l))" "gu id" -W
    Error: Failed to get guid for pool APPS
    Information: Getting GUID for NSS Pool SYS
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H
    "ldaps://192.168.0 .6" -x -D "admin.ccboe"
    "(&(CN=CCS_FS1_SYS_POOL)(objectClass=nssfsPool ))" "gui d" -W
    Error: Failed to get guid for pool SYS
    Information: Getting GUID for Volume APPS
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H
    "ldaps://192.168.0 .6" -x -D "admin.ccboe"
    "(&(CN=CCS_FS1_APPS)(objectClass=Volume))" "guid" -W
    Error: Failed to get guid for Volume APPS
    Information: Getting GUID for Volume SYS
    Information: Executing LC_ALL=en_US;ldapsearch -LLL -s sub -H
    "ldaps://192.168.0 .6" -x -D "admin.ccboe"
    "(&(CN=CCS_FS1_SYS)(objectClass=Volume))" "guid" -W
    Error: Failed to get guid for Volume SYS
    Information: Updated NSS Pool objects successfully
    Information: MPVGUID v1.1 - Modify Pool or Volume GUID
    List is Empty, there are no Volumes
    GUIDModify failed, status -1
    Failed to Parse the XML from Buffer
    Information: Updated NSS volume objects successfully
    Information: MPVGUID v1.1 - Modify Pool or Volume GUID
    List is Empty, there are no Volumes
    GUIDModify failed, status -1
    Failed to Parse the XML from Buffer
    Warning:The following NSS Pools does not exist on the source server.
    Use "nssmu " option "Update NDS" for these Pools to repair.
    Warning: ADMIN
    Warning: APPS
    Warning: SYS
    Warning: The following NSS Volumes does not exist on the source server.
    Use "nss mu" option "Update NDS" for these Volumes to repair.
    Warning: APPS
    Warning: SYS
    dmilam
    dmilam's Profile: http://forums.novell.com/member.php?userid=11991
    View this thread: http://forums.novell.com/showthread.php?t=409414

  • Trouble running automator shell script

    This is probably going to be an really simple fix, but I'm have trouble building an automator service that runs a bash shell script. All of the elements of the script work fine when plugged into shell, but for some reason the automator service is failing to run. The script calls ffmpeg to convert an audio file:
    for f in "$@"
    do
      fn="${f%%.*}"
      /Users/aa/Applications/ffmpeg/ffmpeg -i "$f" -acodec libmp3lame -q:a 7 -ar 8000 -ac 1 "$fn.mp3"
    done
    The script runs fine without the ffmpeg command, and the ffmpeg command runs fine in the terminal on its own. Where's the error coming from?
    Thanks!

    The first is what I'm getting from the bash terminal execution, the second from automator. I'm accenting the differences I see. Thanks for the help!
    ----bash----------------------------------------
    drwxr-xr-x@ 67 aa  staff  - 2278 Apr  6 07:42 .
      com.apple.progress.fractionCompleted  14
    0: group:everyone deny delete
    uid=501(aa) gid=20(staff) groups=20(staff),12(everyone),61(localaccounts),79(_appserverusr),80(admin),81( _appserveradm),98(_lpadmin),33(_appstore),100(_lpoperator),204(_developer),398(c om.apple.access_screensharing),399(com.apple.access_ssh)
    0
    -bash
    TERM_PROGRAM=Apple_Terminal
    SHELL=/bin/bash
    TERM=xterm-256color
    TMPDIR=/var/folders/x9/y4r_w7gj4_j_3wkfxn6s6fqm0000gn/T/
    Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.oSzc5cau0v/Render
    TERM_PROGRAM_VERSION=343.6
    TERM_SESSION_ID=AF09D92C-2CB4-4069-A172-0DE12EB226BD
    USER=aa
    SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.RFhFIs94Ad/Listeners
    __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0
    PATH=/Applications/anaconda/bin:/Applications/anaconda/bin:/Applications/anacond a/bin:/Users/aa/anaconda/bin:/Applications/anaconda/bin:/Applications/anaconda/b in:/Applications/anaconda/bin:/Applications/anaconda/bin:/Library/Frameworks/Pyt hon.framework/Versions/3.4/bin:/Applications/anaconda/bin:/Users/aa/anaconda/bin :/Applications/Anaconda/anaconda/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbi n:/opt/X11/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin:/usr/texbin
    PWD=/Users/aa
    LANG=en_US.UTF-8
    XPC_FLAGS=0x0
    XPC_SERVICE_NAME=0
    SHLVL=1
    HOME=/Users/aa
    LOGNAME=aa
    DISPLAY=/private/tmp/com.apple.launchd.YewceoE69R/org.macosforge.xquartz:0
    _=/usr/bin/printenv
    ----automator----------------------------------------
    /Users/aa
    drwxr-xr-x@ 66 aa  staff  - 2244 Apr  6 07:42 .
      com.apple.progress.fractionCompleted  14
    0: group:everyone deny delete
    uid=501(aa) gid=20(staff) groups=20(staff),12(everyone),61(localaccounts),79(_appserverusr),80(admin),81( _appserveradm),98(_lpadmin),33(_appstore),100(_lpoperator),204(_developer),398(c om.apple.access_screensharing),399(com.apple.access_ssh)
    0
    SHELL=/bin/bash
    TMPDIR=/var/folders/x9/y4r_w7gj4_j_3wkfxn6s6fqm0000gn/T/
    Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.oSzc5cau0v/Render
    USER=aa
    SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.RFhFIs94Ad/Listeners
    __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0
    PATH=/usr/bin:/bin:/usr/sbin:/sbin
    PWD=/Users/aa
    XPC_FLAGS=0x0
    XPC_SERVICE_NAME=0
    SHLVL=1
    HOME=/Users/aa
    LOGNAME=aa
    DISPLAY=/private/tmp/com.apple.launchd.YewceoE69R/org.macosforge.xquartz:0
    _=/usr/bin/printenv

Maybe you are looking for

  • Has anyone figured out how to limit the number of emails displayed in the mail app?

    There used to be a setting in Mail, Calendar, Contacts that would let you set the number, starting with 50 emails.  I can't find this setting in iOS 7.

  • How to undo update

    How do you undo an update every time it updates I loose the remote ability of the headphones

  • "no acess to service settings after delete of speed up program"

    on my older laptop I by error downloaded a speed up program that was not what it seemed so I deleted this, but it has changed my settings on all of main service settings to disabled and there is no way to start fixing as there is no way to get onto M

  • Cant open DVD ram discs

    I have a 27 inch imac but it won't open my dvd ram disc, they have family videos on them and i am trying to save them to the imac, any help would be great thanks

  • Export all paragraphs in one style

    There's bound to be a simple scripting solution for this... I've got a bunch of paragraphs defined as "Definitions" spread throughout a document. I need to extract omly those paragraphs and put them in a separate document. I'm staring at the ExportAl