Trusted SigningโManaged Signing Services | Microsoft Azure
Secure your applications with a fully managed end-to-end signing service for code, documents, applications, and more with Trusted Signing from Microsoft Azure.
If you build software, you're based in the US or Canada, and your organization has been around for at least 3 years, check out Azure Trusted Signing.
It costs $9.99/mo, which after 3 years, costs about the same as a 3-year DigiCert โ all without the antiquated ID verification.
07.08.2025 10:34 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
A PowerShell Core terminal displays detailed information about an X.509 certificate, showing fields like NotAfter (8/8/2025), NotBefore (8/5/2025), SerialNumber, Thumbprint, and Issuer. Two red arrows highlight the Issuer as "CN=Microsoft ID Verified CS AOC CA 02" and the Subject as "CN=dbatools, O=dbatools, L=Vienna, S=Virginia, C=US." The background includes a stylized purple-and-cyan avatar graphic in the lower-right corner, suggesting a personalized or themed terminal setup.
But how cool is it to have your software signed by @microsoft.com?
Also, check out that NotAfter and NotBefore, so short!
07.08.2025 10:34 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0
Or you can stay with version 2.5.1. That signature will be valid pretty much until the end of time.
Oh and going back to Install-Module, if you switch to Install-PSResource, that bypasses the SkipPublisherCheck requirement.
```
Install-Module Microsoft.PowerShell.PSResourceGet
```
07.08.2025 10:34 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
EXPECTED ERROR: Update-Module dbatools Authenticode Issue for 2.5.5 ยท Issue #9748 ยท dataplat/dbatools
TLDR: dbatools is moving to Azure Trusted Signing, which means Microsoft backs our reputation and dbatools won't trigger as many antivirus false positives. Users upgrading from older signed version...
Not up for dealing with daily cert rotation? You can set your execution policy to Bypass or Unrestricted.
If this sounds concerning to you, the post below should provide you with reassurance. Also, most if not all of us on the dev team set our Execution Policies to Bypass or Unrestricted if we can.
07.08.2025 10:34 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Import-Dbatools
Import-Dbatools. GitHub Gist: instantly share code, notes, and snippets.
For users with strict ExecutionPolicies, we have a workaround for the daily cert rotation in Windows PowerShell.
Add this Import-Dbatools function to your profile to auto-trust certs:
07.08.2025 10:34 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
A Windows Certificate Manager window shows the "Trusted Publishers" certificate store under "Certificates - Current User." The selected certificate is issued to "dbatools" and issued by "Microsoft ID Verified CS AOC CA 02," with an expiration date of August 8, 2025. Other listed certificates include several issued to "Microsoft Corporation" by "Microsoft Code Signing PCA 2011," mostly for Microsoft Publisher and code signing purposes, with varied expiration dates. The view indicates 10 total certificates in this store.
Our cert now shows Microsoft ID Verified as the issuer. Identity validation took just 30 minutes vs DigiCert's 2+ months.
Azure Trusted Signing provides instant reputation tied to our verified identity & not to a specific cert like the old way. Should finally solve years of false positives.
07.08.2025 10:34 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Upgrading from older versions? You'll need this ONE time:
```
Install-Module dbatools -Force -SkipPublisherCheck
```
After that initial transition, you won't need SkipPublisherCheck again since our cert keeps the same subject and root CA for version 2.5.5+ onward.
07.08.2025 10:34 โ ๐ 3 ๐ 3 ๐ฌ 1 ๐ 0
dbatools is moving to Azure Trusted Signing
TLDR: dbatools is moving to Azure Trusted Signing, which means Microsoft backs our reputation and dbatools won't trigger as many antivirus false positives. โฆ
๐ Big news! dbatools is moving to Azure Trusted Signing, which provides base reputation on Windows SmartScreen. No more antivirus false positives.
The catch? If you use strict ExecutionPolicies, you'll need to trust our cert after each update (it rotates daily). But we've got automation scripts.
07.08.2025 10:34 โ ๐ 18 ๐ 9 ๐ฌ 2 ๐ 1
๐ oh good. Happy that was the issue after getting that notification!
14.03.2025 14:34 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Configuring and using SQL Server client aliases
In this post I cover SQL Server client aliases, what they are and when they're useful, as well as how to configure, update, and use them.
Blog post from the past:
I which I demo creating and managing aliases via @dbatools.io, cliconfig, SQL Server Configuration Manager, and registry keys.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #powershell
vladdba.com/2023/09/29/c...
24.02.2025 20:59 โ ๐ 3 ๐ 2 ๐ฌ 0 ๐ 0
Hamburg PowerShell User Group #40 - AI, Wed, Jan 29, 2025, 7:00 PM | Meetup
Das nรคchste Treffen der Hamburg PowerShell User Group findet am 29.01.2025 um 19:00 Uhr statt und ihr seid herzlich eingeladen!
(Verschoben vom 22.01.25)
Das Treffen finde
โ ๏ธ Attention #HHPSUG #PowerShell people โ ๏ธ
Our Hamburg PowerShell User Group today was hit by flu season and we have to move it to next week.
๐New date & time: 29.01.25 19:00 CET
Hope to see you all then.
www.meetup.com/hamburg-powe...
CC @funbucket.dev
22.01.2025 12:39 โ ๐ 4 ๐ 6 ๐ฌ 0 ๐ 2
Fantastic walk through of using @dbatools.io with PowerShell Universal. Jess provides step-by-step examples of pulling data back in APIs and building out an app to display database in tables. She even gets into the server-side paging. Worth a watch!
20.01.2025 14:38 โ ๐ 4 ๐ 2 ๐ฌ 1 ๐ 0
Iโm getting so many ideas from this. And so little time.
20.01.2025 11:09 โ ๐ 4 ๐ 3 ๐ฌ 1 ๐ 0
So very cool. #dbatools & #PowerShellUniversal creating a dashboard enabling users to backup their databases and showing the current status. I also love that Jess explains some of the development process so that even if you're not a PowerShell expert you can still learn the steps to do this yourself
20.01.2025 08:53 โ ๐ 9 ๐ 4 ๐ฌ 1 ๐ 0
YouTube video by Jess Pomfret
PowerShell Universal + dbatools!
Put together a little video on using #PowerShellUniversal with @dbatools.io to create a cool dashboard!
What do you think? What should I add? (especially to the home page ๐คฃ)
www.youtube.com/watch?v=DKD1...
20.01.2025 07:42 โ ๐ 24 ๐ 11 ๐ฌ 0 ๐ 3
Lots of #SQLServer and #PowerShell on this list!
31.12.2024 15:33 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0
PowerShellUniversal.API.dbatools - PowerShell Module
HTTP REST APIs for dbatools.
I've been making some PowerShell modules to test out PowerShell Universal's upcoming improvements to handling resources embedded in modules. Here's a simple @dbatools.io REST API. It mostly wraps some of the get commands but will likely add some more soon. powershelluniversal.com/gallery/Powe...
26.12.2024 21:05 โ ๐ 17 ๐ 6 ๐ฌ 2 ๐ 0
#psconfeu starter pack for bluesky ๐ซถ๐
go.bsky.app/3yWTwPy
08.11.2024 20:56 โ ๐ 10 ๐ 10 ๐ฌ 0 ๐ 0
My fav starter packs so far, a thread:
stats: go.bsky.app/Ki7PjpS
stats: go.bsky.app/7TBN5rX
causal inference: go.bsky.app/FdemGAZ
package devs: go.bsky.app/N1569Qh
data peeps: go.bsky.app/8TdEfdK
medical stats: go.bsky.app/ArqEz36
bioinformatics: go.bsky.app/Ha64Gmv
r-ladies: go.bsky.app/Vgxwa2F
26.10.2024 19:23 โ ๐ 280 ๐ 135 ๐ฌ 19 ๐ 30
YouTube video by DataPopkorn
Chrissy LeMaire - Importing unstructured data from PDF to SQL Server #DataPopkorn 2024
I made a 5-minute video for #DataPopkorn, hosted by @mikeybronowski.bsky.social!
In the video, I quickly show how you can use OpenAI's Structured Output and PowerShell to import data right from a PDF into SQL Server.
#OpenAI #PowerShell #SQLServer
28.10.2024 15:22 โ ๐ 14 ๐ 6 ๐ฌ 1 ๐ 0
chatgpt solidly answering a question about DR
I like the responses so far, too ๐
11.03.2024 11:51 โ ๐ 5 ๐ 2 ๐ฌ 0 ๐ 0
ChatGPT - dbatools help
Finds commands and assists with dbatools development
I created a GPT for #dbatools that helps with development, contributing AND finding commands! I uploaded our XML help file along with a few of my demos and SMO's XML file.
11.03.2024 11:48 โ ๐ 4 ๐ 1 ๐ฌ 1 ๐ 0
After nearly 10 years, we've made it to 250 contributors! Thanks to all who have given their time to help make such a useful tool for the community ๐
10.03.2024 08:12 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0
Release v2.1.10 ยท dataplat/dbatools
THIS RELEASE ADDRESSES TWO CVE'S
This update addresses two CVE's, one in Microsoft.Data.SqlClient and one in Azure.Identity. Thanks to @garyhampson for the update on dbatools.library dataplat/dbato...
New release! dbatools.library has been updated to include newer versions of SqlClient and Azure.Identity. The updated versions fix CVE-2024-0056 and CVE-2023-36414, both of which are High Severity.
09.03.2024 11:11 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 1
Time for @jpomfret.bsky.social to talk about replication in @dbatools.io @databristol
22.02.2024 18:35 โ ๐ 10 ๐ 1 ๐ฌ 0 ๐ 0
dbatools loading in just 1 second.
New release! v2.1.5 is now out. Thanks to all who contributed. Have you checked out our import times lately? It's nice and fast, especially on macOS and Linux. github.com/dataplat/dba...
05.11.2023 18:03 โ ๐ 9 ๐ 7 ๐ฌ 0 ๐ 0
Meetings 1st Thursday every month, in-person AND virtual!๐
#Azure #PowerBI #SQLServer #ML #Synapse #DAX #Fabric ๐ https://www.meetup.com/microsoftdataplatformbirmingham/
Full time MS SQL Server DBA. Curious about InfoSec stuff.
Thoughts = my own.
https://vladdba.com
Maker of
https://github.com/VladDBA/PSBlitz
Jack of all Trades, Master of PowerShell.
Prolific Programmer
Microsoft MVP in Azure / PowerShell
https://mrpowershell.com/
https://github.com/StartAutomating
https://github.com/PowerShellWeb
NB, Neurodivergent, Nerdy, Newsjunkie.
Ask me anything.
SQL Server, Powershell, Dog, Archery and Running
Dutchie living in Amsterdam with my Slovenian partner. Became a brand new dad in my 50โs. Microsoft MVP, work is wrangling data mostly in the Azure cloud often using a tech called Databricks.
Senior Cloud Solution Architect at Microsoft. Never stop learning about SQLServer.
Official Bluesky account for callfordataspeakers.com, where you can find out about new calls for speakers for data platform events.
Operated by @dhma.ch, for the benefit of the data platform community.
Expert at scaling SQL Server and PowerShell. Happily married with 4 cat children ๐ป
Husband | Dad | SQL DBA | MCT | Microsoft Data Platform MVP | โฝ๏ธ๐ป | He/Him |
@SotonDataCloud user group leader
I shoot birds sometimes http://MikeyBronowski.com
DW/BI/Data Consultant over a decade.
Currently working w/ Microsoft Fabric.
Microsoft Data Platform MVP Alumni.
Volunteer Puppy Raiser for BC Guide Dogs.
๐โ๐ฆบ๐ฆฎ
Aka Osiris687@dataplatform.social and OsirisDBA at the bird
Just someone trying to make a difference in the worldโฆSr Database Dev at Abarca Health, Former Data Platform MVP, foster care and mental health advocate, Data Virtual WIT and DEI, and TriPass Group Leader, YMHFA Instructor #mhfa, #BeTheDifference #BeAVoice
BI pro and tattooed #sqlserver geek. Data warehousing. Former Data Platform MVP. Punk rock fan. Married & father of 2. He/him @koen@dataplatform.social.
Senior Principal Field Solution Architect @purestorage | Microsoft Data Platform MVP | SQL Server | Kubernetes | Storage | Azure | Ex-Centino Systems
Internet Archive is a non-profit research library preserving web pages, books, movies & audio for public access. Explore web history via the Wayback Machine.
She/her ๐ณ๏ธโ๐ Full-time geek from Norway ๐ค Microsoft Data Platform MVP, organizer, speaker, blogger. Loves sci-fi, gaming, chocolate & coffee. Teaching my dog to talk using buttons ๐พ Renovating a house ๐ ๏ธ Be kind! ๐
๐ก cathrinew.net
๐ฉ @fabricfebruary.com
Nerd geek gamer, D&D, TTRPG, sci-fi, SQL, Business Intelligence (BI), aka 'shoe' on SQL Slack, WSU Cougar alum. *technically* a Twitch affiliate. a new hockey fan ๐
A PowerShell enthusiast with too many hobbies that he doesn't really manage to do any more.