Quantcast
Channel: PoshPAIG Discussions Rss Feed
Viewing all 29 articles
Browse latest View live

New Post: Nothing is getting installed

$
0
0
Hey paulexander,

i'm encountering the same issue. ADMIN$'s are there, the vbs script is on C:.
Cscript error level is 0 in the powershell window
If i run the vbs manually not much is happening either. at some point it just opens a little Script Host windows telling me "installing updates" - liar :(

Does anyone else have another hint except ADMIN$?

New Post: Nothing is getting installed

$
0
0
Hey there,

i've created a workaround and replaced the update.vbs with a powershell script.
This works at least for me.

New Post: cscript.exe exited on SERVER with error code 0

$
0
0
hi team,

I am having an issue where the script identifies correctly when a server has updates to download and install, however when attempting to run the install patches option the output is cscript.exe exited on SERVER with error code 0 in the cmd, the 'installed filed is updated (in this instance 1 patch), however there is no patch installed on the machine.

I am running psexec version 2.44, and have tried this running from a windows 7 desktop, as well as on a windows 2012 server, both with the same result.

this happens if I run poshpaig from an admin command line with the following command powershell -executionpolicy bypass -File
It also has the same issue when running from within powershell (Not ISE) with the following:
PS Powershell -noprofile -executionpolicy bypass -file C:\temp\pstools\PoshPAIG_2_1_5\PoshPAIG_2_1
_5\Start-PoshPAIG.ps1

One thing I have noticed in my efforts to have it work was logging into the target server(s) and then run the install patches, a cmd window opens up on the target system, the patch(es) are installed, which leads me to believe this is an error passing credentials to the end systems.

any assistance would be appreciated

New Post: Options xml is empty or null

$
0
0
Looks like the options .xml does not correctly generate the xml.

New Post: PoshPAIG - new features

$
0
0
I am great fan of PoshPAIG tool. it has some great features for patch audit. I was wondering if we can add a option on drop down to check when the server was last patched.

Thanks.

New Post: PoshPAIG updates enforced?

$
0
0
hi would it be possible to enforce all updates and do a reboot afterwards, otherwise i often have to audit and install updates 2 or 3 times until any updates are installed?


thx tom

New Post: Import Windows Updates only

$
0
0
Is it possible to and how would I do that to modify the script to just do import windows updates and not include the optional windows updates?

New Post: Options xml is empty or null

$
0
0
Delete the options.xml file in the root of the install directory. Edit options.ps1 line 65, change $Optionshash to $script:Optionshash. That's one way to fix the options not working. The variable is in the wrong scope and gets deleted after setting, but before reading.

New Post: Jobs or something like it

$
0
0
Hello -
1st I love this tool, and use it often.
When I am running a process [say 'Audit Patches'], I would like to run it as a job - which would allow me to run something else [say 'Check Pending Reboot' ] - in the tool description Boe mention that he tool out the PSJobs layer -

Looking at putting a job feature at the UI layer.

Thanks,
Peter
Viewing all 29 articles
Browse latest View live