Skip to content
Menu Home
  • Twitter
  • LinkedIn
  • Github
  • Google+
Close

Communary

  • Home
  • PowerShell
    • Custom Functions
    • Quick tips
  • About

Top Posts & Pages

  • Filtering data on date in PowerShell
  • Download NuGet packages from PowerShell
  • How to add a progress bar to your PowerShell script
  • Quick tip: ConvertTo-Json and line breaks in strings
  • Quick tip: Dynamically create and use variables
  • Quick tip: Easy access to special symbols
  • Calculate CRC32 in PowerShell
  • Getting git to work through a proxy server (in Windows)
  • Automatically convert MarkDown to HTML in Visual Studio Code, with syntax highlighting!
  • How to reload the PowerShell console session

Blogs I Follow

  • Smidig Blogg
  • DBA Notes
  • IT Pro PowerShell experience
  • A Power Knight's journey
  • Xenoprimate's Dev Blog
  • Mike F Robbins
  • pshirwin
  • RY Nami Test
  • Tech, Automation, Life
  • Jaap Brasser's Blog
  • psjjw.wordpress.com/
  • PowerShellize
  • >_
  • Learn Powershell | Achieve More
  • ConfigmgrDistrict
  • Rohn's Blog
  • Tech thoughts
  • Salisbury and Stonehenge
  • powershelldistrict.com
  • Dave Wyatt's Blog

Archives

  • May 2018 (1)
  • March 2018 (2)
  • February 2018 (3)
  • August 2017 (2)
  • May 2017 (1)
  • April 2017 (3)
  • February 2017 (1)
  • January 2017 (3)
  • October 2016 (2)
  • September 2016 (4)
  • August 2016 (1)
  • July 2016 (1)
  • May 2016 (2)
  • April 2016 (4)
  • February 2016 (8)
  • January 2016 (6)
  • December 2015 (2)
  • November 2015 (4)
  • October 2015 (2)
  • September 2015 (3)
  • May 2015 (8)
  • April 2015 (10)
  • February 2015 (5)
  • January 2015 (7)
  • December 2014 (12)
  • November 2014 (14)
  • October 2014 (21)
  • October 2012 (9)

Tag: PowerShell

Calculate CRC32 in PowerShell

Posted on February 12, 2017 by Øyvind Kallstad in PowerShell

Calculating checksums are perhaps not the first thing you would think of needing to do in PowerShell. But if you ever are in a situation that you need to calculate a checksum using the CRC32 algorithm, I got you covered with this small function. (more…)

Quick tip: Access local environment variables

Posted on January 2, 2017January 2, 2017 by Øyvind Kallstad in PowerShell

Just a quick tip on how to get and set environment variables using PowerShell, compared to how it is done in DOS. (more…)

ConsoleExtensions update – now with more colors!

Posted on September 26, 2016September 26, 2016 by Øyvind Kallstad in PowerShell

In the latest preview build of Windows 10 (14931) the console have been updated to (finally) support more colors! I have updated my Console Extensions module. Read on to learn about the new features. (more…)

Test-WebRequest

Posted on September 20, 2016 by Øyvind Kallstad in PowerShell

If you need to verify a web address, it’s natural to look into Invoke-WebRequest, capturing the results and check the StatusCode if the request was successful. There is just one problem… (more…)

Communary.ConsoleExtensions

Posted on September 10, 2016September 10, 2016 by Øyvind Kallstad in PowerShell

I decided to collect some of my functions intended to be used when working in the PowerShell console into one module.

I’d like to introduce my 4th PowerShell module published to the PowerShell Gallery; Communary.ConsoleExtensions.

Note that the module ‘PowerShellHumanizer‘ (also on the Gallery) are needed for this module! (more…)

Get-GeoLocation

Posted on August 9, 2016 by Øyvind Kallstad in PowerShell

If you ever find yourself in a situation where you don’t really know where you are, I got you covered! (more…)

Fuzzy Search with PowerShell

Posted on July 31, 2016July 31, 2016 by Øyvind Kallstad in PowerShell

Doug Finke recently published a module for doing Fuzzy Searching with PowerShell. I forked his project and added code to get valued score for the results, and created a PR to his project. He suggested I publish my changes on my own, so I did. I already had a module planned for my approximate string matching algorithms, so I combined the two into one module – Communary.PASM. (more…)

Automatically convert MarkDown to HTML in Visual Studio Code, with syntax highlighting!

Posted on May 23, 2016 by Øyvind Kallstad in PowerShell

I was investigating the possibility of automatically converting markdown documents into HTML, and came across this article from the Visual Studio Code documentation. It details how, using the Task Runner and a Node.js module called Marked, you could set up a task that do exactly what I was after. (more…)

Creating demo users in Active Directory

Posted on May 3, 2016 by Øyvind Kallstad in PowerShell

For a task at work I had to create a number of users in Active Directory for a demo environment I had to set up. I didn’t really want to do this manually, and I wanted something more realistic than ‘DemoUser 01’, ‘DemoUser 02’ and so on. (more…)

Inline Progress Bar in PowerShell

Posted on April 30, 2016 by Øyvind Kallstad in PowerShell

In a previous post, I have touched upon the fact that Write-Progress can be quite slow, especially when used in the console host (as opposed to in ISE). So I started to roll my own, with a crucial difference; this progress bar is used inline. (more…)

Posts navigation

Older
Newer
Blog at WordPress.com.
Smidig Blogg

En reise mot bedre team og fantastiske produkter

DBA Notes

IT Pro PowerShell experience

Share what I know or discovered when working with Windows PowerShell.

A Power Knight's journey

Xenoprimate's Dev Blog

C#, Game Design, Performant Programming, .NET, Vulkan, Multithreading

Mike F Robbins

pshirwin

Spreading the gospel of powershell scripting

RY Nami Test

Tech, Automation, Life

Flynn Bundy

Jaap Brasser's Blog

Technology, Cloud computing and Automation...

psjjw.wordpress.com/

psjjw - een opbergkast meer niet

PowerShellize

Automate, Accelerate, Accurate

>_

de parvis grandis acervus erit

Learn Powershell | Achieve More

What is this Powershell of which you speak?

ConfigmgrDistrict

Rohn's Blog

Just Another PowerShell Blog

Tech thoughts

up in the trees

Salisbury and Stonehenge

powershelldistrict.com

Dave Wyatt's Blog

  • Follow Following
    • Communary
    • Join 28 other followers
    • Already have a WordPress.com account? Log in now.
    • Communary
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...