Importing multiple proj (just name, start & end)

Anyone know how to import a list of projects (just project
name and maybe start and end date..no detail or activities
necessary) into P6? I have my current list of project
names in Excel. Thanks Peter

We create bulk projects using the Primavera API. If
you have the licence, and installed the API, there is
sample code in the DEMO directory for creating
projects. We have created over 2,500 projects using
the API from Access database (doing it in Excel is
even easier).
PS. you do need
to know how to program in java.

Similar Messages

  • Preserving tape name and media start/end

    I shoot lots of tapes of random footage to get short general-purpose clips for use later. Years ago when I started, I would preview in the capture window via device control, carefully set log in/out points, and let batch capture make all my little clips. Then I learned how hard that is on my camera's heads, so I got Scenalizer Live and used a new workflow - I captured my whole tape, and then sliced, trimmed, and renamed the "keeper" clips. But since most of my clips don't need audio and SCLive doesn't know how to make a video-only AVI, most recently I've gone back to using PPro for the slice and rename operation, putting the captured video on the timeline, slicing and dicing, and then "exporting to movie" the good pieces to make new AVIs, with only video and with the filenames I want. (Yes, I know there are purists out there who would be concerned about generational loss of methods 2 and 3, but in DV-AVI I just can't see how any mere mortal could tell the difference.)
    But just now I discovered that only my first method preserved the information of where the clip originally came from, i.e. the Tape Name, Media Start, and Media End. All the rest lost that information when I trimmed the clips in either SCLive or PPro. Argh!
    These clips are a lost cause, but for the future, is there a better workflow, one that will preserve both the clip information and my tape heads?

    I agree - the metadata doesn't need to be repeated for every frame - just once for the clip.
    If the clip gets chopped up in PPro (or SCLive or whatever program), it doesn't seem like it should be that hard for the software to just do the math - if I have a two-minute NTSC clip that was originally captured from timecode 12:00:00 to 13:59:29, and I chop it into a 30 sec. clip and a 90 second clip (silly simple example), the resulting two clips should still preserve the Tape Name and other info, and the start/end times should be 12:00:00-12:29:29 and 12:30:00-13:59:29. But instead both PPro and SCLive delete the Tape Name, and the start times of the resaved clips are all zero. Naturally if what is on the timeline when I save is a composite of multiple clips it's a different story, but if the only editing has been to simply put the clip on the timeline and adjust the end points and/or cut with the razor tool, it would be nice if the capture data was preserved.

  • Names imported with a 'space' at the end..

    I discoverd that I imported a batch of names (contacts) into my address book not realizing that a 'space' had entered at the last name field. So when I try to remove duplicate names address book does'nt recognize the fields and does'nt remove them. Would it be difficult to write a script to remove all the spaces behind the fields 'last name'?
    thanks!

    Click here to launch Script Editor.
    <pre class=COMMAND>tell application "Address Book"
    set nameList to every person whose last name ends with " "
    repeat with somePerson in nameList
    last name of somePerson
    set lastName to text 1 thru -2 of result
    set last name of somePerson to result
    end repeat
    end tell
    </pre>

  • Importing multiple Word docs into InDesign

    Hi there
    Is it possible to import multiple Word documents into a single InDesign text frame all at once?
    I have 20 files that all flow sequentially so was wondering if -- by selecting them all in Place window -- they would all be brought in one after the other, without each one creating its own new text frame.
    Any help gratefully received.
    Thanks
    Dan

    I use the script, below, for that. It's a bit scruffy, it should be tarted up. But it works fine. When you start it you type a path/file mask, using the formats illustrated in the dialog.
    It sets a few import preferences, these are the only ones I'm interested in. But it'll pick up the other options from their current settings.
    Peter
    // Description: Place multiple textfiles as one story
    #target indesign
    preset = '/d/test/*.rtf';
    app.wordRTFImportPreferences.useTypographersQuotes = true;
    app.wordRTFImportPreferences.convertPageBreaks = ConvertPageBreaks.none;
    app.wordRTFImportPreferences.importEndnotes = true;
    app.wordRTFImportPreferences.importFootnotes = true;
    app.wordRTFImportPreferences.importIndex = true;
    app.wordRTFImportPreferences.importTOC = false;
    app.wordRTFImportPreferences.importUnusedStyles = false;
    mask = prompt ('Enter a file path/mask.\r\r' +
        'Examples:\r' +
        'd:\\books\\test\\*.rtf   /d/books/test/*.rtf', preset);
    if (mask == null) exit();  // Cancel pressed
    ff = Folder (File (mask).path).getFiles (File (mask).name);
    if (ff.length > 0)
        placed = [];
        missed = [];
        tframe = app.documents.add().textFrames.add({geometricBounds : [36, 36, 400, 400]});
        placedstory = tframe.parentStory;
        app.scriptPreferences.userInteractionLevel =
            UserInteractionLevels.neverInteract;
        pb = initprogressbar (ff.length, 'Loading');
        for (i = 0; i < ff.length; i++)
            pb.value = i;
            try
                placedstory.insertionPoints[-1].place (ff[i]);
                placedstory.insertionPoints[-1].contents = '\r\r';
                placed.push (ff[i].name);
            catch (_)
                missed.push( ff[i].name );
        app.scriptPreferences.userInteractionLevel =
            UserInteractionLevels.interactWithAll;
        inform = '';
        if (placed.length > 0)
            inform = 'Placed ' + ff.length + ' files (in this order):\r\r' + placed.join ('\r');
        if (missed.length > 0)
            inform += '\r\rCould not place:\r\r' + missed.join ('\r');
        delete_empty_frames ();
        alert( inform );
    else
        alert (mask + ' not found.');
    // End
    function delete_empty_frames ()
        app.findGrepPreferences = app.changeGrepPreferences = null;
        app.findGrepPreferences.findWhat = '\\A\\Z';
        var empties = app.activeDocument.findGrep (true);
        for (var i = 0; i < empties.length; i++)
            empties[i].parentTextFrames[0].remove()
    function initprogressbar (stop, title)
        progresswindow = new Window('palette', title);
        progressbar = progresswindow.add ('progressbar', undefined, 1, stop);
        progressbar.preferredSize = [200,20];
        progresswindow.show ()
        return progressbar;

  • Batch Capture Changes Media Start, End, and Duration

    Hello all... For some reason, when I batch capture from an imported batch list in FCP 4.5, the program changes the media start, end, and duration just slightly once the capture has completed. Does anyone know why this might be occurring?

    OK... I don't believe it has to do with drop frame or non-drop frame issues, and here's why... I ran a series of tests.
    The footage was originally shot with two cameras, an A Cam and a B Cam, which were Jam Synced together. The original A Cam tapes were log and captured normally. But for the B Cam tapes, we exported a batch list to excel, performed a rename function where _B was added to all file names and reel names, and brought the data back into FCP by importing a Batch List at 29.97.
    For the tests, I experimented with only one clip. First, I noted the timecode for the media start and media end when the file was uncaptured. Next, I placed the A Cam Tape in the deck and did a batch capture on the one clip. The program changed the media start and end times upon hitting ok. Here were the results of the first test:
    LOGGED: MS (05:50:39:26) ME (05:51:41:01)
    CAPTURED A CAM: MS (05:50:39:17) ME (05:51:41:07)
    Then, I undid the capture so that the timecode would revert back to the precaptured state. I placed the B Cam tape in the deck and ran the capture again, on the same clip, in Batch Capture mode. The program changes the media start and end yet again, but this time, changed it in a different way:
    LOGGED: MS (05:50:39:26) ME (05:51:41:01)
    CAPTURED B CAM 1st Attempt: MS (05:50:39:16) ME (05:51:41:06)
    So then I undid the capture again to revert back to the logged settings, and put the EXACT same tape in the deck, and ran the batch capture in exactly the same way. This time however, FCP didn't change anything. It logged the clip correctly. I tried it yet again, in the same way, and it did it perfectly again:
    LOGGED: MS (05:50:39:26) ME (05:51:41:01)
    CAPTURED B CAM 2nd Attempt: MS (05:50:39:26) ME (05:51:41:01)
    CAPTURED B CAM 3rd Attempt: MS (05:50:39:26) ME (05:51:41:01)
    So I ask again... what is up with FCP 4.5?

  • InDesign CS3 crashes when importing multiple files.

    I've got a new box that's been running pretty solid for several weeks now. It's Win 7 with 8 gigs. Just last night it starts crashing when I'm importing multiple files. Doesn't matter if it's JPGs, TIFFs, or PDFs.
    I can import all the same files one by one using the place command.
    Importing multiples using the place command or dragging & dropping crashes.
    It's not a case of placing a PDF using the bleed box and no bleed box is set. And that usually doesn't crash InDesign, just fails to import.
    I deleted the preferences file to no avail.
    CS 5.5 has no problems. No, I can't just use 5.5. I'm the only person with it and really only use it for converting files for customers that don't have the common sense to send a PDF. Other people in the shop have to be able to open these same files.
    Any ideas? This is already a pain since one of my main jobs is ganging business cards 72 up on a sheet.
    Thanks,
    Mike

    Only difference between with and without the plugin is the Faulting process id, Faulting application start time, and Report Id...
    Faulting application name: InDesign.exe, version: 5.0.0.458, time stamp: 0x45f900b6
    Faulting module name: APPFRAMEWORK.RPLN, version: 5.0.0.458, time stamp: 0x45f903d0
    Exception code: 0xc0000005
    Fault offset: 0x0001b8b0
    Faulting process id: 0x2ac
    Faulting application start time: 0x01cd4b1c9256c068
    Faulting application path: C:\Program Files (x86)\AdobeCS3\Adobe InDesign CS3\InDesign.exe
    Faulting module path: C:\Program Files (x86)\AdobeCS3\Adobe InDesign CS3\Required\APPFRAMEWORK.RPLN
    Report Id: ec708910-b70f-11e1-ad4c-e840f209298e
    There's also a .net crash but not with every instance of the InDesign crash.
    Application: InDesign.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: exception code c0000005, exception address 0AD6B8B0
    Stack:

  • InDesign CS6 crashing just after start up

    Hi,
    We've had an ongoing problem with one of our users InDesign CS6, I feel like we have tried everything possible. I'll list them for reference:
    Uninstalling InDesign CS6 through the standard "uninstall a program".
    Uninstalling InDesign CS6 and using the "AdobeCreativeCloudCleanerTool".
    Tried installing using different disks.
    Tried updating the program (some times it showed there being no updates).
    Tried deleting startup scripts and deleting preferences.
    Tried with a fresh profile on the users PC.
    Used multiple PCs to test this with different accounts from different users.
    In the end we just wiped the Harddrive clean, a completely fresh install of windows 7, still no joy.
    The only way we can get this to work and not crash just after start up is by giving the user administrative rights, which for obvious reasons, isn't an option for us.
    Here is the problem signature from window that notifies me of the crashing, with all the info inside.
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: InDesign.exe
      Application Version: 8.0.0.370
      Application Timestamp: 4f72c3ee
      Fault Module Name: MSVCR100.dll
      Fault Module Version: 10.0.40219.1
      Fault Module Timestamp: 4d5f0c22
      Exception Code: 40000015
      Exception Offset: 0008d6fd
      OS Version: 6.1.7601.2.1.0.256.48
      Locale ID: 2057
      Additional Information 1: 7f56
      Additional Information 2: 7f56d5316922f11d9c19960fa530c768
      Additional Information 3: 1720
      Additional Information 4: 1720f133ce639c9412106776314a8c8e
    I would provide msinfo and dxdiag files but I feel they are irrelevant due to the fact that it happens on multiple machines.
    Could anyone please advise?
    Thanks,
    Jacob

    Hi Peter,
    It seems I've finally found a fix! One of my colleagues sent me this so I thought I would share it incase others have the same issue.
    These are the steps I followed to get it to work.
    1.Create a folder on the C-root, like C:\UserTemp
    2.Give the users Modify rights on the folder you created,
    3.Run the following commandlines for each user to change their %temp% and %tmp% paths (need to be logged in as the user):
    A. setx.exe TEMP C:\UserTemp
    B. setx.exe TMP C:\UserTemp
    Basically what this does is creates a new TEMP folder where the user can gain full access too, without actually having administrative rights. I've been told this works for all CS6 applications not just InDesign.
    Hope this can help someone else in the future and thanks for all your help on this Peter, with the troubleshooting.
    Cheers,
    Jacob

  • Import multiple records into a PDF document?

    I'm not sure I'm using the correct terms, but let me spell out my problem.
    I have a PDF document with several text forms named with the same names as columns in an Excel spreadsheet saved into txt format.
    The forms are duplicated onto several pages so if there are five records in the spreadsheet, there are five pages in the PDF.
    I am able to open the PDF and choose Import Form Data and point to the Excel txt file.
    But in the Import Data from Delimited Text File dialog box, I am only able to choose one record at a time.
    I was hoping to be able to import multiple records onto multiple pages. This way I could do a bulk printing of the spreadsheet data into the PDF. But doing one record at a time is cumbersome and won't work as we expand the project.
    Any clues as to how to do this better?

    John,
    I don't have the actual client's data as that is proprietary.
    I do have two silly little test files that I put together, but I think you've answered my question.
    I've already told the client to use Word (gasp) and Excel with a mail merge and then export to PDF or print directly.
    Ironically this could have also been done with InDesign.
    But as much as I had to recommend Word, it was nice that the client started out by wanting PDF.

  • Should I name each individual picture in an event or just name the event?

    I could use some advise from those out there that really know how to organize their photos in iPhoto.
    Should I name each individual picture in an event or just name the event?  The individual photos all have the typical camera file names (ex: 134-234.jpeg) when imported and in an event, but to be more organized, do most (or some) people re-name each photo in an event AND name the event?  For example:
    Bob's Birthday Party on Saturday:  25 photos uploaded into iPhoto.  I named the event "Bob's 38th Birthday" but all of the 25 photos just have random numbered names.  I'd like to know who was in the photos so 10 years from now I can remember who I was standing next to.  Keywords for the event would not help (from what I understand) in this instance because I wouldn't know which of those keyword names went with what photo (ex: people's name that were in the different photos), because the keyword is for the entire event...right?  Not the individual photo?  But aside from keywords...
    1.     Should I name every single photo?  If yes,...how?  ex:  "Bob & me next to pool.jpeg" and "Bob and me in kitchen.jpeg"
    2.     Is there a "rule" to how long a photo name can be or how to type it"  "Bob and me by the pool at carol's house.jpeg" seems ridiculous, but how do you get all the pertinent info for that one photo so you remember who and where.
    3.     If I am naming each photo and there are different photos but with the same person do I name it "Bob and me 1.jpeg" "Bob and me 2.jpeg" so two similar photos don't have the same name?
    4.      If I go to a concert and have 68 photos are people taking the time to name each one?
    My main question is about actually naming photos, and how best to name if there are lots of photos in an event, not keywords, etc.  I seem to find a lot of information on keywords and naming events, but not on naming the actual individual photos.
    Thanks so much for any advice.
    P.S.  First time ever posting a question, so please be kind
    Using iMac with Mavericks 10.9.2 & iPhoto 11

    LarryHN wrote:
    Totally wrong way to go about it
    You want to use albums and folders not events
    Sorry Larry, but I respectfully disagree. Events are a fine way to organize photos. And for me, organizing by event is more natural than using albums and folders.
    I do agree that the OP is totally going about it the wrong way. And to that, I'll paste a response I always use for this question:
    Here is how I go about using iPhoto:
    Import photos.
    Delete junk.
    Split or combine events as needed. I tend to be an Event minimalist. For example, I don’t make the photos I took of my daughter at McDonald’s an event. Things like that get grouped into a “Winter 2014” event. Christmas photos often span a month or more, from cutting the tree to packing everything up, and they all get lumped into one of three “Christmas” events based on the branch of the family they relate to..
    Set Keywords. I try to keep my keyword list to a minimum. For example, I have a keyword for “Vacation”, but I don’t use keywords for the location of the vacation (that’s taken care of with the Places feature). Another example: I have a keyword for “Birthday”, but I don’t have keywords for the person or the year (those are taken care of with the Faces feature, and the fact that all the photos are dated already).
    Rate the best as 4 or 5 stars, and if I need to keep a bad photo for some reason, I rate it as 1 star. I don’t bother rating photos as 2 or 3 stars, but you can if you want.
    Name the Faces. I only do this with the people I care about and delete the box around people that I don’t care about (this prevents them from showing up as suggestions when you’re viewing a person’s photos).
    Set the location. This is very important for travel photos, but is also handy for others as well. If you want a really good reason to set the travel photos, pick a trip, do the work of setting the location of each photo, and then start the Travel slide show. The Travel slide show is really cool!
    Now, with all this info set (called metadata in computer parlance), I can use Smart Albums to great effect.
    I have a smart album that contains all photos of my daughter that I’ve rated as 5 starts. This album is automatically synched to my iPhone, my wife’s iPhone, my iPad, and our AppleTV. Every time I import a photo into iPhoto and mark my daughter’s face and rate the photo as five stars, the photo is automatically sent to all our devices when we synch. Super easy!
    I have smart albums with Christmas photos for each branch of our family. So, when someone comes over for the holidays, I can easily show that part of the family’s Christmas photos on the TV. We don’t just sit around and watch the slide show all night, but the photos are there if people want to look and they add a nice touch to an otherwise empty sheet of dark glass. So, the Jones Christmas smart album has photos from 1972 to present, and only contain Jones family Christmas photos.
    That's just a few things to keep in mind. I've found that combining Events and Smart Albums with Faces, Places, Keywords, and Ratings makes finding photos very easy.

  • Import Multiple Excel Into Sql Server

    I have 4 Excel spreadsheets all with different formatting and column names that I want to use powershell to import into ONE Sql Server Table that I will want to create with powershell.  I have found several instances of importing one workbook, but I
    haven't found one where you can import multiple workbooks into the same table.  Can someone show sample code for a reference on how to import multiple spreadsheets into the same table with powershell please?  I found this link which looks like a
    GREAT starting point, but unfortunately it is only showing how to do one table, and I am WAY new to powershell so can't tweak it on my own to set it to import multiple
    http://www.sqlserver-dba.com/2013/01/sql-server-export-excel-data-to-sql-server-with-powershell.html

    Hi IndigoMontoya,
    As a workaroud, how about merge mutiple excel files into one file, then import this excel file to sql table?
    To merge excel files, please refer to this script:
    $Files = 'd:\merge1.xlsx','d:\merge2.xlsx'
    #Launch Excel, and make it do as its told (supress confirmations)
    $Excel = New-Object -ComObject Excel.Application
    $Excel.Visible = $True
    $Excel.DisplayAlerts = $False
    #Open up a new workbook
    $Dest = $Excel.Workbooks.Add()
    #Loop through files, opening each, selecting the Used range, and only grabbing the first 6 columns of it. Then find next available row on the destination worksheet and paste the data
    ForEach($File in $Files[0..4]){
    $Source = $Excel.Workbooks.Open($File,$true,$true)
    If(($Dest.ActiveSheet.UsedRange.Count -eq 1) -and ([String]::IsNullOrEmpty($Dest.ActiveSheet.Range("A1").Value2))){ #If there is only 1 used cell and it is blank select A1
    [void]$source.ActiveSheet.Range("A1","F$(($Source.ActiveSheet.UsedRange.Rows|Select -Last 1).Row)").Copy()
    [void]$Dest.Activate()
    [void]$Dest.ActiveSheet.Range("A1").Select()
    }Else{ #If there is data go to the next empty row and select Column A
    [void]$source.ActiveSheet.Range("A1","F$(($Source.ActiveSheet.UsedRange.Rows|Select -Last 1).Row)").Copy()
    [void]$Dest.Activate()
    [void]$Dest.ActiveSheet.Range("A$(($Dest.ActiveSheet.UsedRange.Rows|Select -last 1).row+1)").Select()
    [void]$Dest.ActiveSheet.Paste()
    $Source.Close()
    $Dest.SaveAs("d:\merge3.xlsx",51)
    $Dest.close()
    $Excel.Quit()
    Reference from:
    How to use powershell to copy several excel worksheets and make a new one?
    I hope this helps.

  • Only save queries if name starts with Y

    Hello,
    How can security be configured so that users can only save queries whose Technical names start with Y?
    What authorizations are required and what values should be assigned?
    Thanks,
    Nick

    Hello Jin,
    We are on BW 3.5.
    Here is the complete set of authorizations assigned to my test user.  What I want is for this user to only be able to create queries if they choose to save them with a name starting with Y. 
    Currently (with the authorization specified below) they can save queries that start with <i>any</i> letter.  When I save a query with the description and Technical name of: DELETE_VG15 it gives me two messages for "Authorization check".  The first says "You do not have authorization for change" and the second message says: "Query (InfoCube ) was saved"  So it does end up saving even though the name provided doesn't conform to what I want in the authorizations.
    Hopefully you can help me fill in what is wrong, maybe copy what i have and repost with the values you are using.
    <b>S_RFC</b>
    Activity: 16
    Name of RFC to be protected: *
    Type of RFC to be protected: *
    <b>S_RS_COMP</b>
    Activity: 01
    InfoArea: *
    InfoCube: *
    Name (ID) of a reporting component: Y*
    Type of a reporting component: QVW, REP
    <b>S_RS_COMP1</b>
    Activity: 02
    Name (ID) of a reporting Component: Y*
    Type of a reporting component: QVW, REP
    Owner (Person Responsible) for: *
    <b>S_RS_ICUBE</b>
    Activity: 03
    InfoCube SubObject: *
    InfoArea: *
    InfoCube: *
    I Just found this one as well, and it may be the problem:
    <b>S_RS_COMP</b>
    Activity: *
    InfoArea: *
    InfoCube: Z_COPA
    Name (ID) of a reporting Component: *
    Type of a reporting component: QVW, REP
    Thanks!
    Nick
    Message was edited by:
            Nick Bertz

  • Solution: multiple diags with name efa.dat found

    This is a solution to a problem I hit. When I tried to run a diag on the model it would throw the error:
    sims: locating diag efa.dat
    sims: Looking for diag under $SIMS_LAUNCH_DIR
    sims: Caught a SIGDIE. multiple diags with name efa.dat found at /import/dtg-data20/jj155244/OpenSPARCT2/tools/src/sims,1.272 line 4581.
    Solution: do not run in the $DV_ROOT directory. Create a subdirectory for the run or run elsewhere.
    A efa.dat file is created in the run directory by sims. There is also an efa.dat in $DV_ROOT/verif/diag/assembly/include/efa.dat. sims looks for the efa.dat file starting in the run directory. It finds both the files and complains about finding multiple files.

    1. Use the index with the lower fragmentation to identify the newly rebuilt index (as it almost always will have lower fragmentation)
    2. To reproduce, block the online index rebuild process by trying to alter the table's definition in a transaction (and don't commit, which will place schema lock on the table)
    Satish Kartan http://www.sqlfood.com/

  • FCP Audio Clips in Soundtrack Pro - Marking the Start & End Points

    When I double click on an audio clip that I've sent from FCP into Soundtrack Pro I seem to open up the entire media file.
    How do I lock off or at least mark the clip start & end?
    I don't see any markers that tell me which part of the clip is actually used in the imported FCP sequence.
    I only want to make (non-destructive) changes to the clip.
    I don't want to alter the original media file.
    And I just want to work on the part that's used in the FCP sequence.
    It makes sense that there's a way to show the start & end points of the clip but I'm just not seeing it.

    I am a bit of a newb here, so pardon if my explanation is a little unpolished, but I have been working on some of my projects like you are and this is what i figured out. I select my sequence in FCP and send to stp as a multitrack project. The whole audio timeline shows up just as it looks in fcp, and the video track shows as one large clip that is made up of all my cuts put together. Now, my audio tracks are all on one line, and i can see all the clips with their cuts on the sequence. I click the first one and open it up to work on in the waveform editor. At that point i see the entire audio clip, including the part before and after my cut that i am using in my sequence, but i also see, up near the playhead, gray markers that show the actual part of the clip i am using in my edit. It is easest to hit shift-z to look at the entire clip on screen, and then find the grey markers. Also, if you play audio before the in marker, you will hear it but you will see that the video is not playing anything, then once you enter into the in-out section the video will play along, and when you pass the out marker the video freezes as the audio keeps playing. Hope this helps.

  • PowerShell add Printer Permissions where the printer name starts with...

    I have a printer server that has printers for multiple buildings. All the buildings have abbreviations like "BLD" for example, so my printers start with the same building abbreviations
    like “BLD-Printer1”. Is there a quick an easy way to set permissions on printers where the name starts with something like BLD?
    I'm a total noob with PS .<o:p></o:p>

    Just wanted to point out that in addition to using .NET/WMI to enumerate the printers, Windows 8 has a native PowerShell implementation you could use. It supports remote management, so you can even use it from a Windows 8 client to target your Windows Server
    2008 R2 instance. 
    $printers = Get-Printer -ComputerName $printServerName -Name bld*
    foreach ($printer in $printers) {
    Set-Printer -ComputerName $printServerName -Name $printer.Name -PermissionSDDL #fill in your permissions here
    Full description of these cmdlets: http://technet.microsoft.com/en-us/library/hh918357.aspx
    Excellent - Just fill in the SDDL.
    Does this work on WS2008R2 PrintManager Queues?  I find no -SDDL except on WS2012.  WS8 is missing this parameter. Is it only available on WS8 Enterprise?
    WS2008R2 also does not seem to support this.
    Get-Printer and its cousins are wrappers around The Q functions posted above.  The API has no security bits before WS2012.  Look at the MSDN and Technet articles for this CmdLet and the other "Printer" CmdLets.
    ¯\_(ツ)_/¯

  • Song names imported as "artist - track name" instead of "track name"

    When I add a folder to my library (a folder which contains MP3 files which all contain complete ID3 tags), about 50% of the song names get imported as "artist - track name" instead of just "track name". If I click on any track which was imported like this, and right-click and select "get info", the track name shows up correctly in the dialog box, and it suddenly fixes the display on the listing (without me doing anything).
    I could fix each song by clicking "get info", but I would have to do this for all my songs, which would take far too long. Is there any way to get iTunes to import these track names correctly? Or is there a way to refresh the listing, and have iTunes re-read the ID3 tags on the MP3 files?
      Windows XP Pro  

    To get the track names etc., when importing a CD, you have to be connected to the Internet.
    This article explains why.
    To get the info later, select all tracks (with the generic track names) of an album and choose 'Get CD Track Names' from the Advanced menu in the menubar.
    Very often the correct information will show up.
    Hope this helps.
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.3.9)   Several ext. HD (backup and data)

Maybe you are looking for

  • MARDH table update

    Dear Experts, We have a Z report for Stock on posting date(similar to MB5B with some addons as per client reqmt) and we have used MARDH table for opening stock for any period in that report. But we face problems now as this table is not getting updat

  • Feedback node crashing bug

    I have came across a nasty bug that caused Labview 2010 SP1 (Runnnig Win 7 Ultimate x64 bit) to crash without any warning. To replicate the bug do the following: Add a numeric control and another indicator to the front panel Switch to block diagram a

  • Bak2db bug id2entry.db3: No such file or directory

    In 5.1, I did a database backup in the following command db2bak This command put the database backup into a directory of slapd-servername/bak. That is fine. But when I run the following command bak2db /home/iplanet/servers/slapd-servername/bak/bakcup

  • HT2589 ibooks still gives me the following error message "This Apple ID cannot be used for the iTunes Store."

    I've done all of the above suggested sign in methods, and yet ibooks gives me the following error message "This Apple ID cannot be used for the iTunes Store."

  • Need help finding audio plugin for 6.5

    I often edit tapes where I need to combine the left and right audio signals into one mono signal. Currently, I duplicate the audio onto two lines of the timeline, and then set one to "duplicate left" and the other to "duplicate right." Does anyone ma