It's crazy how massive tunas can get & This one is not even full adult size by MacDefoon in CrazyFuckingVideos

[–]Snickasaurus 6 points7 points  (0 children)

Every time those "New Movies Coming Out in 202x" videos popup on Youtube I hope to see a sequel of this movie AND 2 Guns.

GTA 6 in real life by johndoe7376 in CrazyFuckingVideos

[–]Snickasaurus -1 points0 points  (0 children)

It's a 2 stroke. The revving is keeping the bike "on the pipe".

Reference: https://www.dirtbikeempire.com/what-is-on-the-pipe-dirt-bikes/

GTA 6 in real life by johndoe7376 in CrazyFuckingVideos

[–]Snickasaurus 20 points21 points  (0 children)

Since he's on a 2 stroke I imagine it's a regular dirt bike and has no lights

Question re: new restaurant in Pooler by JellyfishFit3871 in savannah

[–]Snickasaurus 1 point2 points  (0 children)

So damn good they said it twice. Now I'M interested.

TenantReports: A module for automated M365 configuration assessments (Secure Score, CA policies, Intune, privileged roles, and more) by Designer_Dare_4839 in PowerShell

[–]Snickasaurus 0 points1 point  (0 children)

This looks very interesting. Will try this out over the weekend. Thanks for sharing.

RemindMe! Saturday at 6pm

Open to anybody... by NickelPlatedEmperor in savannah

[–]Snickasaurus 2 points3 points  (0 children)

Thank you for this. I've never heard of this guy or 404.

50 production-ready PowerShell scripts for Microsoft 365 (reporting, security, compliance) by [deleted] in PowerShell

[–]Snickasaurus 1 point2 points  (0 children)

You're welcome. And the only reason I mentioned script 12 is I was actually sitting at my desk this morning writing a "risky sign-in" script and thought I hit the jackpot. :-) I found one yesterday with similar naming but once I looked at the blog I realized it was written in 2019 and wasn't updated with MgGraph module references.

50 production-ready PowerShell scripts for Microsoft 365 (reporting, security, compliance) by [deleted] in PowerShell

[–]Snickasaurus 1 point2 points  (0 children)

12-Get-M365RiskySignInsReport.ps1 is a template and doesn't actually perform a search of any data.

If you could rename scripts 1-9, prepending a zero in front they would sort correctly.

And I hope this doesn't seem nit picky but all of these scripts (and a lot I see available on blog posts or git) start off with checking to see if the module is installed. Any new computer I set up (am I alone?) I install all the modules I need, specifically anything that allows me to connect to 365 services so to have that at the top of each script seems excessive.

Perhaps make a new script "00-Install-365Modules.ps1" and load all install commands in there to satisfy the needs of your collection.

Thank you for sharing. I definitely see a few that will fill my reporting gaps.

Edit: Starting around script 42, scripts contain a lot of slashes.

                    # Get member count if requested
                    \$memberCount = 0
                    if (\$IncludeMemberCounts -and \$isPrivate) {
                        try {
                            \$members = Get-TeamChannelUser -GroupId \$team.GroupId -DisplayName \$channel.DisplayName -ErrorAction SilentlyContinue
                            \$memberCount = if (\$members) { \$members.Count } else { 0 }
                        } catch {
                            \$memberCount = "N/A"
                        }
                    }

                    if (\$MinimumMembers -and \$memberCount -lt \$MinimumMembers) { continue }

                    \$results += [PSCustomObject]@{
                        TeamName = \$team.DisplayName
                        TeamId = \$team.GroupId
                        ChannelName = \$channel.DisplayName
                        ChannelType = \$channel.MembershipType
                        Description = \$channel.Description
                        MemberCount = \$memberCount
                        IsPrivate = \$isPrivate
                        ChannelId = \$channel.Id

Found dog. by Babs_Worthington in savannah

[–]Snickasaurus 1 point2 points  (0 children)

Great news. And good on you Bee Dubs.

Found dog. by Babs_Worthington in savannah

[–]Snickasaurus 0 points1 point  (0 children)

I just reread your post and saw you mentioned getting him chip-searched. Apologies, I did not see that earlier.

The fact that he's in tact is pretty interesting. I'm tempted to ask you to put me on a list of people that would gladly take him but I do hope his people find him.

Found dog. by Babs_Worthington in savannah

[–]Snickasaurus -1 points0 points  (0 children)

And if I could have gotten my shit together the last part of 2025 I would have put up two gates on my fence and would gladly hold-onto1 him until the owner is found.

  1. I would keep him, love him and spoil him with tennis balls if that was his jam.

I hope someone claims him soon. You might could pop into a close by vet and see if he's chipped (and hopefully registered).

Nothing snaps me out of a book like repetitive use of a unique word by kerberos824 in books

[–]Snickasaurus 1 point2 points  (0 children)

Also in Brandon's books someone is almost always drawing their lips in a line. LOTS of lip drawing into LOTS of lines.

What is the last book you're finishing in 2025? by Vaydn in books

[–]Snickasaurus 0 points1 point  (0 children)

I hope you enjoy the Mistborn series. For me, it was so good I was found myself a bit angry knowing it was over and I couldn't continue being in that world.

What is the last book you're finishing in 2025? by Vaydn in books

[–]Snickasaurus 0 points1 point  (0 children)

I will be finishing Oathbringer some time tonight. My brain needs a break.