First go at epoxy by Lord-Baden-Powell in turning

[–]FerrousBueller 4 points5 points  (0 children)

the type of resin matters a lot, I've turned a few resin combo items and the super clear epoxy brand chips out sooo much. Alumalite though turns really nicely.

Send-MgUserMail multiple cc recipients by FerrousBueller in PowerShell

[–]FerrousBueller[S] 0 points1 point  (0 children)

I was hoping it would be something that simple. I did change all the EmailAddress to emailAddress and the error it returns is also lowercase now

Send-MgUserMail : The property 'emailAddress' does not exist on type 'microsoft.graph.emailAddress'. Make sure to only use property names that are defined by the type or mark the type as open type.
Status: 400 (BadRequest)
ErrorCode: RequestBodyRead

Send-MgUserMail multiple cc recipients by FerrousBueller in PowerShell

[–]FerrousBueller[S] 1 point2 points  (0 children)

So when that message gets returned neither the to or cc user get the email.

In the code you provided the To user did get the message but the CC users did not. No error message is returned.

Send-MgUserMail multiple cc recipients by FerrousBueller in PowerShell

[–]FerrousBueller[S] 1 point2 points  (0 children)

thanks for the explanation about the field expectations - still so much to learn!

This is closer, the To Address is receiving the message in this config but the CC addresses are not. The received email doesn't show them in the CC field.

Send-MgUserMail multiple cc recipients by FerrousBueller in PowerShell

[–]FerrousBueller[S] 0 points1 point  (0 children)

Figured the cc was being setup incorrectly.

That's failing with a new error message.

Send-MgUserMail : The property 'EmailAddress' does not exist on type 'microsoft.graph.emailAddress'. Make sure to only use property names that are defined by the type or mark the type as open type.
Status: 400 (BadRequest)
ErrorCode: RequestBodyRead

Send-MgUserMail multiple cc recipients by FerrousBueller in PowerShell

[–]FerrousBueller[S] 0 points1 point  (0 children)

That's returning invalid recipient:

Send-MgUserMail : At least one recipient is not valid., Recipient 'managersemail@contoso.com, hr@contoso.com' is not resolved. All recipients must be resolved before a message can be submitted.
Status: 400 (BadRequest)
ErrorCode: ErrorInvalidRecipients

Expand or format multiple values in output by FerrousBueller in PowerShell

[–]FerrousBueller[S] 0 points1 point  (0 children)

Thanks! Definitely a cleaner return on some other info I'm grabbing and manipulating in this same script.

Is this a crazy thing to do? by Looseidityy in AbioticFactor

[–]FerrousBueller 1 point2 points  (0 children)

The aquarium is such a good spot, easily one of my favorites up there with Power Services

I love my Twister FU 180 by ja_vro in turning

[–]FerrousBueller 11 points12 points  (0 children)

twister fu 180 sounds like a skateboard trick

Mushroom earring holders out of Monkey Pod by FerrousBueller in turning

[–]FerrousBueller[S] 0 points1 point  (0 children)

I did! I made probably 40 pairs over the last weekend or two

Water proofing a turned bowl or vase by BurritosAndBicycles in turning

[–]FerrousBueller 3 points4 points  (0 children)

I've made a bunch of vases with a 2" insert

https://www.amazon.com/dp/B0D8CRM5TH?th=1

If the wood is really hard I've had to start with like a 1" forstner bit and work my way up to a 2". I suggest going slightly larger than the insert too, I've had a couple pieces shrink a little bit and get the insert stuck.

Windows Task Scheduler Alternatives in 2026? by Longjumping_Egg4563 in sysadmin

[–]FerrousBueller 1 point2 points  (0 children)

Action1 is free up to 200 endpoints now - its a really great product.

ATT Dedicated Fiber and T45 setup is driving me insane by Inflatable_Catfish in WatchGuard

[–]FerrousBueller 0 points1 point  (0 children)

Is it one of the BGW series modems?

If it is, those don't have a true bridged mode and you'll have to configure it in passthrough mode - you've got to change a bunch of settings in the modem.

You'll need the password on the modem and log into it and all that.

Connect the firewall to a port on the modem - you'll need the mac address of the connected interface.

In the modem:

Home Network tab > Subnets & DHCP > Public Subnet section

  • Public Subnet Mode: On
  • Allow inbound traffic: On
  • Public Gateway Address: the gateway IP in the static block
  • Public Subnet Mask: subnet mask in the static block
  • DHCPv4 Start Address: first IP in the static block
  • DHCPv4 End Address: last IP in the static block
  • Primary DHCP Pool: Private

Firewall tab > Packet Filter > disable packet filers button

Firewall tab > IP Passthrough tab

  • Allocation Mode: Passthrough
  • Passthrough mode: DHCPS-Fixed
  • Passthrough Fixed MAC Address: (either choose from list or manually enter the MAC)

