Thank you for this video. I have been teaching myself PowerShell scripting as I hope to move further into System Administration, and yet even basic commands like these sometimes are hard to find details on. I may be a long way from creating complex PowerShell scripts, but videos like this and my own practice make me confident that I can at least do the majority of typical tasks that I might be expected to do. I have an interview for a job utilizing these kinds of skills in only a few hours from now, so thank you again. I will look into your other videos also.
Thanks for the video I actually asked you for a video like this on installing powershell so I appreciate it and look forward to see more videos from you.
@Cobuman HI. I'm sorry I'm new to this. So my situation is, we have all our softwares and important docs on our server. And we have a new user who wanted to install an app from the server. Does this work with other scripts?
You can do MSI package install silently but it will not work without elevated privileges (admin). This is usually done by another program that deals with software package installs on the computer. Without GP I guess you can just add the MSI in Startup Folder which will run it every time they login to PC... but user would need to be an Admin and you would need to remove it afterwards or it will keep reinstalling. Maybe make all users Admin temporarily/tell them to reboot the computer... it's risky though.
Hi sir, I need a help to create small script for software (skype installation ) Message saying - Ready to install skype ? Buttons labeled "Yes - install and reboot now" and "Ask later" If "yes - install and reboot now " is selected - create a text file in c:\temp\skype.txt If "Ask later" is selected - do nothing and exit. please check whether this is possible in power shell or not ?
Salut. Soit un programme .exe que je dois copier dans c:\temp puis l'exécuter. Je souhaite un script powershell qui accomplira ces 2 fonctions. Merci pour ta contribution
Hi Thanks for the tutorial is very detailed! I ran into a problem when I tried to find the notepad, does anybody knows how to fix it? # PS D:\downloads> find-package -provider chocolatey -name notepad* WARNING: NuGet: The request was aborted: Could not create SSL/TLS secure channel. # After a search couldn't really figure it out. I am new in learning PowerShell
I'm glad you like it. Some of the packages no longer exist on the server. So, chances are it will never downloaded when you get an error like that. Try testing with other packages to see how it works.
Thank you for this video. I have been teaching myself PowerShell scripting as I hope to move further into System Administration, and yet even basic commands like these sometimes are hard to find details on. I may be a long way from creating complex PowerShell scripts, but videos like this and my own practice make me confident that I can at least do the majority of typical tasks that I might be expected to do. I have an interview for a job utilizing these kinds of skills in only a few hours from now, so thank you again. I will look into your other videos also.
My pleasure. Yeah, once you get the basics, even the more complex scripts start to make sense. Best of luck with the interview.
Installing software through Power Shell. Learning PowerShell can help with business optimization and automation.
Thanks for the video I actually asked you for a video like this on installing powershell so I appreciate it and look forward to see more videos from you.
I remember. 😁Thanks for the support.
This is perfect video to learn powershell, thanks for the tutorial.
My pleasure. Glad you like it.
You should use capital S for silent installation
What about installing onto remote computer?
Do you have any additional powershell and Azure scripting videos? Thanks for putting these together, greatly appreciated!
This is what I have for Azure: ruclips.net/p/PL4jgQJG6eMDPxkTHUPNPpGz7OMoNky6cn
@@Cobuman thank you so much for your videos!
@@wlgt3257 My pleasure.
Greetings, sir.
Do these commands you have provided also work with installing software from the server?
Hello. I'm assuming you mean installing software on remote computers-those would be different scripts.
@Cobuman HI. I'm sorry I'm new to this.
So my situation is, we have all our softwares and important docs on our server. And we have a new user who wanted to install an app from the server.
Does this work with other scripts?
Will this work with MSI package on WIN 10 ? Need an option to install MSI without GP ?
You can do MSI package install silently but it will not work without elevated privileges (admin). This is usually done by another program that deals with software package installs on the computer. Without GP I guess you can just add the MSI in Startup Folder which will run it every time they login to PC... but user would need to be an Admin and you would need to remove it afterwards or it will keep reinstalling. Maybe make all users Admin temporarily/tell them to reboot the computer... it's risky though.
Hi Sir,
How can I use power shell to write down PC Lock time and PC unlock time in any of the text applications?
I'm not sure about that... It sounds like you are looking for specific data which may be found in the Event Viewer.
@@Cobuman thanks for your reply sir
but I checked it is not showing in Event Viewer also.
Thanks for the Video ...
Sure thing.
How to install an executable file silently?
Thank you too much , I am beginner , would You Please make tutorial or how can I install and run Supernova studio?
Hi sir,
I need a help to create small script for software (skype installation )
Message saying - Ready to install skype ?
Buttons labeled "Yes - install and reboot now" and "Ask later"
If "yes - install and reboot now " is selected - create a text file in c:\temp\skype.txt
If "Ask later" is selected - do nothing and exit.
please check whether this is possible in power shell or not ?
Salut. Soit un programme .exe que je dois copier dans c:\temp puis l'exécuter. Je souhaite un script powershell qui accomplira ces 2 fonctions. Merci pour ta contribution
well-taught
Thanks!
Can you share script which find missing drivers on windows 10 and install using powershell
Did you find it?
Hi Thanks for the tutorial is very detailed!
I ran into a problem when I tried to find the notepad, does anybody knows how to fix it?
#
PS D:\downloads> find-package -provider chocolatey -name notepad*
WARNING: NuGet: The request was aborted: Could not create SSL/TLS secure channel.
#
After a search couldn't really figure it out. I am new in learning PowerShell
I'm glad you like it. Some of the packages no longer exist on the server. So, chances are it will never downloaded when you get an error like that. Try testing with other packages to see how it works.
for remote distribution of MSI
First to comment 💪
But I hv nothing to say
Thank you sir
Sure thing.👍
with ls command is faster
nice tip! thanks. 👍