Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for generalGOTCHA
Member Avatar for generalGOTCHA

Ok , here is what I am wanting to do ultimately. I have a script that runs windows internet explorer hot fix updates on a server that we have setup. the script that we use here is this: strComputer = inputbox("Enter station name to complete security update","Security Update") if strComputer …

Member Avatar for CodyOebel
0
92
Member Avatar for generalGOTCHA

Ok here is what I am trying to do now ! I have everything I need to take a list of computers and run the script on them. Now I need to grab the list of computers. So this will require grabbing an intranet website that contains all of our …

Member Avatar for generalGOTCHA
0
116
Member Avatar for generalGOTCHA

say I need to the below to store as a string variable. Set autoUpdateClient = CreateObject("Microsoft.Update.AutoUpdate",strComputer) notice teh quotations ? How can I store all of this as one string with the quotations included ? I need to store this so I can manipulate it, but those quotes keep throwing …

Member Avatar for generalGOTCHA
0
97