#
sql-server
Here are 48 public repositories matching this topic...
johlju
commented
Apr 25, 2020
See example in PR dsccommunity/ActiveDirectoryDsc#600.
SQL Server Documentation in Powershell
-
Updated
Jun 8, 2020 - PowerShell
SQL Operations Studio Dashboard Widgets - including Always ON
-
Updated
Apr 22, 2018 - PowerShell
MiniProfiler, SQL Server, MySQL, Dapper and how to log all executed sql commands
-
Updated
Oct 16, 2018 - PowerShell
A PowerShell and SQL Server based reminder system
-
Updated
Jan 9, 2019 - PowerShell
Original: https://efbulkinsert.codeplex.com/
performance
sql-server
optimization
oracle
entity-framework
insert
network-traffic
optimisation
bulk-inserts
-
Updated
May 16, 2017 - PowerShell
SQL Server Monitoring Dashboard "Zaiba2"
-
Updated
Dec 9, 2018 - PowerShell
Sample code for SQL Server 2017 Administration Inside OUT
-
Updated
Mar 8, 2018 - PowerShell
Brute force attack prevention for remotely accessible SQL Server databases using PowerShell and Windows Task Scheduler API
security
sql
sql-server
database
ipsec
powershell
firewall
scheduled-tasks
ms-sql-server
brute-force-attacks
intrusion-detection
brute-force
mssql
intrusion-prevention
database-connection
bruteforce-attacks
windows-firewall
mssqlserver
-
Updated
Jul 3, 2018 - PowerShell
Quickly import your registered servers into Azure Data Studio!
-
Updated
Dec 6, 2018 - PowerShell
Packer templates and build workflows for SharePoint professionals - Windows 2016, SQL 2016, SharePoint 2016 and Visual Studio 2017.
infrastructure
vagrant
automation
sql
sql-server
packer
powershell
sql-server-database
windows-server
infrastructure-as-code
sharepoint
windows-2016
packer-scripts
packer-template
powershell-module
sharepoint-2016
sql-server-2016
uplift
sharepoint-2019
uplift-project
-
Updated
Jun 10, 2019 - PowerShell
Vagrant configs for the uplift project: Windows 2016 domain controllers, SQL 2016, SharePoint 2016 and CRM.
microsoft
windows
vagrant
devops
sql
sql-server
packer
dynamics
crm
vagrant-boxes
provision
provisioning
dynamics-crm
dynamics-365
infrastructure-as-code
sharepoint
windows-2016
domain-controller
vagrant-environments
sharepoint-2016
-
Updated
May 6, 2019 - PowerShell
Appleseed Portal Stack Docker composition. Uses Windows 2016 Server, IIS, ASPNet, SQL Server
docker
sql-server
stack
aspnet
iis
appleseed
appleseed-framework
appleseed-portal
appleseed-portal-stack
-
Updated
Jun 18, 2017 - PowerShell
Deploy SQL Server using PowerShell Desired State Configuration.
-
Updated
Dec 27, 2017 - PowerShell
SQL Server Inventory and Baseline using Powershell and SQL Reports
-
Updated
Mar 30, 2020 - PowerShell
Powershell script to provision SQL Server tablediff utility
-
Updated
Jun 26, 2018 - PowerShell
Remove users from NoSpamProxy users database that do not exist in Active Directory
-
Updated
May 24, 2020 - PowerShell
Ansible module to enable or disable the Customer Experience Improvement Program (CEIP) for SQL Server on Windows-based systems.
-
Updated
Jan 14, 2020 - PowerShell
PowerShell Scripts to automate SQL Server AlwaysOn Configuration
-
Updated
Sep 3, 2019 - PowerShell
PowerShell DSC module used to configure SQL Server Always On
-
Updated
May 25, 2018 - PowerShell
Some support utilities for project nami (clone of WordPress for Windows and SQL Server and IIS).
-
Updated
Mar 22, 2019 - PowerShell
SQL Server objects as a PowerShell Drive
-
Updated
Apr 27, 2018 - PowerShell
brandonmcclure
commented
Nov 19, 2019
Describe the bug
The examples in the documentation does a $null check on the $return.stderr, we should perform
if (-not [string]::ISnullOrEmpty($return.stderr)) to run or OnError code when stderr is not null or an empty string. Also need to fix the typo (docs say $return.sterr, should be $return.stderr)
Powershell script to install MS SQL Server unattended
-
Updated
May 8, 2020 - PowerShell
VisualStudio-C#-MVC-Dynamic creation of tables in database (SQL Server) from loading an Excel file
-
Updated
Apr 26, 2017 - PowerShell
Improve this page
Add a description, image, and links to the sql-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sql-server topic, visit your repo's landing page and select "manage topics."
We have a switch as
[switch]$Enablethat should enable the login but it is not actually coded to do anything.All that is needed would be logic around whether the parameter was passed in, within the process block would be sufficient:
Test-Bound Enablewill return true if the parameter was properly passed into the function call.If passed in then the login object has a
Enable()method t