EncoreUneMarie, to windows French
@EncoreUneMarie@diaspodon.fr avatar

Si quelqu'un a un job d'amin cybersecurité dans le sud de Paris avec télétravail (par pitié) n'hésitez pas à me faire signe. J'suis sympa, je m'intègre bien et je suis moins bête que je n'en ai l'air.
J'ai bossé sur
Je suis très bonne en systèmes et cherche à me former sur
Je parle couramment l'anglais
J'ai travaillé sur le
Je fais du à mes heures perdues

drsbaitso, to windows

Good Monday morning, Fediverse! I'm looking for my next role, hoping to get .

Right now I'm a principal engineer and team lead for certificate infrastructure at a major US company. My day-to-day work focuses on PKI infrastructure/operations, Windows, and Active Directory. I get to help developers understand both the Why and How of the best practices for using certificates, along with keeping the certificate infrastructure humming along.

Working with Information Security, we've implemented company-wide multi-factor authentication for ~30,000 people. I've designed and executed migrating from on-prem PKI (Microsoft ADCS) to Certificates-As-A-Service, which reduced our total operating costs by about half. The includes dropping our datacenter footprint from multiple physical devices down to a couple of VMs.

Outside of the technical responsibilities, I'm mentoring and training junior/new teammates to build their skills and their confidence. Feedback from the management of our development and applications teams is that I've reinvigorated relationships and made certificate discussions something folks look forward to. And while nobody enjoys an outage, both managers and fellow individual contributors have told me that my calm, confident, and methodical presence is critical to both morale and quick resolution.

My current position doesn't offer much in the way of Azure exposure, but in my previous role I built out a Windows Virtual Desktop (now Azure Virtual Desktop, AVD) ecosystem from scratch when the pandemic first began and we had to send everyone to work from home on super-short notice. Nobody missed a day of work for lack of technical resources.

What I want from my next role is either a similar technical lead/principal level infrastructure/operations IC position or moving into management of a similar team.

If you're looking for a technical leader (with or without management responsibilities) to help shape and maintain your Windows/Active Directory environment, someone who can build relationships across a large organization, let's chat. DM me for email or Signal.

Current residence is in Syracuse, NY, but I'm open to relocation.

Boosts appreciated.

jborean, to Powershell
@jborean@fosstodon.org avatar

Just created Yet Another YAML module and published it to the PSGallery https://github.com/jborean93/PowerShell-Yayaml. It's 7.2+ only as it uses an AssemblyLoadContext to avoid DLL hell. Some nice features in there including YAML 1.2 and custom parser/emitting support.

dimi, to retrogaming
@dimi@techforgood.social avatar

An external SSD just had a catastrophic hardware failure while a PowerShell script was running...

The resulting error message is weird and likely coming from the bottom of the original DOS code 😂

jrdepriest, to transgender

Since there has been a huge influx of new users, I decided to write a new and actually pin it to my profile.
I'm pushing 50 years old and I live in a Red State that is trying to make me illegal. I'm a / woman married to a heterosexual cisgender woman who frequently talks about the current hellscape for people like me in my Toots.
I'm / which is probably why all of these sentences start with "I".
I've worked in for a little over 20 years. I've had lots of roles in , , and . I taught myself , , , and . I'm decent at . I can read and . I enjoy automating things and turning manual processes into scripts.
I've been the primary to my wife for 8 years since she developed a chronic condition and went on disability.
My hobbies including short fiction, journaling my , and playing on my laptop and .
I prefer over over . Still waiting for Amazon to do something, anything with the Stargate property.
While we loved the including and , in general we prefer over .
I'm a fan of / , and , especially the existential dread of or . I tend to sympathize with the nameless terrors. I am not a fan of mindless slashers, unrelenting gore, or torture porn. Over-the-top, egregious gore that crosses into the absurd is fine, though, so I am a Sam Raimi fan, obvs. Also, are underappreciated.
I'm slowly reconnecting with my roots. I knew some stuff about and had a friend who as a tree a lifetime ago and I'm trying to rekindle that.
We've got and they are our kids. I also happen to love , but we don't have any of those.






andthisismrspeacock, to Software
@andthisismrspeacock@mas.to avatar

New instance, new !

Hello again! I'm Jim, a for a company outside . I work mostly with , , , , and write and .

Despite all that I don't really like computers... I'd rather be or especially in or , shooting or doing watching .

Super , have a domestic partner... boys he's single!

beandev, to random German
@beandev@social.tchncs.de avatar

I'm in a call.

A small project with and to indicate a running meeting call.

Project can be found on .

https://codeberg.org/beandev/call-detector

JasonFossen, to windows

The System Informer tool replaces Process Hacker. It's very similar to Process Explorer, but open source. I've replaced these other tools in my SANS course labs (SEC505) with System Informer. I highly recommend it, it's a fun way to spend the day: https://www.systeminformer.com

fell, (edited ) to programming
@fell@ma.fellr.net avatar
furicle, to Powershell
@furicle@mastodon.social avatar

Huh.

$fred="git version"
& $fred

Doesn't work?

& git version

does work :-/

profoundlynerdy, to python
@profoundlynerdy@bitbang.social avatar

