Here is my first post, testing out markdowm for creating blog posts.

I am brand new to using markdown, but the general idea seems simple enough.
So lets test out a Powershell codeblock:

Get-ADgroupMember -filter * | foreach {
	Get-ADsuer -identity $_
}

And then a codeblock with lines mubers:

1
2
3
Get-ADgroupMember -filter * | foreach {
	Get-ADsuer -identity $_
}

Testing new coloring for codeblocks

Markdown seems like a decent way to type up blog posts and pages.
This will make a good way to do some blogging about Powershell.