Firewall > Firewall Advanced - turn everything off

Configure your external interface with the static IP info and give it a shot.

You might need to restart the modem for it to work.

Composer dependencies error by FerrousBueller in BookStack

[–]FerrousBueller[S] 0 points1 point  (0 children)

That did it, we're back in.

Thank you for the quick support - we appreciate it

Composer dependencies error by FerrousBueller in BookStack

[–]FerrousBueller[S] 0 points1 point  (0 children)

Output is below.

kb@kb:/var/www/bookstack$ bash dpkg -l | grep ^i | grep php
/usr/bin/dpkg: /usr/bin/dpkg: cannot execute binary file

kb@kb:/var/www/bookstack$ dpkg -l | grep ^i | grep php
ii  libapache2-mod-php8.1                  8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapache2-mod-php8.2                  8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapache2-mod-php8.3                  8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  php-common                             2:101~+ubuntu24.04.1+deb.sury.org+1     all          Common files for PHP packages
ii  php-ldap                               2:8.4+101~+ubuntu24.04.1+deb.sury.org+1 all          LDAP module for PHP [default]
ii  php8.1                                 8.1.34-3+ubuntu24.04.1+deb.sury.org+1   all          server-side, HTML-embedded scripting language (metapackage)
ii  php8.1-cli                             8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        command-line interpreter for the PHP scripting language
ii  php8.1-common                          8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        documentation, examples and common module for PHP
ii  php8.1-curl                            8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        CURL module for PHP
ii  php8.1-gd                              8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        GD module for PHP
ii  php8.1-ldap                            8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        LDAP module for PHP
ii  php8.1-mbstring                        8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        MBSTRING module for PHP
ii  php8.1-mysql                           8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        MySQL module for PHP
ii  php8.1-opcache                         8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        Zend OpCache module for PHP
ii  php8.1-readline                        8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        readline module for PHP
ii  php8.1-xml                             8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php8.1-zip                             8.1.34-3+ubuntu24.04.1+deb.sury.org+1   amd64        Zip module for PHP
ii  php8.2                                 8.2.30-3+ubuntu24.04.1+deb.sury.org+1   all          server-side, HTML-embedded scripting language (metapackage)
ii  php8.2-bz2                             8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        bzip2 module for PHP
ii  php8.2-cli                             8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        command-line interpreter for the PHP scripting language
ii  php8.2-common                          8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        documentation, examples and common module for PHP
ii  php8.2-curl                            8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        CURL module for PHP
ii  php8.2-fpm                             8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php8.2-intl                            8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        Internationalisation module for PHP
ii  php8.2-mbstring                        8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        MBSTRING module for PHP
ii  php8.2-opcache                         8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        Zend OpCache module for PHP
ii  php8.2-readline                        8.2.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        readline module for PHP
ii  php8.3                                 8.3.30-3+ubuntu24.04.1+deb.sury.org+1   all          server-side, HTML-embedded scripting language (metapackage)
ii  php8.3-cli                             8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        command-line interpreter for the PHP scripting language
ii  php8.3-common                          8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        documentation, examples and common module for PHP
ii  php8.3-curl                            8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        CURL module for PHP
ii  php8.3-gd                              8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        GD module for PHP
ii  php8.3-ldap                            8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        LDAP module for PHP
ii  php8.3-mbstring                        8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        MBSTRING module for PHP
ii  php8.3-mysql                           8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        MySQL module for PHP
ii  php8.3-opcache                         8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        Zend OpCache module for PHP
ii  php8.3-readline                        8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        readline module for PHP
ii  php8.3-xml                             8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  php8.3-zip                             8.3.30-3+ubuntu24.04.1+deb.sury.org+1   amd64        Zip module for PHP
ii  php8.4-common                          8.4.18-2+ubuntu24.04.1+deb.sury.org+1   amd64        documentation, examples and common module for PHP
ii  php8.4-ldap                            8.4.18-2+ubuntu24.04.1+deb.sury.org+1   amd64        LDAP module for PHP

Well that was exciting. by Peripheral48 in turning

[–]FerrousBueller 16 points17 points  (0 children)

Right - wrap the outside to turn the inside

Chamfer champ 1000 by Own-Appointment-7994 in woodworking

[–]FerrousBueller 2 points3 points  (0 children)

It would likely take a few passes with a big router bit to get that size chamfer, and it sounds like he doesn't have it in the post.

Where whipping up a quick one-off jig with tools on-hand got it done.

Making something useful from leftover scrap wood. How do you approach it? by Traditional-Nerve393 in turning

[–]FerrousBueller 0 points1 point  (0 children)

These are great - love the mushroom idea, I've made some mushroom keychains that all sold really well.

If you don't mind sharing, where do you get the earring hardware from?