Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

All Blogs

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    Tags: powershell

    comments

    Recently, while working on a personal project, I found myself needing a lightweight way to deploy database changes to multiple environments. In the past I have used a wide range of methods, ranging from applying the changes manually to applying changes via a diff tool (SQL Compare), to automatically applying manually created change scripts, to automatically applying diff scripts that were automatically generated, to working directly in production..er, pretend you didn't see that one.

    Read More...
    comments

    All new ChocolateyGUI

    by Christiaan Baes (chrissie1) on Feb 09, 2013 in categories Windows, Windows 7, Windows 8. Article views: 2193 views

    An all new version of ChocolateyGUI is out.

    Read More...
    comments

    Batch renaming files with powershell

    by Christiaan Baes (chrissie1) on Dec 27, 2012 in categories Microsoft Technologies. Article views: 2125 views

    Renaming files in a batch using powershell.

    Read More...
    comments

    In a previous post I showed how to get remote disk information with PowerShell. The script works nice untill you execute it on a server with Mount Points. When executing the following script on a server with Mount Points: Get-WmiObject win32_logicald…

    Read More...
    comments

    Getting remote SQL Service information with Windows Powershell

    by Axel Achten (axel8s) on Oct 11, 2012 in categories Windows. Article views: 2151 views

    Every DBA managing multiple SQl Servers with multiple instances will know the issues with developpers, project managers and others that don't know the importance of the instancename when they request you to take some action. So you can start some e-mai…

    Read More...
    comments

    Getting remote disk information with Windows PowerShell

    by Axel Achten (axel8s) on Oct 04, 2012 in categories Windows. Article views: 2807 views

    A couple of weeks ago someone asked me why they should upgrade to MS SQL Server 2012. I named a bunch of reasons and only remembered afterwards that the possibility to use Windows Server Core could also be a surplus. Just 2 days later this Case for Core…

    Read More...
    comments

    Using DTUtil from PowerShell

    by Axel Achten (axel8s) on Mar 16, 2012 in categories Microsoft SQL Server Admin, SSIS. Article views: 1948 views

    I'm preparing my demo's for a MS6235A SSIS training I will be teaching in a couple of days. In one of the demo's I just copy a SSIS package from the file system to SQL Server using the DTUtil from the command prompt with this command: DTUTIL /FILE <…

    Read More...
    comments

    Using the posh-git code in my own scripts to make my git experience with Visual studio even better. Yep, that's what the title already said.

    Read More...
    comments

    Where I try to found what the script: means when used when declaring a function. And find it unuseful.

    Read More...
    comments

    Powershell and tabexpansion

    by Christiaan Baes (chrissie1) on Feb 15, 2012 in categories Microsoft Technologies. Article views: 863 views

    I find the whole tabexpansion thing in powershell intriguing and I was especially interested in what posh-git did. Since I wanted to use that in my own scripts too.

    Read More...

    :: Next >>