Guest jeff.belcher@e-s-s.co.uk Posted July 9, 2007 Posted July 9, 2007 Hi all, I'm trying to find a way of programmatically invoking the "install updates and shutdown" functionality using .Net 1.1 or perhaps WMI or other scripting. I can reboot a machine fine but if the install updates and shutdown option is available I need to perform that task. Any suggestions or ideas would be gratefully received Thanks Jeff
Guest Newbie Coder Posted July 9, 2007 Posted July 9, 2007 Jeff, Posting to the correct group would be a start: VB.NET: microsoft.public.dotnet.languages.vb C#: microsoft.public.dotnet.languages.csharp C++ microsoft.public.dotnet.languages.vc -- Newbie Coder (It's just a name) <jeff.belcher@e-s-s.co.uk> wrote in message news:1183982919.248373.23900@g4g2000hsf.googlegroups.com... > Hi all, > > I'm trying to find a way of programmatically invoking the "install > updates and shutdown" functionality using .Net 1.1 or perhaps WMI or > other scripting. I can reboot a machine fine but if the install > updates and shutdown option is available I need to perform that task. > Any suggestions or ideas would be gratefully received > > Thanks > > Jeff >
Guest jeff.belcher@e-s-s.co.uk Posted July 9, 2007 Posted July 9, 2007 Are those more correct groups than this? I'm not expecting there to be a native .Net 1.1 solution but there might be. Thats an outside chance though, better that I post it in a group that might have some experience scripting WSUS as thats where I expect my solution will be. Jeff On 9 Jul, 13:45, "Newbie Coder" <newbieco...@spammeplease.com> wrote: > Jeff, > > Posting to the correct group would be a start: > > VB.NET: > > microsoft.public.dotnet.languages.vb > > C#: > > microsoft.public.dotnet.languages.csharp > > C++ > > microsoft.public.dotnet.languages.vc > > -- > Newbie Coder > (It's just a name) > > <jeff.belc...@e-s-s.co.uk> wrote in message > > news:1183982919.248373.23900@g4g2000hsf.googlegroups.com... > > > > > Hi all, > > > I'm trying to find a way of programmatically invoking the "install > > updates and shutdown" functionality using .Net 1.1 or perhaps WMI or > > other scripting. I can reboot a machine fine but if the install > > updates and shutdown option is available I need to perform that task. > > Any suggestions or ideas would be gratefully received > > > Thanks > > > Jeff- Hide quoted text - > > - Show quoted text -
Guest Newbie Coder Posted July 9, 2007 Posted July 9, 2007 Jeff, You can invoke via code, but I am sure you can do the same via the registry too The .NET Framework is a runtime for the different languages. So, to use the .NET framework you should be a coder. Furthermore, most users are now using .NET Framework 2 in those groups so you will need to specify for example 'VB.NET 2003 on Framework 1.1' If you aren't a coder then forget the framework & look on the Microsoft K Base for a solution or even Google it. -- Newbie Coder (It's just a name) <jeff.belcher@e-s-s.co.uk> wrote in message news:1183986522.677716.213630@r34g2000hsd.googlegroups.com... > Are those more correct groups than this? I'm not expecting there to > be a native .Net 1.1 solution but there might be. Thats an outside > chance though, better that I post it in a group that might have some > experience scripting WSUS as thats where I expect my solution will be. > > Jeff > > > On 9 Jul, 13:45, "Newbie Coder" <newbieco...@spammeplease.com> wrote: > > Jeff, > > > > Posting to the correct group would be a start: > > > > VB.NET: > > > > microsoft.public.dotnet.languages.vb > > > > C#: > > > > microsoft.public.dotnet.languages.csharp > > > > C++ > > > > microsoft.public.dotnet.languages.vc > > > > -- > > Newbie Coder > > (It's just a name) > > > > <jeff.belc...@e-s-s.co.uk> wrote in message > > > > news:1183982919.248373.23900@g4g2000hsf.googlegroups.com... > > > > > > > > > Hi all, > > > > > I'm trying to find a way of programmatically invoking the "install > > > updates and shutdown" functionality using .Net 1.1 or perhaps WMI or > > > other scripting. I can reboot a machine fine but if the install > > > updates and shutdown option is available I need to perform that task. > > > Any suggestions or ideas would be gratefully received > > > > > Thanks > > > > > Jeff- Hide quoted text - > > > > - Show quoted text - > >
Guest Newbie Coder Posted July 9, 2007 Posted July 9, 2007 Jeff, I just found this article for you: http://technet.microsoft.com/en-us/library/bb457141.aspx -- Newbie Coder (It's just a name) "Newbie Coder" <newbiecoder@spammeplease.com> wrote in message news:%23zpsBuiwHHA.3684@TK2MSFTNGP02.phx.gbl... > Jeff, > > You can invoke via code, but I am sure you can do the same via the registry too > > The .NET Framework is a runtime for the different languages. So, to use the ..NET > framework you should be a coder. > > Furthermore, most users are now using .NET Framework 2 in those groups so you > will need to specify for example 'VB.NET 2003 on Framework 1.1' > > If you aren't a coder then forget the framework & look on the Microsoft K Base > for a solution or even Google it. > > -- > Newbie Coder > (It's just a name) > > > > > <jeff.belcher@e-s-s.co.uk> wrote in message > news:1183986522.677716.213630@r34g2000hsd.googlegroups.com... > > Are those more correct groups than this? I'm not expecting there to > > be a native .Net 1.1 solution but there might be. Thats an outside > > chance though, better that I post it in a group that might have some > > experience scripting WSUS as thats where I expect my solution will be. > > > > Jeff > > > > > > On 9 Jul, 13:45, "Newbie Coder" <newbieco...@spammeplease.com> wrote: > > > Jeff, > > > > > > Posting to the correct group would be a start: > > > > > > VB.NET: > > > > > > microsoft.public.dotnet.languages.vb > > > > > > C#: > > > > > > microsoft.public.dotnet.languages.csharp > > > > > > C++ > > > > > > microsoft.public.dotnet.languages.vc > > > > > > -- > > > Newbie Coder > > > (It's just a name) > > > > > > <jeff.belc...@e-s-s.co.uk> wrote in message > > > > > > news:1183982919.248373.23900@g4g2000hsf.googlegroups.com... > > > > > > > > > > > > > Hi all, > > > > > > > I'm trying to find a way of programmatically invoking the "install > > > > updates and shutdown" functionality using .Net 1.1 or perhaps WMI or > > > > other scripting. I can reboot a machine fine but if the install > > > > updates and shutdown option is available I need to perform that task. > > > > Any suggestions or ideas would be gratefully received > > > > > > > Thanks > > > > > > > Jeff- Hide quoted text - > > > > > > - Show quoted text - > > > > > >
Recommended Posts