Skip to content

Tag: NuGet

C#/.NET 0

Install Log4Net on UWP Application

As I was working on a project, I had to check if we can use Log4Net for an UWP Application which will run on a Windows 10 IoT device. For setting up the UWP Application, I used Visual Studio 2015 Community Edition. In the new project dialog I chose Blank App (Universal Windows) and used the following settings. Minimum Version: […]

PowerShell 0

Module: biz.dfch.PS.Cumulus.VI

This is Microsoft PowerShell module is part of our Apache 2.0 based open source automation framework “Cumulus”. You will find all related posts via the “Cumulus” tag. You can use this module to perform operations against VMware vCenter infrastructure (the module makes use and abstracts VMware’s supplied PowerShell PowerCLI snapin). You can download the module on GitHub or on NuGet […]

PowerShell 0

Module: biz.dfch.PS.Sccm.Utilities

This is Microsoft PowerShell module is part of our Apache 2.0 based open source automation framework “Cumulus”. You will find all related posts via the “Cumulus” tag. You can use this module to perform provisioning against SCCM 2012 infrastructure (the module makes use and abstracts Microsoft’s supplied PowerShell module ‘ConfigurationManager’). You can download the module on GitHub or on NuGet […]

PowerShell 2

Module: biz.dfch.PS.RabbitMQ.Utilities

This Microsoft PowerShell module contains Cmdlets to work with RabbitMQ queues, send and receive messages. It uses a wrapper I earlier presented that solved the problem of loading the official RabbitMQ .NET client into a PowerShell session. These Cmdlets further facilitate the handling of sending and receiving of messages via AMQP queues. You can download the module on GitHub or […]

Technology 0

[Trivia] We are on NuGet!

Today we published our first package to NuGet! You can find it here: biz.dfch.PS.Cumulus.Utilities. This is the package for the basic PowerShell module needed to interact with our Cumulus automation framework, which you can use for all sorts of (PowerShell based) infrastructure automation. So what does that mean? You might have noticed that we started pushing some code out to […]

PowerShell 1

Module: biz.dfch.PS.Cumulus.Utilities

This is the main module of our Apache 2.0 based open source automation framework “Cumulus”. We will be continuously adding help and documentation for it. You will find all related post via the “Cumulus” tag. You can download the module on GitHub at https://github.com/dfch/biz.dfch.PS.Cumulus.Utilities or on NuGet at https://www.nuget.org/packages/biz.dfch.PS.Cumulus.Utilities Most of the documentation can be found in the Wiki of […]

PowerShell 1

Module: biz.dfch.PS.System.Data

This module provides Cmdlets that let you work with Microsoft SQL Server database (regular and LocalDB) by utilising System.Data.SqlClient (instead of relying on the buggy ‘SqlServerCmdletSnapin100’ snapin and its ‘Invoke-Sqlcmd’ implementation. You can set a ‘DefaultPrefix’ or an alias to call it the same as the Microsoft SQL Server supplied ‘Invoke-Sqlcmd’. Furthermore you can work with LocalDB instances (as used […]

PowerShell 0

Module: biz.dfch.PS.System.Utilities

UPDATE 2015-03-15 we just released v1.0.5 which contains a few new Cmdlets such as Sending SMS to Clickatell via PowerShell. We are currently working on an automation project where we make use of several of our modules that we created in the past. In order to ease integration into the customer’s code and provide a legal basis for re-using the […]

PowerShell 4

biz.dfch.PS.vCAC.Utilities PowerShell Module available

Finally I made it and found the time to upload the biz.dfch.PS.vCAC.Utilties PowerShell module! It is available for download at Github and NuGet (see below for links) and placed under the Apache 2.0 license. How to install: Copy the module along with the XML configuration file into a directory with the same name as the module under a path that […]

PowerShell 2

Module: biz.dfch.PS.System.Logging

[UPDATE 2015-12-22] The module is now available on PowerShell Gallery. [UPDATE 2014-11-15] The module is now available on NuGet. This module allows you to have a unified logging in PowerShell and all your scripts. It depends on log4net and thus provides great flexibility on how and where you log. Basic usage is as follows: Main configuration is defined in the […]