Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Powershell Assemblies

Reply
 
Old 02-27-2008   #1 (permalink)
PPTEscher


 
 

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
Old 02-27-2008   #2 (permalink)
Marco Shaw [MVP]


 
 

Re: Powershell Assemblies

PPTEscher wrote:
Quote:

> 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
Old 02-27-2008   #3 (permalink)
PPTEscher


 
 

Re: Powershell Assemblies



"Marco Shaw [MVP]" wrote:
Quote:

> PPTEscher wrote:
Quote:

> > 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
Old 02-28-2008   #4 (permalink)
Oisin (x0n) Grehan [MVP]


 
 

Re: Powershell Assemblies

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

> PPTEscher wrote:
Quote:

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

> > 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.
>
Quote:

> > Any suggestions?
>
Quote:

> > (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.)
>
Quote:

> > 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
Old 02-28-2008   #5 (permalink)
PPTEscher


 
 

Re: Powershell Assemblies



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

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

> > PPTEscher wrote:
Quote:

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

> > > 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.
> >
Quote:

> > > Any suggestions?
> >
Quote:

> > > (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.)
> >
Quote:

> > > 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
Old 02-29-2008   #6 (permalink)
Oisin (x0n) Grehan [MVP]


 
 

Re: Powershell Assemblies

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

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

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

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

> > > > 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.
>
Quote:
Quote:

> > > > Any suggestions?
>
Quote:
Quote:

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

> > > > Thanks!
>
Quote:
Quote:

> > > 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.
>
Quote:
Quote:

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

> > > Marco
>
Quote:
Quote:

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

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

> > 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 ;-)
>
Quote:

> > - 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
Reply

Thread Tools


Similar Threads
Thread Forum
Powershell assemblies PowerShell
using external assemblies in Powershell scripts PowerShell
psh assemblies moved? PowerShell
Powershell and loading dependent assemblies PowerShell
How to find out which assemblies are 64bit? PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46