With stealing everyone else's thunder, what makes a project a good fit for a scripting language OTHER than Python?

svrooij, to Powershell Dutch

Are you a developer that sometimes builds command line tools? You should consider creating a module instead. You get command and parameter auto complete without building anything.
https://svrooij.io/2024/01/18/dependencies-powershell-module-csharp/

sasstu, to Powershell German

Using the PowerShell PSWindowsUpdate module https://bit.ly/3HsP8Wr via PlanetPowerShell

mdgrs, to Powershell
@mdgrs@fosstodon.org avatar

Do you have too many functions to call in the terminal and forget what to type?

Just call Start/Stop-PSRunFunctionRegistration before and after your function definitions. PowerShellRun gives you a TUI to fuzzy search and run them with ease.

https://github.com/mdgrs-mei/PowerShellRun?tab=readme-ov-file#-function

On the Windows Terminal, the user types 'pull' and GitPullRebase custom function matches with the fuzzy search. Hitting Enter runs that function. You can also copy the function definition to clipboard through the Action Window.

alvinashcraft, to windows
@alvinashcraft@hachyderm.io avatar
JeffHicks, to Powershell
@JeffHicks@techhub.social avatar

If you are a user, you should provide your feedback on open issues. Don't let a few people decide the future. I also encourage you to get involved with Discussions. https://github.com/PowerShell/PowerShell/issues

ciphertxt, to azure
@ciphertxt@mastodon.social avatar

Sometimes it's good to keep up with previews. We recently released the latest version of the #Storage module for #Azure #PowerShell. This release brings several changes for interactions with #AzureStorage Queues as we transition from a legacy data plane SDK to our modern data plane SDK (details in https://github.com/Azure/azure-powershell-pr/issues/3261).

You can find the latest preview module on the PowerShell Gallery at https://www.powershellgallery.com/packages/Az.Storage/6.1.4-preview

bradwilson, to dotnet
@bradwilson@mastodon.social avatar

Upgrading to .NET 8 breaks the dotnet tool version of PowerShell 7. Re-installation doesn't help. 😞

Moving to installation via WinGet made it work again.

YourAnonRiots, to Powershell Japanese
@YourAnonRiots@mstdn.social avatar

infections employ various file types, including , Windows Script File (WSF), and VBScript (VBS) to bypass detection measures.

What remains consistent, though, is its use of dynamic DNS (DDNS) services.

Read: ⬇️
https://www.trendmicro.com/en_us/research/23/l/analyzing-asyncrat-code-injection-into-aspnetcompiler-exe.html?utm_source=trendmicroresearch&utm_medium=smk&utm_campaign=122023_AsyncRAT

mdgrs, to Powershell
@mdgrs@fosstodon.org avatar

Speeding up PowerShell module development with RestartableSession:

https://mdgrs.hashnode.dev/speeding-up-powershell-module-development-with-restartablesession

I needed a way to reload modules quickly on the terminal🚀

jbzfn, to javascript
@jbzfn@mastodon.social avatar

⌛ The End of an Era: Microsoft Phases Out VBScript for JavaScript and PowerShell | @thehackernews

"Both NTLM and VBScript are known to be abused by threat actors to conduct malicious activities, prompting Redmond to remove features in an attempt to minimize the attack surface"

https://thehackernews.com/2024/05/the-end-of-era-microsoft-phases-out.html

alex, to Powershell
@alex@air11.social avatar
mdowst, to Powershell
@mdowst@mastodon.social avatar

Weekly for April 26, 2024 is out now! https://psweekly.dowst.dev/?p=6806

Clatent, to Powershell
@Clatent@techhub.social avatar

One-Ljner Wednesday! What is your current favorite one-liner? Bonus points for one-liners that would be helpful to someone getting into PowerShell

zirias, to windows
@zirias@techhub.social avatar

Goal: Get some certificate obtained with deployed on some box

Step 1: Ok, this probably works best with (which I don't really like ...)

Step 2: There's no port ... but hey, there's now a FreeBSD port of , let's try to "just" build Powershell using that.

Step 3: Hell why does it fail to build. Oh, System.Security.Cryptography.Native doesn't play well with

Patch and retry, I guess I'll take some sleep now first. Bah!

(there's some irony in running into OpenSSL/LibreSSL issues when trying to deploy TLS certificates ...)

zirias,
@zirias@techhub.social avatar

In case you want to test on NOW ... here's a patch for :
https://people.freebsd.org/~zirias/patches/0001-shells-powershell-Add-new-port.patch

It currently requires at least these patches applied before:
https://reviews.freebsd.org/D44560
https://reviews.freebsd.org/D44561

Note they will probably change, the maintainer of lang/dotnet is looking for better options to solve these issues.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • modclub
  • everett
  • rosin
  • Youngstown
  • slotface
  • ethstaker
  • mdbf
  • kavyap
  • osvaldo12
  • DreamBathrooms
  • anitta
  • Durango
  • ngwrru68w68
  • tester
  • khanakhh
  • love
  • tacticalgear
  • cubers
  • GTA5RPClips
  • Leos
  • normalnudes
  • provamag3
  • cisconetworking
  • JUstTest
  • All magazines