Getting Started with RadarOmega
7:43
PowerShell Basics - Variables
13:14
2 жыл бұрын
PowerShell Basics - Strings
24:20
2 жыл бұрын
PowerShell Cmdlets - Select-Object
14:04
Пікірлер
@bestapps4709
@bestapps4709 2 күн бұрын
Link to the license to download bro❤
@seansauve3698
@seansauve3698 10 күн бұрын
Any chance PowerShell Universal can render a Jupyter notebook on a dashboard page? I have a lot of docs on PU already using TinyMCE and HTML, but would love to step up my game.
@JohnQ85
@JohnQ85 12 күн бұрын
what the heck do we use now with the Designer removed
@hooeetube
@hooeetube 13 күн бұрын
I take it this functionality no longer exists in 5.x?
@alirezaei9749
@alirezaei9749 19 күн бұрын
i have windows 10 and vs code in other drive and it is not in c drive . oh my posh not working in vs code in powershel it is ok
@MrRmeadows
@MrRmeadows Ай бұрын
What is PowerShell Universal?
@kristofstroobants3429
@kristofstroobants3429 Ай бұрын
Say I write a script that targets Exchange O365, I'll have a tenant for LAB and one for PROD. The code of the script would then be identical across environments but the underlying configuration (the credential vaults for instance) would be unique to their environment. I assume, as long as you build up those vaults the same way (variable names), your code should function correctly? To add to your example of the Title. What if i would chose different colors per environment? Since I would start out at the LAB env, it would automatically find itself into PROD. So how do you go about that? Write if statements per domain in each of the settings files? But what about schedules? The schedules in LAB will differ from PROD. I guess what I'm asking is, how to go about these things best?
@TheTychus
@TheTychus Ай бұрын
Looks like programmers just changed their mind and removed the graphical part o app designer. And changed a bunch of cmdlets. Upgraded to v5 and realized that I have to start learning from scratch...
@DailenGunter
@DailenGunter 2 ай бұрын
Game. Freaking. Changer. 😮😮😮
@TechnicalTerry
@TechnicalTerry 2 ай бұрын
How? What do you foresee using it for? I can think of a couple of simple things, but nothing that can’t already be accomplished another way. I’m not trying to downplay it. I do think that it’s a cool capability, but I don’t think I’m seeing it the same way you are and I am genuinely interested in extended use cases.
@DailenGunter
@DailenGunter 2 ай бұрын
@TechnicalTerry I manage software deployments for a number of clients for an MSP and often installs require multiple steps including restarts. performing remediations in mass is immensely helpful. RMMs are helpful for deploying scripts but reporting and data gathering are awful. Agents have the advantage circumventing challenges with windows firewall, WinRM being misconfigured, multitenant permissions, remote execution over VPN, unable to access DC to authenticate execution bc of weird network setups, etc. I manage private chocolatey software repositories and occasional need to make config changes like changing the repo authentication in networks that lack a domain controller. Changing software configurations en masse like updating license key, pointing to a new network config location, etc etc. Mass email migrations from on premise exchange to 365 often require a lot of changes per workstation. If you've ever had outlook break bc of coms add-on, easiest way to disable it is via registry so executing a script via local agents would be so much faster. I live and die by the console so anything that avoids touching dozens of machines manually is big win for me 😊
@LOOregano
@LOOregano 2 ай бұрын
this is awesome....cannot get it to work in my vscode environment. I think I need a video on how to get started (all over again) with VScode!
@AtreidaeChibiko
@AtreidaeChibiko 2 ай бұрын
The notifications in VSCode are a great idea Adam. Been bringing me here and trying to figure out if I can squeeze a PSU licence back into my budget. keep it up :D
@ayasmin11
@ayasmin11 2 ай бұрын
Super. Thanks a lot!! it works
@arashfattahi8936
@arashfattahi8936 2 ай бұрын
Hi Adam, Amazing video. How do I get the actual output of the PowerShell command? "ps.output" command returns "<pypsrp.powershell.PSDataStreams object at 0x76808d28fb90> which is not really useful. Thanks.
@WindosNZ
@WindosNZ 2 ай бұрын
Apologies if I missed it in the video. Are there licensing implications of running multiple instances of PSU like this?
@AdamDriscoll
@AdamDriscoll 2 ай бұрын
Yes. You will need a license for each instance of PSU.
@Palmolive360
@Palmolive360 2 ай бұрын
Will be trying v5 on a test server once I'm back from vacation - hope we can still utilize roles as in v4, as we have 100+ pages with individual roles assigned to them (I know the pages concept changes as well).
@ADADM
@ADADM 2 ай бұрын
@AdamDriscoll why will Desktop mode be deprecated in v5?
@AdamDriscoll
@AdamDriscoll 2 ай бұрын
We are trying to focus on our core value proposition with the product and not spread the team too thing with features that aren't used often. That said, we have updated the installer to also perform user-scoped installs so that it runs on login just like desktop mode did. You'll be able to select this when you run the installer. It will then run in the user space so you can still do all the things PSU can do but running under your user account.
@ADADM
@ADADM 2 ай бұрын
@@AdamDriscoll Thanks, good to know :)
@MikeHansondev
@MikeHansondev 2 ай бұрын
This is an awesome addition. Thanks!
@LukeAvedon
@LukeAvedon 2 ай бұрын
LOVE this.
@goonbreathfpv
@goonbreathfpv 2 ай бұрын
Haa Exec at abul lol. @22 seconds. How can you work in computers and not know how to pronounce executable!
@thiagocordeiro8411
@thiagocordeiro8411 3 ай бұрын
thank you very much
@kiranraj-dw5gq
@kiranraj-dw5gq 3 ай бұрын
thank you for this video. Short and educative
@parispaizal
@parispaizal 3 ай бұрын
Thanks
@garypuckering7458
@garypuckering7458 4 ай бұрын
Very helpful! Thanks!
@conorpodonoghue
@conorpodonoghue 4 ай бұрын
Excellent tutorial - many thanks for posting.
@santoshketkar1021
@santoshketkar1021 4 ай бұрын
late to the party! thank you! ... how about wcf CallBack methods that use OperationContext.Current.GetCallbackChannel .. how to gRPC them? :))
@pumpalBo
@pumpalBo 5 ай бұрын
Thanks for the video. Didn't realize Powershell has a Linux version that needs to be installed natively in the WSL distro.
@calibratedape7044
@calibratedape7044 5 ай бұрын
You're my hero! I've found some info about opening dump file with WinDbg, but I had no idea where to even start learning the tool. This was exactly what I needed. Thanks!
@charliesherman7533
@charliesherman7533 5 ай бұрын
Hi Adam, Thanks for this. Question. If I have 2 window forms running in their own runspaces. How can I close and dispose the 2nd window thru a button or an event in the 1st window?
@Upperton
@Upperton 5 ай бұрын
Thankfully I had this bookmarked as I needed to use it again to host and launch my wife's hypnotherapy business - excellent tutorial!
@nhatvuquang6279
@nhatvuquang6279 6 ай бұрын
I did all things like you but when I open the new tab, I always loss the customize theme :(
@insyiraaharif
@insyiraaharif 6 ай бұрын
Hi, I am trying to launch form designer using VS code and Powershell Pro Tools in ubuntu. But I am stuck at the “PowerShell Pro Tools is connecting…” Is there any way to fix it? Thank you!
@cidar4750
@cidar4750 6 ай бұрын
1:56 Thanks! The font was named otherwise and I did not got that until now. It is "MesloLGS Nerd Font", respectively "MesloLGS Nerd Font Mono"
@SilentNorn
@SilentNorn 6 ай бұрын
typed dotnet add package Microsoft.PowerShell.SDK in Terminal. error: for the paket "Microsoft.PowerShell.SDK" are no versions available. I installed the PowerShell SDK beforehand and even restarted my pc. what am I doing wrong?
@SilentNorn
@SilentNorn 6 ай бұрын
Apparently neither DotNetSDK 6 nor 8 support PowerShell anymore. I am going to stay with python, where it still works...
@gerardoverrone4902
@gerardoverrone4902 7 ай бұрын
Amazing! First hit on the search on how to debug PS in VsCode and the complete and perfect explanation comes up! You even cover advance topics! Super Helpful!! Cheers
@MrJ-ih9mw
@MrJ-ih9mw 7 ай бұрын
not work for me I try use 0xProto and the font that you use but still have  progr    ❯
@shashankvivek4812
@shashankvivek4812 7 ай бұрын
The best intro video to Code first grpc.
@elezthemdev
@elezthemdev 8 ай бұрын
Thx bro!
@MichaelButt-i4i
@MichaelButt-i4i 8 ай бұрын
Hey, there. Thanks for the run down here, it was super useful. I do have one question though. How are you able to use Console.WriteLine and ReadLine without using System;? I am still having to use it for similar code. I am using Visual Studio 2019 and not VSCode, though I'm not sure if it's relevant.
@Poegim
@Poegim 8 ай бұрын
Thanks!
@simon057
@simon057 8 ай бұрын
hey, can I access the root folder of the server running the docker container itself through vscode in the webrowser? (I just installed an ssh extention, but maybe there is a better way)
@kenthoang5097
@kenthoang5097 8 ай бұрын
How do you Import-Module ActiveDirectory inside this Powershell project? I kept getting errors
@idanmashta
@idanmashta 9 ай бұрын
when i run a script with a breakpoint in VS code it doesn't enter a [DBG] mode in terminal, tried to change to 'continue', 'Break' still the same, how can i get the script to stop when it reach a breakpoint? thanks
@carsten-giese
@carsten-giese 9 ай бұрын
Can I launch a vbs-code instead of the batch to avoid that extra cmd-popup?
@AyanMullick
@AyanMullick 10 ай бұрын
Can the pages or dashboards be hosted on GitHub pages?
@НикитаПестов
@НикитаПестов 10 ай бұрын
thank you!
@borkesahin6881
@borkesahin6881 10 ай бұрын
Can we apply it in cmd in integrated VSCode terminal?
@anderson.martines
@anderson.martines 11 ай бұрын
\o/, aparently the automation could be removed that version 7.4, but stays still 7.2
@anderson.martines
@anderson.martines 11 ай бұрын
the bamespace Automation doesnt found in my project, even installing the <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0" />
@mehrzadtajik2338
@mehrzadtajik2338 11 ай бұрын
Very helpful <3
@Tyler-uh3oj
@Tyler-uh3oj Жыл бұрын
😏 P r o m o s m