-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
36 lines (31 loc) · 2.54 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>cloud_adventures</title>
<link>https://colonmelvin.github.io/</link>
<description>Recent content on cloud_adventures</description>
<generator>Hugo -- gohugo.io</generator>
<managingEditor>colon.melvin@gmail.com (Colon Melvin)</managingEditor>
<webMaster>colon.melvin@gmail.com (Colon Melvin)</webMaster>
<lastBuildDate>Wed, 24 Jun 2020 00:00:00 +0000</lastBuildDate>
<atom:link href="https://colonmelvin.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>First post!</title>
<link>https://colonmelvin.github.io/post/2020-06-24-first-post/</link>
<pubDate>Wed, 24 Jun 2020 00:00:00 +0000</pubDate>
<author>colon.melvin@gmail.com (Colon Melvin)</author>
<guid>https://colonmelvin.github.io/post/2020-06-24-first-post/</guid>
<description>Let&rsquo;s see how codeblocks look in this first post. Below is a block I&rsquo;ve used in the past to elevate interactive PowerShell scripts.
# Elevate to admin If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] &#34;Administrator&#34;)) { #&#34;No Administrative rights, it will display a popup window asking user for Admin rights&#34; $arguments = &#34;&amp; &#39;&#34; + $myinvocation.mycommand.definition + &#34;&#39;&#34; Start-Process &#34;$psHome\powershell.exe&#34; -Verb runAs -ArgumentList $arguments set-executionpolicy -scope CurrentUser -executionPolicy Bypass break } # code here </description>
</item>
<item>
<title>About me</title>
<link>https://colonmelvin.github.io/page/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<author>colon.melvin@gmail.com (Colon Melvin)</author>
<guid>https://colonmelvin.github.io/page/about/</guid>
<description>Hi there! This blog is focused on cloud architecture, migrations, and automation. I&rsquo;ll be sharing what I&rsquo;m learning with Python, PowerShell, Terraform, and a few other adventures. Thanks for stopping by!
My Background From building a dial-up ISP in the year 2000, from tech support, senior systems engineer, to cloud architect! I&rsquo;ve worn many of the IT hats over the years and have a deep appreciation for using technology to improve the world around us.</description>
</item>
</channel>
</rss>