Disable-DbaFilestream
Stuart Moore (@napalmgram) | Chrissy LeMaire (@cl)
Disable-DbaFilestream View Source Stuart Moore (@napalmgram) , Chrissy LeMaire (@cl) Windows, Linux, macOS Synopsis Disables SQL Server FileStream functionality at both the service and instance levels Description Disables the FileStream feature completely by setting the FilestreamAccessLevel configuration to 0 (disabled) and modifying the corresponding Windows service settings. This is useful when FileStream was previously enabled but is no longer needed, during security hardening, or when troubleshooting FileStream-related issues. The function handles both standalone and clustered SQL Server instances, automatically detecting cluster nodes and applying changes across all nodes.
Read more
dbatools