Hi,
I have SQL Server 2012 Express installed on our Windows Server 2008 x64 server.
I couldn't find the Invoke-Sqlcmd cmdlet, Googled, and mistakenly (I think?) installed the PowerShell Extensions for SQL Server 2012 from here:
http://www.microsoft.com/en-au/download/details.aspx?id=29065, and
http://go.microsoft.com/fwlink/?LinkID=239659&clcid=0x409
I'm thinking I may have followed older suggestions that may not apply to SQL Server 2012 Express.
When I now list modules via Get-Module -ListAvailable, I get:
ModuleType Name ExportedCommands
---------- ---- ----------------
Manifest ADRMS {}
Manifest AppLocker {}
Manifest BestPractices {}
Manifest BitsTransfer {}
Manifest PSDiagnostics {}
Ma ...
Go to the complete details ...