Ninite Alternative
-
I presume you have to provide credentials assuming your user is not a local admin.?
Ive never used psexecute before.
-
@Dashrender said:
I presume you have to provide credentials assuming your user is not a local admin.?
Ive never used psexecute before.
psexec is awesome. If you are on a domain it, just works.
-
I made an article about Chocolatey too: http://www.scottalanmiller.com/windows/2014/03/15/open-source-command-line-package-management-tool/
-
And I wrote a guide to automating Chocolatey with PsExec: http://www.scottalanmiller.com/windows/2014/03/15/automating-chocolatey-with-psexec/
-
Can you use chocolaty in a workgroup environment where there is a standard local user & common password?
-
Can you set the chocolatey program to use a specific network share for the repository, instead of connecting to the same website on every machine? This would be really useful on networks behind firewalls with no internet access or really poor internet connectivity.
-
Would it be possible to get Chocolatey to output it's results to a log file or somehow report on the progress / result of the update / install? It would be good to know for sure what programs got updated, or more importantly if any of the updates failed.
-
@JustRob said:
Can you use chocolaty in a workgroup environment where there is a standard local user & common password?
Chocolatey doesn't use AD. It just needs local admin privileges. Any admin account can be used.
-
@JustRob said:
Can you set the chocolatey program to use a specific network share for the repository, instead of connecting to the same website on every machine? This would be really useful on networks behind firewalls with no internet access or really poor internet connectivity.
That's something that I would have to research. But I would be surprised if you can't. Although you can definitely use a proxy to do that.
-
@scottalanmiller said:
@JustRob said:
Can you use chocolaty in a workgroup environment where there is a standard local user & common password?
Chocolatey doesn't use AD. It just needs local admin privileges. Any admin account can be used.
So do you have to be logged in with the same account on the machine you are pushing the updates from / running the remote command from (source) as is used on the machine you are updating (target)? Or can you specify in the update command on your source machine what credentials to use on the target machine(s)?
-
@scottalanmiller said:
@JustRob said:
Can you set the chocolatey program to use a specific network share for the repository, instead of connecting to the same website on every machine? This would be really useful on networks behind firewalls with no internet access or really poor internet connectivity.
That's something that I would have to research. But I would be surprised if you can't. Although you can definitely use a proxy to do that.
You can set up a proxy to take requests for files from a website and pull them from a file share instead?
-
@JustRob said:
@scottalanmiller said:
@JustRob said:
Can you set the chocolatey program to use a specific network share for the repository, instead of connecting to the same website on every machine? This would be really useful on networks behind firewalls with no internet access or really poor internet connectivity.
That's something that I would have to research. But I would be surprised if you can't. Although you can definitely use a proxy to do that.
You can set up a proxy to take requests for files from a website and pull them from a file share instead?
The proxy itself would be the file share in that case. A proxy like squid would allow that, yes.
-
@scottalanmiller @dashrender @justrob Russinovich pushed out an update to psexec last week—
As usual, he doesn't say much about it (or even announce it). Assumption is it smooths interoperability up to Win8.1
-
Awesome. I was using PsExec in 8.1 today without issue.
-
@Minion-Queen Have you tried http://www.adminarsenal.com/pdq-deploy
-
@Minion-Queen N-Able has package management, but for SMB stuff Chocolatey is likely a better fit (N-Able can run a caching server which is nice in T1 hell holes).
-
So lets say I have a computer all setup with Java installed. Will chocolately see Java and update it when I do cup all or do I have to install Java with choc, then it will be able to update it?
-
@Aaron-Studer said:
So lets say I have a computer all setup with Java installed. Will chocolately see Java and update it when I do cup all or do I have to install Java with choc, then it will be able to update it?
No. Chocolatey only managed software that comes from Chocolatey. It is not automation for arbitrary packages and it bypasses the Windows installer system completely.
-
@scottalanmiller said:
@Aaron-Studer said:
So lets say I have a computer all setup with Java installed. Will chocolately see Java and update it when I do cup all or do I have to install Java with choc, then it will be able to update it?
No. Chocolatey only managed software that comes from Chocolatey. It is not automation for arbitrary packages and it bypasses the Windows installer system completely.
Well that stinks! That's a definite +1 in Ninite's bucket. I used the trial version of Ninite and wow - it's just awesome at how simple it is.
-
Ninite, likewise, can't manage software from Chocolatey.