473,385 Members | 1,640 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Windows 10 Remote Update Start

Oralloy
988 Expert 512MB
I need to execute updates on remote windows 10 systems.

These systems may not be configured for auto-update, so the command cannot assume default behaviour.

Is there a simple command or script that I can use?

This is a new area to me, so please forgive my amateurish question.
Aug 23 '16 #1

✓ answered by Brilstern

Oralloy,

Looping the code I used in your other post should be what you are looking for.

Expand|Select|Wrap|Line Numbers
  1. $a = Get-Content "C:file_location\computers.txt"
  2. foreach ($i in $a)
  3.     {(New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow() -computername $i}

1 2007
Brilstern
208 100+
Oralloy,

Looping the code I used in your other post should be what you are looking for.

Expand|Select|Wrap|Line Numbers
  1. $a = Get-Content "C:file_location\computers.txt"
  2. foreach ($i in $a)
  3.     {(New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow() -computername $i}
Aug 24 '16 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Jesse | last post by:
I'm new to both programing and python and having a bit of a problem finding an answer online. I've got a script that will be running on a Windows Machine and will need to access remote servers...
0
by: Hansi | last post by:
How can i start a winforms application on remote workstation, no matter who or if there is somebody logged in? My problems: 1) I need to shutdown computers in the evening that have not been...
2
by: vivek | last post by:
I am trying to install visual studio .NE The system prompts for windows componet update. When i click that it asks for windows update CD, which eventually I dont have. The readme.txt doc displays...
1
by: Ryan | last post by:
Hello Today when installing .NET on Windows XP Pro with all critical updates, etc. installed, I noticed I never had to use the Windows Component Update CD. I successfully got through the...
1
by: Eric Kinkead | last post by:
(doh... that was me) Here is the problem.... I try to install my VisualBasic.net Standard Version 2002 But then it just sits there and asks for "Windows Component Update Disk for Visual...
4
by: Steven K | last post by:
Hello, I am trying to install vb.net and I am getting the following: Windows Component Update Setup has detected that some of the windows components that are installed on your computer do not...
1
by: pberna | last post by:
Dear all, I possible to create a web service that launch a Windows Graphics .exe application (like notepad.exe, for example) installed on a remote server though a Web Service. If yes, what are...
1
by: Julia | last post by:
I have left my computer on for the past few days and today I tried to shut it down, but it was taking awhile to actually shut down, so I just held down the ON/OFF button. I let it sit for a few...
5
by: Atara | last post by:
On Windows Vista, Process.Start() generates Win32Exception. Sample Code: Dim selfProc As String = System.Windows.Forms.Application.ExecutablePath System.Diagnostics.Process.Start(Chr(34) &...
2
by: Tyler Fleckenst | last post by:
I have the code to make windows media player start, I just need to make it start in fullscreen when it starts playing. Is this even possible? I'm so confused, ha. This is what I have so far: ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.