![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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! 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 Specs![]() |
| | #3 (permalink) |
| | 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 > 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 Specs![]() |
| | #4 (permalink) |
| | 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 with powershell - should be later this evening if you can wait ;-) - Oisin |
My System Specs![]() |
| | #5 (permalink) |
| | 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 > I'll try it out and let you know. Thanks! |
My System Specs![]() |
| | #6 (permalink) |
| | 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: > > > Blog:http://marcoshaw.blogspot.com 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 - 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 Specs![]() |
![]() |
| 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 | |||