Mmm, software
Showing posts with label
server
.
Show all posts
Showing posts with label
server
.
Show all posts
Sunday, July 24, 2016
Enabling MSMQ in Windows via PowerShell
›
First, let's start off by seeing which Windows features for MSMQ are available in your installation: Get-WindowsOptionalFeature -Onlin...
Friday, February 12, 2016
Getting the Active Directory cmdlets (for scripted and remote management of your Windows Server machines)
›
To get the cmdlets, you'll need to install the Remote Server Administration Tools, available here . Alternatively, you can follow the ...
Tuesday, December 08, 2015
Getting the SQL Server PowerShell tools
›
They're apparently not that easy to find. The SQL Server PowerShell Tools come as part of the SQL Server Feature Pack for their respecti...
Wednesday, August 19, 2015
A really quick note about deploying SQL Server .dacpac files to SQL Azure
›
When you're using SqlPackage.exe to deploy a .dacpac to Azure, you must have access to the 'master' table in order for the tool ...
Wednesday, May 29, 2013
Changing the password complexity requirements on Windows Server
›
To change the password complexity requirements on Windows Server (2008 at least) (for whatever reason), do the following : Start -> Run ...
Tuesday, July 14, 2009
Keeping your servers up to date
›
As I've previously mentioned on this blog, our company uses Ubuntu for our servers. I won't re-iterate the reasons why in this post...
›
Home
View web version