Windows Vista Forums

Powershell Assemblies
  1. #1


    PPTEscher Guest

    Powershell Assemblies

    How can I use Powershell to update a Sharepoint list from a server that
    doesn't have Sharepoint installed on it?

    With Exchange, there is the Admin Tool Kit that you can install on another
    server or workstation, which will enable remote administration. I want the
    same with Sharepoint.

    Any suggestions?

    (My goal is to be able to insert SCOM alerts into a Sharepoint List from the
    SCOM server which doesn't have Sharepoint installed on it.)

    Thanks!



      My System SpecsSystem Spec

  2. #2


    Marco Shaw [MVP] Guest

    Re: Powershell Assemblies

    PPTEscher wrote:

    > How can I use Powershell to update a Sharepoint list from a server that
    > doesn't have Sharepoint installed on it?
    >
    > With Exchange, there is the Admin Tool Kit that you can install on another
    > server or workstation, which will enable remote administration. I want the
    > same with Sharepoint.
    >
    > Any suggestions?
    >
    > (My goal is to be able to insert SCOM alerts into a Sharepoint List from the
    > SCOM server which doesn't have Sharepoint installed on it.)
    >
    > Thanks!
    I know Oisin (on here often) has more Sharepoint experience. Now, a
    search for "sharepoint SDK" brings up a lot of hits. I would assume it
    would contain DLLs you could load on a non-SharePoint system. That
    being said, whether it will support native remoting is a different story.

    I'd hope you could also get this information remotely via WMI, but a
    search for "sharepoint wmi" didn't turn up much.

    Marco

    --
    Microsoft MVP - Windows PowerShell
    http://www.microsoft.com/mvp

    PowerGadgets MVP
    http://www.powergadgets.com/mvp

    Blog:
    http://marcoshaw.blogspot.com

      My System SpecsSystem Spec

  3. #3


    PPTEscher Guest

    Re: Powershell Assemblies



    "Marco Shaw [MVP]" wrote:

    > PPTEscher wrote:

    > > How can I use Powershell to update a Sharepoint list from a server that
    > > doesn't have Sharepoint installed on it?
    > >
    > > With Exchange, there is the Admin Tool Kit that you can install on another
    > > server or workstation, which will enable remote administration. I want the
    > > same with Sharepoint.
    > >
    > > Any suggestions?
    > >
    > > (My goal is to be able to insert SCOM alerts into a Sharepoint List from the
    > > SCOM server which doesn't have Sharepoint installed on it.)
    > >
    > > Thanks!
    >
    > I know Oisin (on here often) has more Sharepoint experience. Now, a
    > search for "sharepoint SDK" brings up a lot of hits. I would assume it
    > would contain DLLs you could load on a non-SharePoint system. That
    > being said, whether it will support native remoting is a different story.
    >
    > I'd hope you could also get this information remotely via WMI, but a
    > search for "sharepoint wmi" didn't turn up much.
    >
    > Marco
    >
    > --
    > Microsoft MVP - Windows PowerShell
    > http://www.microsoft.com/mvp
    >
    > PowerGadgets MVP
    > http://www.powergadgets.com/mvp
    >
    > Blog:
    > http://marcoshaw.blogspot.com
    >
    Thanks Marco.

    I didn't want to have to compile my own assemblies if the cmdlets were
    installable from another source.

    Updating Sharepoint lists are done via a URL, so yes remote updating is very
    possible.

    Paul

      My System SpecsSystem Spec

  4. #4


    Oisin (x0n) Grehan [MVP] Guest

    Re: Powershell Assemblies

    On Feb 27, 9:10*am, "Marco Shaw [MVP]" <marco.shaw@_NO_SPAM_gmail.com>
    wrote:

    > PPTEscher wrote:

    > > How can I use Powershell to update a Sharepoint list from a server that
    > > doesn't have Sharepoint installed on it?
    >

    > > With Exchange, there is the Admin Tool Kit that you can install on another
    > > server or workstation, which will enable remote administration. *I want the
    > > same with Sharepoint.
    >

    > > Any suggestions?
    >

    > > (My goal is to be able to insert SCOM alerts into a Sharepoint List fromthe
    > > SCOM server which doesn't have Sharepoint installed on it.)
    >

    > > Thanks!
    >
    > I know Oisin (on here often) has more Sharepoint experience. *Now, a
    > search for "sharepoint SDK" brings up a lot of hits. *I would assume it
    > would contain DLLs you could load on a non-SharePoint system. *That
    > being said, whether it will support native remoting is a different story.
    >
    > I'd hope you could also get this information remotely via WMI, but a
    > search for "sharepoint wmi" didn't turn up much.
    >
    > Marco
    >
    > --
    > Microsoft MVP - Windows PowerShellhttp://www.microsoft.com/mvp
    >
    > PowerGadgets MVPhttp://www.powergadgets.com/mvp
    >
    > Blog:http://marcoshaw.blogspot.com
    Yup, I am writing up a little blog entry explaining how to do this
    with powershell - should be later this evening if you can wait ;-)

    - Oisin

      My System SpecsSystem Spec

  5. #5


    PPTEscher Guest

    Re: Powershell Assemblies



    "Oisin (x0n) Grehan [MVP]" wrote:

    > On Feb 27, 9:10 am, "Marco Shaw [MVP]" <marco.shaw@_NO_SPAM_gmail.com>
    > wrote:

    > > PPTEscher wrote:

    > > > How can I use Powershell to update a Sharepoint list from a server that
    > > > doesn't have Sharepoint installed on it?
    > >

    > > > With Exchange, there is the Admin Tool Kit that you can install on another
    > > > server or workstation, which will enable remote administration. I want the
    > > > same with Sharepoint.
    > >

    > > > Any suggestions?
    > >

    > > > (My goal is to be able to insert SCOM alerts into a Sharepoint List from the
    > > > SCOM server which doesn't have Sharepoint installed on it.)
    > >

    > > > Thanks!
    > >
    > > I know Oisin (on here often) has more Sharepoint experience. Now, a
    > > search for "sharepoint SDK" brings up a lot of hits. I would assume it
    > > would contain DLLs you could load on a non-SharePoint system. That
    > > being said, whether it will support native remoting is a different story.
    > >
    > > I'd hope you could also get this information remotely via WMI, but a
    > > search for "sharepoint wmi" didn't turn up much.
    > >
    > > Marco
    > >
    > > --
    > > Microsoft MVP - Windows PowerShellhttp://www.microsoft.com/mvp
    > >
    > > PowerGadgets MVPhttp://www.powergadgets.com/mvp
    > >
    > > Blog:http://marcoshaw.blogspot.com
    >
    > Yup, I am writing up a little blog entry explaining how to do this
    > with powershell - should be later this evening if you can wait ;-)
    >
    > - Oisin
    >
    Most excellent. I await the URL.
    I'll try it out and let you know.

    Thanks!


      My System SpecsSystem Spec

  6. #6


    Oisin (x0n) Grehan [MVP] Guest

    Re: Powershell Assemblies

    On Feb 28, 7:41*pm, PPTEscher <PPTEsc...@xxxxxx>
    wrote:

    > "Oisin (x0n) Grehan [MVP]" wrote:
    >
    >
    >
    >
    >

    > > On Feb 27, 9:10 am, "Marco Shaw [MVP]" <marco.shaw@_NO_SPAM_gmail.com>
    > > wrote:

    > > > PPTEscher wrote:
    > > > > How can I use Powershell to update aSharepointlist from a server that
    > > > > doesn't haveSharepointinstalled on it?
    >

    > > > > With Exchange, there is the Admin Tool Kit that you can install on another
    > > > > server or workstation, which will enable remote administration. *Iwant the
    > > > > same withSharepoint.
    >

    > > > > Any suggestions?
    >

    > > > > (My goal is to be able to insert SCOM alerts into aSharepointList from the
    > > > > SCOM server which doesn't haveSharepointinstalled on it.)
    >

    > > > > Thanks!
    >

    > > > I know Oisin (on here often) has moreSharepointexperience. *Now, a
    > > > search for "sharepointSDK" brings up a lot of hits. *I would assume it
    > > > would contain DLLs you could load on a non-SharePointsystem. *That
    > > > being said, whether it will support native remoting is a different story.
    >

    > > > I'd hope you could also get this information remotely via WMI, but a
    > > > search for "sharepointwmi" didn't turn up much.
    >

    > > > Marco
    >

    > > > --
    > > > Microsoft MVP - Windows PowerShellhttp://www.microsoft.com/mvp
    >

    > > > PowerGadgets MVPhttp://www.powergadgets.com/mvp
    >>

    > > Yup, I am writing up a little blog entry explaining how to do this
    > > with powershell - should be later this evening if you can wait ;-)
    >

    > > - Oisin
    >
    > Most excellent. *I await the URL.
    > I'll try it out and let you know.
    >
    > Thanks!- Hide quoted text -
    >
    > - Show quoted text -
    Alrighty, here it is:

    http://www.nivot.org/2008/02/29/Mani...owerShell.aspx

    I figured just "update" operations wasn't worth it alone, so I
    implented a script for insert and delete too:

    Have fun!

    - Oisin

      My System SpecsSystem Spec

Powershell Assemblies problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Running powershell script from c# - duplicate assemblies ivans PowerShell 0 07 Jan 2010
Reporting without GAC assemblies? Jason Barnett .NET General 1 11 Dec 2009
Powershell assemblies VS PowerShell 3 07 Oct 2007
using external assemblies in Powershell scripts Romu PowerShell 1 10 Aug 2007
Powershell and loading dependent assemblies Steve PowerShell 2 10 May 2007