Regd alias export

HII am tring to import an Alias table(*.ALT) in to essbase using Maxl. Can anyone tell me how to import that Alias table using Maxl?Thanks in advanceEss

This should do it:alter database Sample.Basic load alias_table 'New Table' from data_file 'C:\\filename.alt';Hope that helps.Gary Crisci, C.H.P.Senior ConsultantPinnacle Group [email protected]: GaryPGWW(800)403-0795 x8734

Similar Messages

  • Question regd import/export feature of CUCM BAT

    Hi,
    We have a production CUCM cluster running 8.6.
    I have been asked to create 300-400 translation patterns.
    I see that I can not do that directly via BAT. But I see import/export option.
    We already have 1000s of existing translation patterns on our system.
    I have a quick question about the import feature.
    Does a new import replace the existing data in the database with the data in the import file or does the new data in the import file get added to the existing data.
    if the import file has only the new translation patterns, will it wipe out the existing translation patterns in the system?
    I don't have a lab cucm system to check this behaviour?
    Can you please help me on this query?
    Thanks,
    Pete

    I do this often and it is the only way to bulk add translation patterns. It will not remove any translation patterns it will only add/change the translation pattern. If all new patterns it will simply add your new entries.

  • Exchange 2010 GAL Export script working from EMS but not as a scheduled task

    I have been asked to get a script together to export the GAL on an Exchange 2010 server and then email it to a manager. I have been playing it with days, and have pruned it to the very minimum to at least try and get it working before improving it. At the
    moment I have the text as below:
    Del c:\GALexport.csv
    Get-Recipient -ResultSize unlimited | where {$_.HiddenFromAddressListsEnabled -eq $false} | Select DisplayName,PrimarySMTPAddress,sAMAccountName,alias | Export-Csv "c:\GALexport.csv"
    This works just fine in Exchange Management Shell and deletes the previous report before creating a new one. However, when I set it up as a scheulded task, it does nothing.
    The task is set up as follows:
    Action - Start a Program
    Program/ Script C:\Windows\System32\WindowsPowerShell\v1.0\PowerShell.exe
    Add arguments -version 2.0 -NonInteractive -WindowStyle Hidden -command ". 'C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1'; Connect-ExchangeServer -auto; d:\Scripts\GalExportReport.ps1"
    This is set to run under my administrator account with the highest privileges and I have the logon as batch right.
    Unfortunately, when I run it as a scheduled task, nothing happens. The last run result is (0x0) and in the history it says 'task completed', but no report is produced. Can anyone advise please?

    Does it delete the c:\GALexport.csv file? If not, then its not even executing the ps1 script...
    - Open cmd prompt and run below command to confirm that there isn't any typo or any other small error...
    C:\Windows\System32\WindowsPowerShell\v1.0\PowerShell.exe -version
    2.0 -NonInteractive -WindowStyle Hidden -command ". 'C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1'; Connect-ExchangeServer -auto; d:\Scripts\GalExportReport.ps1"
    - If above works then something wrong with task scheduler configuration...
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • Get-Mailbox PS command import/export csv - need help

    Greetings,
    I know this should be simple but I'm having trouble.  I have about 500 users that have left the company and I want to verify their Exchange 2010 mailbox have been disabled.  If I just run the basic command "Get-Mailbox -identity alias"
    I see all I need to see.  The Name, Alias, and ServerName (that their mailbox is on).  If I check someone whose mailbox has been disabled I get "object could not be found."  Perfect, then I know their mailbox no longer exists. 
    In trying to import a csv file of the 500 users - and export it I'm having trouble. There are a few posts on these forums for similar issues but none are working or the conditions are different.  I'm not too good and PS scripting so I am hoping someone
    can assist.  I pieced this together.
    import-csv C:\temp\DisabledMBs.csv | get-mailbox >c:\temp\DisabledMBsOutput.csv
    The csv output file is blank.  The PS screen outputs this error for each user.
    The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.
        + CategoryInfo          : InvalidArgument: (@{Name=Heaton; ...er Logon Name=}:PSObject) [Get-Mailbox], ParameterBindingException
        + FullyQualifiedErrorId : InputObjectNotBound,Get-Mailbox
    I guess I'm missing something here but stuck.  Any help is greatly appreciated!
    thank you!

    If you use a CSV for input, you need to tell the Get-Mailbox command what field is the identifier.  So if you have an alias field in your CSV, you would run your command as follows:
    import-csv C:\temp\DisabledMBs.csv | % { get-mailbox $_.Alias } | Export-Csv c:\temp\DisabledMBsOutput.csv -NoTypeInformation
    BTW, you'll notice that I've also piped your output to the Export-Csv command.  If you just pipe the output of Get-Mailbox to a file with a CSV suffix, you don't get a CSV - you get a text file with only one field named "Name                     
    Alias                ServerName       ProhibitSendQuota" (note, not "Name", "Alias", "ServerName", and "ProhibitSendQuota"
    separately).

  • Silly makepkg.conf question

    Does makepkg.conf dictate "make" behavior as well as "makepkg" behavior ?
    For instance if I use MAKEFLAGS="-j3" will I be able to benefit from it using regular "make" ?

    Cerebral wrote:
    Well, if you want default CFLAGS and CXXFLAGS you can just set them before the alias:
    export CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
    export CXXFLAGS=${CFLAGS}
    alias make='make -j3'
    That would work as well.
    Ah, brilliant, thank you. There's what I was looking for. I am assuming that this should work whether I put it in /etc/profile or ~/.bashrc. (I only have 1 user and root.)

  • Not able to Start the oracle db error "ORA-01031: insufficient privileges"

    Hi experts,
    I have oracle 11g setup on so solaris. i changed the db_cache_size
    & processes values and stopped the DB services after that i am not able to start the oracle DB. Listener is running.
    when i start the db server its giving the below error(startup.log)
    ./dbstart: Starting up database "orcl"
    Mon Sep 27 04:31:08 MDT 2010
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Sep 27 04:31:08 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    ./dbstart: Database instance "orcl" warm started.
    Please help me to ressolve this issue.
    Thanks
    Krishna

    yes, password file is there in /etc/passwd
    here are the contents:
    root:x:0:0:Super-User:/:/sbin/sh
    lroot:x:0:0:Super-User:/:/sbin/sh
    daemon:x:1:1::/:
    bin:x:2:2::/usr/bin:/bin/false
    sys:x:3:3::/:
    adm:x:4:4:Admin:/var/adm:/bin/false
    lp:x:71:8:Line Printer Admin:/usr/spool/lp:/bin/false
    uucp:x:5:5:uucp Admin:/usr/lib/uucp:/bin/false
    nuucp:x:9:9:uucp Admin:/var/spool/uucppublic:/usr/lib/uucp/uucico
    listen:x:37:4:Network Admin:/usr/net/nls:/bin/false
    nobody:x:60001:60001:Nobody:/:/bin/false
    noaccess:x:60002:60002:No Access User:/:/bin/false
    nobody4:x:65534:65534:SunOS 4.x Nobody:/:/bin/false
    itunix:x:50000:14:IT Unix Account:/export/home/itunix:/bin/csh
    hharika:x:765:38:Harpal Harika:/export/home/hharika:/bin/csh
    prsingh:x:795:38:Pradeep Singh:/export/home/prsingh:/bin/csh
    mmir:x:1229:21:Mir Monis Ali:/export/home/mmir:/bin/csh
    bogunnai:x:1207:21:Bose Ogunnaike:/export/home/bogunnai:/bin/ksh
    mpokala:x:2117:21:Mahesh Pokala:/export/home/mpokala:/bin/ksh
    apopov:x:2385:38:Anton Popov:/export/home/apopov:/bin/csh
    kkeith:x:2629:227:Kevin Keith:/home/kkeith:/usr/bin/ksh
    sshd:x:22:22:SSH Privsep:/var/empty:/bin/false
    patrol:x:2784:10:Patrol User:/opt/bmc:/usr/bin/ksh
    smmsp:x:25:25:Sendmail Submission user:/none:/bin/false
    ldap:x:50001:1002::/export/home/ldap:/bin/sh
    perfuser:x:884:268::/export/home/perfuser:/bin/csh
    webservd:x:80:80::/home/webservd:/bin/pfsh
    oracle:x:156:40:Oracle Software Owner:/export/home/oracle:/bin/bash
    perfuser_idc:x:64383:1::/home/perfuser_idc:/bin/sh
    idc_perf:x:64384:292::/home/idc_perf:/bin/sh

  • Help with PS Script to output 100's of DFS Targets using Get-DfsnFolderTarget

    Hello,
    I have a lot of DFS targets to pull data on and or clean up.  All our users homedrives have the same path format.
    \\domain\userhome\alias(userlogon name).  If I run the following command I get the info I want.
    Get-DfsnFolderTarget -Path "\\domain\userhome\alias" | export-csv c:\temp\DFSpath.csv
    What I need to do is use the 'input-csv' command to input 100's of users.  I've been playing around with this but no luck.  My scripting isn't the best.  I tired the following command with no luck.
    Import-Csv "C:\temp\DFS.csv"  foreach {Get-DfsnFolderTarget -Path $_.Path}
    Any input is greatly appreciated.
    thank you

    This command worked for me. The path was stored in a column named path.
    import-csv "\\path\to\my.csv" | % { Get-DfsnFolderTarget -path $_.path }
    If this doesn't work, what error do you get?

  • AppleScript with QuickTime

    I am trying write an AppleScript Folder Action to convert MP3s to AIFF.
    Here is the QT portion of the script:
    tell application "QuickTime Player"
    activate
    set openedFile to open (f as alias)
    export front document to aiff_path & f & ".aif" as AIFF
    quit application "QuickTime Player"
    end tell
    The folder action (which I didn't include above) works ok, but nothing happens.
    SyB

    tell application "QuickTime Player"
    activate -- Launch and / or bring forth 'QuickTime'.
    set tList to {} -- List to contain obtained date.
    tell movie 1 to copy name to end of tList -- Place name of current movie into tList.
    repeat
    set {tFlag, tResult} to {0, display dialog "(Start Time) ... Subject letter: " default answer "A" buttons {"OK"} default button 1}
    -- Place Subject Name and scaled Start Time into tList.
    tell movie 1 to set {tSubject, movie_Name, start_time, time_scale} to {text returned of tResult, name, current time, time scale}
    copy {tSubject, start_time / time_scale} to {end of tList, end of tList}
    if ((button returned of (display dialog "End time of Subject: " & tSubject buttons {"Completed", "Continue..."} default button 2)) is "Completed") then set tFlag to 1
    tell movie 1 to set end_time to current time
    copy (end_time / time_scale) to end of tList -- Place scaled End Time into tList.
    if (tFlag = 1) then exit repeat -- Exit infinite loop when 'Completed' button is selected.
    end repeat
    tell application "Microsoft Excel"
    activate -- Launch and / or bring forth 'Excel'.
    if (not (document 1 exists)) then make new document -- Create a new document, if needed.
    -- Add header information to Worksheet.
    set (value of cell 1 of row 1) to "Movie Title: "
    set Column_Titles to {"Subject", "Start Time", "End Time", "Difference"}
    repeat with i from 1 to (count Column_Titles)
    set (value of cell i of row 3) to (item i of Column_Titles)
    end repeat
    -- Add contents of tList to the worksheet.
    set tInc to 1
    repeat with i from 1 to (((count tList) - 1) / 3)
    repeat with j from 1 to 3
    set tInc to (tInc + 1)
    set (value of cell j of row (i + 4)) to (item tInc of tList)
    end repeat
    set (value of cell (j + 1) of row (i + 4)) to ((item tInc of tList) - (item (tInc - 1) of tList))
    end repeat
    end tell
    end tell
      Mac OS X (10.4.4)  

  • What is a "descriptor type mismatch" occurred?

    I'm using iMagine Photo to export some graphics and I can't for the life of me understand why I keep getting a
    "iMagine Photo got an error: A descriptor type mismatch occurred".
    Just what is a descriptor type mismatch??
    The script hangs up at the
    tell thisImporter to make exporter with properties {export folder location:exportFolder, export file name:fileName, export resolution:{72.0, 72.0}}
    command.
    Thanks.
    Pedro
    Here's the whole script:
    property gCopyrightText : ""
    property gNewExifList : {}
    property gDestFolder : missing value
    property gExifList : {}
    property unicodeType : 1
    property floatType : 2
    property intType : 3
    property float3Type : 4
    global exportFolder
    set theFolder to "Photo [OSX]:Users:home:Desktop:temp export:"
    --set folderRef to exportFolder
    --return folderRef
    if (count of gExifList) is equal to 0 then
    InitExifList()
    end if
    set fullTitleList to {}
    set theResult to gExifList
    set gNewExifList to {}
    repeat with i from 1 to the count of gExifList
    copy titleText of (item i of gExifList) to the end of fullTitleList
    end repeat
    set gNewExifList to gExifList
    tell application "Finder"
    set myFolder to ¬
    (choose folder with prompt "Where are my photos?")
    set theFiles to every file of myFolder
    set gDestFolder to myFolder
    repeat with i from 1 to count of theFiles
    set thisFile to item i of theFiles as alias
    set fileName to the name of thisFile
    tell application "iMagine Photo"
    activate
    set thisImporter to import graphic thisFile
    set exportFolder to "Photo [OSX]:Users:home:Desktop:temp export:"
    tell thisImporter to make exporter with properties {export folder location:exportFolder, export file name:fileName, export resolution:{72.0, 72.0}}
    set theExtension to the export file extension of thisImporter
    set the export file name of thisImporter to (fileName & theExtension)
    set exportedFile to exportFolder & fileName as alias
    export thisImporter
    set exifData to the exif data of thisImporter
    tell application "Preview"
    open exportedFile
    end tell
    set myInfo to the exif unicode of item 1 of exifData --something like that
    set myTID to AppleScript's text item delimiters
    set AppleScript's text item delimiters to ";"
    set theSchool to first text item of myInfo
    set theCategories to second text item of myInfo
    set theEvent to third text item of myInfo
    set theKeywords to fourth text item of myInfo
    set theID to fifth text item of myInfo
    --return theID
    set AppleScript's text item delimiters to ":"
    set theID to second text item of theID
    set AppleScript's text item delimiters to myTID
    set thePhotog to the exif unicode of item 6 of exifData
    set gArtistText to thePhotog
    display dialog ¬
    "Who are the people in the photograph (from left to right)?" default answer theID
    set theID to "ID" & ":" & space & (text returned of result)
    set gImageInfoText to theSchool & ";" & theCategories & ";" & theEvent & ";" & theKeywords & ";" & space & theID & ";"
    set firstItem to {exif type:copyright, exif unicode:gImageInfoText}
    set newExifData to {{exif type:info, exif unicode:gImageInfoText}}
    repeat with i from 1 to the count of exifData
    set thisItem to item i of exifData
    set thisItemExifType to the exif type of thisItem
    repeat with j from 1 to the count of gNewExifList
    if thisItemExifType is equal to the exif type of (item j of gNewExifList) then
    copy thisItem to the end of newExifData
    end if
    end repeat
    end repeat
    tell thisImporter to make exporter with properties {export file type:"JPEG", export folder location:(theFolder), export file name:fileName}
    set the export exif data of thisImporter to newExifData
    export thisImporter
    close thisImporter
    end tell
    end repeat
    end tell
    on InitExifList()
    using terms from application "iMagine Photo" -- iMagine Video users replace Photo with Video.
    set gExifList to {{exif type:exif make, exifData:unicodeType, titleText:"Maker"}, {exif type:exif model, exifData:unicodeType, titleText:"Model"}, {exif type:software, exifData:unicodeType, titleText:"Software"}, {exif type:orientation, exifData:unicodeType, titleText:"Orientation"}, {exif type:exposure time in seconds, exifData:floatType, titleText:"Exposure Time (sec)"}, {exif type:aperture fNum, exifData:floatType, titleText:"Aperture fNum"}, {exif type:exposure program, exifData:unicodeType, titleText:"Exposure Program"}, {exif type:ISO film speed, exifData:intType, titleText:"ISO Film Speed"}, {exif type:capture date, exifData:unicodeType, titleText:"Capture Date"}, {exif type:exposure bias EV, exifData:floatType, titleText:"Exposure Bias"}, {exif type:metering mode, exifData:unicodeType, titleText:"Metering Mode"}, {exif type:light source, exifData:unicodeType, titleText:"Light Source"}, {exif type:flash, exifData:unicodeType, titleText:"Flash"}, {exif type:focal length mm, exifData:floatType, titleText:"Focal Length"}, {exif type:capture width in pixels, exifData:intType, titleText:"Capture Width (pixels)"}, {exif type:capture height in pixels, exifData:intType, titleText:"Capture Height (pixels)"}, {exif type:gps latitude ref, exifData:unicodeType, titleText:"Latitude Reference"}, {exif type:gps longitude ref, exifData:unicodeType, titleText:"Longitude Reference"}, {exif type:gps latitude, exifData:float3Type, titleText:"Latitude"}, {exif type:gps longitude, exifData:float3Type, titleText:"Longitude"}, {exif type:gps altitude, exifData:floatType, titleText:"Altitude (m)"}, {exif type:gps altitude ref, exifData:intType, titleText:"Altitude Ref"}}
    end using terms from
    end InitExifList
    G5 Mac OS X (10.3.8)
    G5   Mac OS X (10.3.8)  

    In ...
    set CR2File to myFolder & CR2FileName
    ... you are trying to concatentate a path (myFolder) with a string (CR2FileName), into a string. Instead, AppleScript considers the 'CR3File' (after 'set') to be a list (or array) and thus the {alias ..., "..."} result.
    I do not follow your two ...
    set thisFile to item i of theFiles as alias
    ... lines, one after the other; nor the ...
    return CR2File
    ... line. Considering you are using 'return' as if to return from a user created handler. 'return' can also be used, in AppleScript, to represent a carriage return.
    Below is code, I believe - you were trying to create.
    Note the use of 'repeat with i in theFiles' and using only 'i', in place of 'repeat with i from 1 to count of theFiles' and needing to use 'item i of theFiles'.
    set myFolder to choose folder with prompt "Where are my photos?"
    tell application "Finder" to set theFiles to every file of myFolder whose name ends with ".JPG"
    set tLIst to {}
    repeat with i in theFiles
    copy ((myFolder as string) & ((characters 1 through (offset of "." in ((name of i) as string)) of ((name of i) as string)) & "CR2" as string)) to end of tLIst
    end repeat
    tLIst
      Mac OS X (10.4.4)  

  • IPTC Meta import

    Is it possible to import images, RAW's, and bring the META from the .xmp files in with the images? I can't find how to do it. With some 15,000 images previously captioned, keyworded, etc. I can't be the only one concerned about spending months re entering all of that info in Aperture.
    Help! I really want to use Aperture but this really scares me off.
    Thanks.

    Thomas,
    here's one of the scripts I was using:
    tell application "Aperture"
      -- activate
      tell project "untitled Project" of folder ""
        set theImages to every image version
        -- move through the images one by one, deleting and creating the appropriate
        -- custom tags from exif text obtained from exported versions via GraphicConverter.
        repeat with i from 1 to theImages's length
          tell application "BBEdit"
            -- display progress counter
            set contents of window 1 to i
          end tell
          tell theImages's item i
            -- tell image version id "++s5iIgRT1uKC8lrxd5bMg" -- test image
            delete (every custom tag whose name ends with "(GC)")
            set exifdata to getEXIF(name) of me
            repeat with i from 1 to exifdata's length
              copy ("_" & exifdata's item i's first item & " (GC)") to tName
              copy (exifdata's item i's second item) to tValue
              make new custom tag with properties {name:tName, value:tValue}
            end repeat
          end tell
        end repeat
      end tell
    end tell
    activate
    return
    property exportedImagesFolder : alias "/- exported from Aperture -/Canon IXUS 2"
    property exifTagsToIgnore : {"Make", ¬
      "Model", ¬
      "Resolution unit", ¬
      "Y and C positioning", ¬
      "Exposure time", ¬
      "F number", ¬
      "Exif version", ¬
      "Meaning of each component", ¬
      "Shutter speed", ¬
      "Aperture", ¬
      "Exposure bias", ¬
      "Maximum lens aperture", ¬
      "Metering mode", ¬
      "Flash", ¬
      "Lens focal length", ¬
      "Unknown tag (1)", ¬
      "Owner Name", ¬
      "Color Space", ¬
      "Interoperability Index", ¬
      "Focal plane resolution unit", ¬
      "White balance", ¬
      "Resolution unit", ¬
      "Offset to JPEG SOI", ¬
      "Bytes of JPEG data"}
    to getEXIF(vName)
      copy alias ((exportedImagesFolder as string) & vName & ".jpg") to vFile
      tell application "GraphicConverter"
        copy (get file exif of vFile) to theExif
      end tell
      set AppleScript's text item delimiters to ","
      repeat with i from 1 to theExif's length
        set theExif's item i to ¬
          {text item 3 of theExif's item i, text from text item 4 to -1 of theExif's item i}
      end repeat
      set AppleScript's text item delimiters to ""
      set newEXIF to {}
      set fileDate to ""
      set imageDate to ""
      repeat with i from 1 to theExif's length
        copy theExif's item i's first item to tName
        if tName is not in exifTagsToIgnore and ¬
          tName does not start with "Unknown" then
          set end of newEXIF to theEXIF's item i
          if tName begins with "File date and time" then
            set fileDate to date (theExif's item i's second item)
          else if tName begins with "Date and time of original" then
            set imageDate to date (theExif's item i's second item)
          end if
        end if
      end repeat
      if fileDate is not "" and imageDate is not "" then
        if fileDate = imageDate then
          set end of newEXIF to {"File & Image Date Diff", "Same"}
        else if fileDate is less than (imageDate + 60) then
          set end of newEXIF to {"File & Image Date Diff", "<"<" & (5)}
        else if fileDate is less than (imageDate + 10 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (10)}
        else if fileDate is less than (imageDate + 15 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (15)}
        else if fileDate is less than (imageDate + 30 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (30)}
        else if fileDate is less than (imageDate + 1 * 60 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (60)}
        else if fileDate is less than (imageDate + 3 * 60 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (3 * 60)}
        else if fileDate is less than (imageDate + 6 * 60 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (6 * 60)}
        else if fileDate is less than (imageDate + 12 * 60 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (12 * 60)}
        else if fileDate is less than (imageDate + 24 * 60 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (24 * 60)}
        else if fileDate is less than (imageDate + 7 * 24 * 60 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (7 * 24 * 60)}
        else if fileDate is less than (imageDate + 14 * 24 * 60 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (14 * 24 * 60)}
        else if fileDate is less than (imageDate + 30 * 24 * 60 * 60) then
          set end of newEXIF to {"File & Image Date Diff", "<" & (30 * 24 * 60)}
        else
          set end of newEXIF to {"File & Image Date Diff", "≥30 DAYS"}
        end if
      end if
      return newEXIF
    end getEXIF<br>
    iMac Duo Core 2GHz 2GB   Mac OS X (10.4.6)  

  • Bulk SIP-Enable User Mailboxes with Parameters

    Currently, we have 400+ users on the network. Our requirement is to bulk sip enable in Lync 2013 and also add them to the policies (all staff have the same policies)..
    Have a CSV output with Display Name / Alias (Exported all User Mailboxes) and need to SIP enable the accounts with the below policies:
    Assign users to pool 'pr-pool'
    Telephony 'PC-to-PC only'
    Conferencing Policy 'Allow audio and video'
    External Access Policy 'User'
    I am testing my patience with powershell.. Need some help!!

    Take a look at Kenneth Peet's Lync Bulk User Enablement Tool: http://gallery.technet.microsoft.com/office/Lync-Bulk-User-Enablement-b60d1990
     or 
    http://gallery.technet.microsoft.com/office/Script-to-Enable-Users-and-f56306ed
    Please mark posts as answers/helpful if it answers your question.
    Blog
    Lync Validator - Used to assist in the validation and documentation of Lync Server 2013.

  • FR (11.1.2.1) export in query ready mode with default ALIAS

    I am not seeing default ALIAS when exporting my FR from workspace to excel using Query Ready Mode.
    Any help is appreciated.
    Thanks

    Did you try changing the alias once the report is exported?
    Regards
    Celvin
    http://www.orahyplabs.com

  • MAXL Statement to Export Alias table

    I'm having a hard time finding the correct MaxL to export and alias table -- basically I need to export default table, shift some time periods and years and then reload it as a different alias table. Any help is appreciated!!!
    [email protected] -- Thanks!

    Interseting from a quick look I can find the command to load the alias table, but not to extract it
    Alter database load Alias_table Alias_table name form data_file file_name
    OK, I found it but not where I expected it
    try
    query database 'Sample'.'Basic' list alias_names in alias_table 'default';

  • Why when I export photos from I photo to the desk top , and then to a CD they end up as alis  and some are not really there?

    Why when I export photos from I photo to the desk top , and then to a CD they end up as alis  and some are not really there?

    Why? Because of something you are doing wrong - however unless you actually tell us what you are doing - and what version of iPhoto you have - and any other detail that might help no one can even gess.
    Exactly how are you exporting? Are the photos successfully exported to the desktop? How are you moving to the CD? why do you think they are not there?
    LN

  • Export data with list alias from alternate alias table

    Hello,
    I am working on a data export out of my BSO app using @JExport.
    The problem is I need the default alias, alternate alias, data listed for all entities.
    I can achieve the default alias by listing @ALIAS(@CURRMBR("Entity"))
    How can I list the alternate alias?
    Any ideas?
    Thanks,
    Nima

    Thats what I thought...just wanted to recofirm...guess I will have to go with the MAXL option and run the calc-script 2 times- first time with the default table and second time with the alternate alias table- will have 2 separate files but can merge them later on...
    Thanks for your reply.
    Nima

Maybe you are looking for

  • Unable to access Internet from LAN - Cisco ASA 9.1(2)

    Hi,   I have Cisco 5515 IOS 9.1(2). I had configured out-to-in rule with 'ssh' and able to access the Internet server, but the same server is unable to access the Internet. Not sure what i am missing here. Please look in to the configuration below an

  • Partner profile...port....logical system....!!!!!!!

    Hello Everyone, few stupid questions came to my mind but no  document cleard it, so thought that someone might throw some light on this. <b> What is logical system in R/3 and why do we create that ? what do we mean by partner profile and what is its

  • Is it safe to delete ALL caches and/or receipts?

    is it safe to delete ALL files and folders under "user/library/caches"? I was surprised to see how big it has gotten. and is it safe to delete "macintosh hd/library/caches"? how about receipts located in "user/library/receipts" and/or in "macintosh h

  • Hide Extension will not hided

    If I save a Song with Checkbox "Hide Extension",everytime it´s saved "with" Extension(.lso), in 7.1 it was correctly, now in 7.2 it failed.

  • Acrobat Reader 8.1.1

    Hi everyone. I just purchased an iMac G5. I downloaded the the new version of Acrobat Reader 8.1.1 from the Adobe website, installed it on the iMac just fine. The application launches fine but when I try to print, I get a window that say's "Document