Hagen Deike Ⓜ️ · @samurai
38 followers · 12 posts · Server sueden.social

Anyone who had their first experience with computers in the 80s often did so on a Commodore 64. The nostalgia of turning on the blue screen lasts to this day. That is why I have adapted my PowerShell environment so that it looks like a C64. How you can customize your shell as well I described here. Have fun with it.

blog.greenbrain.de/2023/03/the

#PowerShell #powershellcore #powershell7 #windows #WindowsServer #WindowsTerminal #terminal #commodore64 #c64 #retro

Last updated 1 year ago

Thomas Lee βœ… :patreon: · @DoctorDNS
839 followers · 1116 posts · Server masto.ai

So my latest PowerShell book is actually published:
tfl09.blogspot.com/2023/02/my-

Still looking for reviewers

#powershell #powershell7

Last updated 2 years ago

Thomas Lee βœ… :patreon: · @DoctorDNS
832 followers · 1110 posts · Server masto.ai

I also finished work on my book. Covers using and . Even shows how to use to manage WSUS!

4/4

#powershell #powershell7 #windowsserver2022 #pwsh

Last updated 2 years ago

Damian Garbus · @poshlandPRO
26 followers · 57 posts · Server techhub.social

How often are you using classes instead of pscustomobjects in ?

For me, using classes, you have better control over your data.

learn.microsoft.com/en-us/powe

#powershell #powershell7 #powershellscripting

Last updated 2 years ago

regphunt · @regphunt
28 followers · 787 posts · Server techhub.social

OK, so I had heard of Prompt and wanted to try it our on . Googled it. Installed some NerdFonts πŸ˜’. Downloaded Starship from the Github and followed the instructions for set up. Just errors about it not being for this OS 😀.
While poking around, found out about πŸ€”. Installed πŸ€”. Installed PS7 hoping maybe that would work. Nope. Learned more about PS7.
Somehow came across , and installed that. Worked right off 😲. Tried different themes, didn't like any of them. Made a copy of a theme JSON and tweaked it until I liked it 😘.
Quite the Linux-ish rabbit hole I wasn't expecting to go down πŸ€ͺ.

#starship #powershell5 #powershell7 #winget #ohmyposh

Last updated 2 years ago

Thomas Lee βœ… :patreon: · @DoctorDNS
771 followers · 913 posts · Server masto.ai

@cl alternatively, in change the value of $PSSessionConfigurationName to be a 7 one.
LIke this:

#powershell7 #powershell

Last updated 2 years ago

Thomas Lee βœ… :patreon: · @DoctorDNS
771 followers · 913 posts · Server masto.ai

@cl
1. Determine Endpoints:
Enable-PSRemoting # to be safe
Get-PSSession Configuration
This gets you the endpoint names for 7 sessions. you should see two!

2. Then create tne New-PSSession using the Configuration Name parameter.

Looks like this:

#powershell7 #powershell

Last updated 2 years ago

Thomas Lee βœ… :patreon: · @DoctorDNS
771 followers · 913 posts · Server masto.ai
Thomas Lee βœ… :patreon: · @DoctorDNS
708 followers · 766 posts · Server masto.ai

@shwalsh13@vmst.io Hardest ch was the last. Trying to manage in 7. The WSUS team could not have shipped such a ore Powershell unfriendly module and object model if that was their aim. Even the RSAT tool feature name is different to ALL the rest. And I suspect MSFT will never revise it to use more modern protocol and support #.NET. Still with there are ways around this

#wsus #powershell #powershell7

Last updated 2 years ago

Shane Walsh · @shanewalsh
5 followers · 13 posts · Server mastodon.ie

I know it is boring but I have been playing around with Compress-Archive Cmdlet lately and it is very helpful especially when working with multiple files.

Here is a quick demo to see it in action. The -Update parameter overwrites the file each time. So you won't experience errors.

#powershell #powershell7 #scripting #Cmdlet

Last updated 2 years ago

Shane Walsh · @shanewalsh
4 followers · 9 posts · Server mastodon.ie

A fantastic book by @DoctorDNS which although I don’t get much Server Exposure still have taught me a lot. Cheers Thomas, and great to see you on here.

#powershell #powershell7

Last updated 2 years ago

Shane Walsh · @shanewalsheire
29 followers · 63 posts · Server mastodon.ie

A small little function I wrote this evening which fetches the Partition Name and Size on a Windows Device. Nothing groundbreaking.

#powershell #scripting #windows #powershell7

Last updated 2 years ago

Shane Walsh · @shanewalsheire
29 followers · 63 posts · Server mastodon.ie

If anyone is looking for a nice way to present code on here or anywhere else give carbon.now.sh/ a try. I just used this random PowerShell 7 output as an example.

#carbon #powershell7 #coding #scripting

Last updated 2 years ago