currently working through this playlist as I am starting an azure penetration testing course/lab/bootcamp and want to brush up on my primitive PowerShell skills!
@QuantumSignsКүн бұрын
Isnt he doing it wrong?
@willywagtails59432 күн бұрын
Another awesome #PowerShell tutorial by JackedProgrammer, thanks heaps
@willywagtails59432 күн бұрын
Thanks heaps @JackedProgrammer for another awesome #PowerShell tutorial video. 20 min 39 secs into video, when testing lines 24 to 30 (setting up $Columns and $Services) it kept returning error ‘cannot be queried due to the following error: PermissionDenied Get-Service:’. Copilot suggested to use ‘Get-CimInstance -ClassName Win32_Service’ instead of Get-Service. This worked, just had to use 'State', 'Name' and 'ProcessId' for the column headers
@squatchfire_26492 күн бұрын
Lol if you know, you know.
@mareknosek93772 күн бұрын
1/4 movement. Close grip (rib press)
@Agozie643 күн бұрын
@jackedPogrammer, this is the error that I received while exectuting this code Exception calling "AddRange" with "1" argument(s): "Top-level control cannot be added to a control." At line:30 char:1 + $AppForm.Controls.AddRange(@($lblService)) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : ArgumentException can you be able to assit me here
@ulroxvladtepes40233 күн бұрын
Haven't watched the whole thing yet, but sometimes I will do the get-wmi on 2 remote computers. Save each output to a variable and compare each one with a compare object. This way, if I'm switching a user from one pc to the next pc, I can know which programs the newly installed pc might require. Ofcourse I had this whole thing in a script that copies the entire user profile and such.
@nimrod44634 күн бұрын
Why one arm is towards you and one arm outwards? does it give more grip? what are the benefits to that?
@aperson11815 күн бұрын
How to secure PowerShell?
@aperson11815 күн бұрын
Can you please outline the commands under the videos?
@Joestar-o2s5 күн бұрын
Thank you for the describing the differences between the two methods. I am really appreciating your powershell videos I don't mind reading the docs but sometimes you need to take a step back and reinforce your learning with another media type. 👍
@OwlPharaoh76 күн бұрын
thank you so much. i'm learning powesrshell so i can write scripts for cyversecurity tasks. this is awesome content
@oussamahernandez65036 күн бұрын
Thanks
@carloscolocho26257 күн бұрын
Thank you for this video, i was trying to build a Tiny11 ISO image from a Win11 instalation ISO but i was having trouble with the different scopes and settings for the policy.
@vincentmontalvo13258 күн бұрын
Awesome video. I have Visual Studio open and I code along with you in the video. Your videos are helping me get comfortable with writing scripts. Your videos are great practice!
@justbestronggym8 күн бұрын
Programmer misread the program... 😂
@jackedprogrammer8 күн бұрын
Sometimes the numbers or words just blend together
@chikomba68588 күн бұрын
Looking good man!
@maxatwood59748 күн бұрын
HI, thanks for the video 11. However, to be honest, it sort of caught me by surprise. To tell you the truth, I don't have any idea what a module is or why I am interested in them. Although after watching the video, I suspect they will be very interesting once I figure them out. I recommend that you provide more context around modules at the beginning of the video. What are they? When and why would you use one? It sounds like there are a number of modules already running in PS7, you might give some examples of what these are and what tools they add (just to help provide context and background). Other than that, I really enjoyed this first set of videos. Not only did I learn a lot, but you whetted my appetite for more. Thanks,
@skrie11 күн бұрын
I'm trying to do something very similar with a combobox. Instead of writing the selectedItem to the screen, I'm saving it into an object. For some reason that works once, but the second time I select a value... the ouput of $combobox.selectedItem stays empty/null.
@winstarshl11 күн бұрын
Any idea how via MDBC module for Powershell get many records? (like 100 000 000) I tried Invoke-MdbcCommand via find and getMore but on mdbc has error with - "no cursor" ?? I'm trying to do a batch read of a large collection and then write to azure blobs in threads, but nothing from their library wants to work
@winstarshl11 күн бұрын
2 хвилини тому (змінено) Any idea how via MDBC module for Powershell get many records? (like 100 000 000) I tried Invoke-MdbcCommand via find and getMore but on mdbc has error with - "no cursor" ?? I'm trying to do a batch read of a large collection and then write to azure blobs in threads, but nothing from their library wants to work
@shanewilliams295613 күн бұрын
Hey man, please keep the powershell videos coming. I love your content, big fan.
@MedamineAmmar-m4v13 күн бұрын
man the tutorial is very good but what is that weird sound that coming from the background
@sarahhintze110614 күн бұрын
Can you update the captions to 100% English and not be auto-generated?
@sarahhintze110614 күн бұрын
Can you update the captions to 100% English and not be auto-generated?
@sarahhintze110614 күн бұрын
Can you update the captions to 100% English and not be auto-generated?
@sarahhintze110614 күн бұрын
Can you update the captions to 100% English and not be auto-generated?
@sarahhintze110614 күн бұрын
Can you update the captions to 100% English and not be auto-generated?
@sarahhintze110614 күн бұрын
Can you update the captions to 100% English and not be auto-generated?
@BruceMcLintic14 күн бұрын
Hi, I need the outlook.xml as well please
@willywagtails594315 күн бұрын
just brilliant, #JackedProgrammer is the best. Love your work. Huge help
@UpgradesTodates16 күн бұрын
15.001 Subscribers. Well deserved. Love your Videos !
@AyanMullick17 күн бұрын
Thank you for the video. Could you do the crud operations on it with a Microsoft Entra user instead of a local user?
@BesserdichLeo17 күн бұрын
totally agree... Keep making these Videos
@Yerlinuskus17 күн бұрын
Wonderful, thats exactly what i needed! Legendary !!! Thanks a million for your effort and help ❤
@maxatwood597418 күн бұрын
Hi: I am really enjoying your video series although I am only 4 videos in. I am new to PS and still learning about where it fits into the world. So, the one thing that I think would really make a huge difference is little more discussion about use cases. Sort of "Why do I want to learn this stuff?" I think this would provide more context around the material you are presenting.
@shimon120 күн бұрын
Hey, thank you for all of your videos, some of them have been really helpfull for me! I was wondering if you could make a video detailing how to create a scheduled task in powershell - with different triggers, actions, settings etc. Would be much appreciated 🙏
@bibouall998221 күн бұрын
Hello, I would like to know if you can help me to do the same but offline because I don't want to connect my server or workstations to the Internet. Thanks a lot. Best regards
@willywagtails594322 күн бұрын
Brilliant, #JackedProgrammer is the best teacher of code I have seen
@burstfireno161723 күн бұрын
Just a tip, you might consider downsize your image on the screen :) thx for the video
@user-ut9ys8yj2m24 күн бұрын
Anybody heard the snore in the background? The teacher must be doing this video at late night. Thank you for your time!
@TheMarkGross25 күн бұрын
At the 5:55 point I ran it and got an error. AI review said that I should use "select-object" instead of only "select" and that seemed to work. Why would you say it works for you but not for me? is there a setting in Visual Studio code or a particularity in a version of PowerShell?
@TheMarkGross25 күн бұрын
i see that "select" and "where" are aliases. I guess I'm not set up to use Alias
@AnthonyR925 күн бұрын
360p? pass
@user-ut9ys8yj2m25 күн бұрын
Thank you so much to make me understand this "Funky" powershell!
@pranavdeshpande967525 күн бұрын
Please create SFTP session videos too using powershell, what should be the best Module for the SFTP sessions , modules needed to install and everything?
@GamersCodex25 күн бұрын
Never even thought of adding text to speech to my scripts, this is brilliant! Thanks for another great Powershell upload!
@vincentmontalvo132526 күн бұрын
I appreciate you my guy! Thank you for the content, I know you it takes time and effort. You are making a difference in my life and I can't thank you enough <3
@LasseThomsen28 күн бұрын
Watched them all 1-11 over two days; very good, thank you!