<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Young Technocrats</title>
	<atom:link href="https://youngtechnocrats.wordpress.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://youngtechnocrats.wordpress.com</link>
	<description>Anything Possible....</description>
	<lastBuildDate>Fri, 25 Nov 2016 23:38:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>

<image>
	<url>https://youngtechnocrats.wordpress.com/wp-content/uploads/2016/08/new-logo_techonocrats.png?w=32</url>
	<title>Young Technocrats</title>
	<link>https://youngtechnocrats.wordpress.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">104650968</site><cloud domain="youngtechnocrats.wordpress.com" path="/?rsscloud=notify" port="80" protocol="http-post" registerProcedure=""/>
<atom:link href="https://youngtechnocrats.wordpress.com/osd.xml" rel="search" title="Young Technocrats" type="application/opensearchdescription+xml"/>
	<atom:link href="https://youngtechnocrats.wordpress.com/?pushpress=hub" rel="hub"/>
	<item>
		<title>Saving Credentials for Office 365 PowerShell Scripts and Scheduled Tasks</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/26/saving-credentials-for-office-365-powershell-scripts-and-scheduled-tasks/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/26/saving-credentials-for-office-365-powershell-scripts-and-scheduled-tasks/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Fri, 25 Nov 2016 23:38:17 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=1015</guid>

					<description><![CDATA[PowerShell is an efficient way to perform management tasks for Office 365, and also allows a great deal of automation through the use of PowerShell scripts to perform routine and repetitive tasks. One of the challenges when using PowerShell for automation is handling authentication for the connection to various Office 365 services. Running a script... <div class="link-more"><a href="https://youngtechnocrats.wordpress.com/2016/11/26/saving-credentials-for-office-365-powershell-scripts-and-scheduled-tasks/">Read More</a></div>]]></description>
										<content:encoded><![CDATA[<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">PowerShell is an efficient way to perform management tasks for Office 365, and also allows a great deal of automation through the use of PowerShell scripts to perform routine and repetitive tasks.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">One of the challenges when using PowerShell for automation is handling authentication for the connection to various Office 365 services. Running a script as a scheduled task means that it needs to be able to use a set of stored credentials to authenticate to Office 365.&nbsp;Storing passwords in scripts is obviously not a good idea, because the passwords could easily be exposed if the script is obtained by another person who uses the same computer, or by accidentally sharing it online (such as on&nbsp;GitHub) with the creds still included.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">Another challenge is constantly need to access the passwords to login. I keep my Office 365 admin credentials in a password database, and hopefully you use one as well (LastPass, 1Password, KeePass, Dashlane, etc). This makes it easy to have&nbsp;multiple credentials (such as admin accounts for different tenants, or for different tiers of administrative privilege) that each have&nbsp;unique, complex passwords. Thanks to web browser plugins for the likes of LastPass and 1Password it’s easy to login to Office 365 web-based portals, but copying and pasting passwords into PowerShell authentication prompts gets quite tedious.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">I solve both of those problems by storing credentials on my admin workstation. This requires no special tools; it can achieved by using built-in PowerShell functionality. If the idea of storing credentials on your computer sounds like a security risk, please read on.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">First, let’s look at how you might typically connect to Office 365 using PowerShell. The&nbsp;<a href="https://msdn.microsoft.com/en-us/library/azure/dn194123(v=azure.98).aspx" style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;color:rgb(255,64,25);">Connect-MsolService</a>&nbsp;cmdlet will connect you to an Office 365 for management tasks such as assigning a license to a user.</p>
<p id="crayon-5838caae9ca3a664586125" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:295px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca3a664586125-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Connect</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">MsolService</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The cmdlet will prompt you for credentials to use for authenticating the session.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);"><img class="aligncenter size-full wp-image-930" src="https://i0.wp.com/practical365.com/wp-content/uploads/2016/09/new-stored-credential-popup.png" alt="new-stored-credential-popup" width="322" height="261" style="box-sizing:border-box;margin-right:auto;margin-left:auto;padding:0;border:0;vertical-align:baseline;display:block;clear:both;"></p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">To avoid that credential prompt for repeat connections, you can use&nbsp;<a href="https://technet.microsoft.com/en-us/library/hh849815.aspx" style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;color:rgb(255,64,25);">Get-Credential</a>&nbsp;to capture your username and password as a credential object in PowerShell first, and use that for subsequent commands. For example:</p>
<p id="crayon-5838caae9ca44250912621" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
<p class="crayon-num crayon-striped-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;text-align:center;height:inherit;font-size:inherit !important;background:rgb(255,255,255) !important;line-height:inherit !important;font-weight:inherit !important;">2</p>
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">3</p>
<p class="crayon-num crayon-striped-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;text-align:center;height:inherit;font-size:inherit !important;background:rgb(255,255,255) !important;line-height:inherit !important;font-weight:inherit !important;">4</p>
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">5</p>
<p class="crayon-num crayon-striped-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;text-align:center;height:inherit;font-size:inherit !important;background:rgb(255,255,255) !important;line-height:inherit !important;font-weight:inherit !important;">6</p>
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">7</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:393px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca44250912621-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">$</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">=</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Credential</span></p>
<p class="crayon-line crayon-striped-line" id="crayon-5838caae9ca44250912621-2" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;height:inherit;font-size:inherit !important;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;line-height:inherit !important;font-weight:inherit !important;">&nbsp;</p>
<p class="crayon-line" id="crayon-5838caae9ca44250912621-3" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">cmdlet </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Credential </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">at </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">command </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">pipeline </span><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">position</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-cn" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,128) !important;">1</span></p>
<p class="crayon-line crayon-striped-line" id="crayon-5838caae9ca44250912621-4" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;height:inherit;font-size:inherit !important;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Supply </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">values </span><span class="crayon-st" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,139) !important;">for</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">the </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">following </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">parameters</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span></p>
<p class="crayon-line" id="crayon-5838caae9ca44250912621-5" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Credential</span></p>
<p class="crayon-line crayon-striped-line" id="crayon-5838caae9ca44250912621-6" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;height:inherit;font-size:inherit !important;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;line-height:inherit !important;font-weight:inherit !important;">&nbsp;</p>
<p class="crayon-line" id="crayon-5838caae9ca44250912621-7" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Connect</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">MsolService</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">Credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">$</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">credential</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">That solves part of the issue (repeatedly entering credentials), but doesn’t solve the issue of managing multiple accounts (should you create several credential objects every time you open a PowerShell console?) or running scheduled tasks (since you won’t be there to answer the credential prompt for the script).</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">But what we can do is store the password from the credential to a file on our computer. The password value is stored in memory as a secure string, and can be encrypted&nbsp;and stored in a text file, for example:</p>
<p id="crayon-5838caae9ca4a889664122" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:704px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca4a889664122-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">$</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">credential</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Password</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">|</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">ConvertFrom</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">SecureString</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">|</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Out</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">File</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Keys</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">demoaccount</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">txt</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The text file contains the encrypted value, which will look something like this.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);"><img class="aligncenter size-full wp-image-934" src="https://i0.wp.com/practical365.com/wp-content/uploads/2016/09/powershell-stored-credential.png" alt="powershell-stored-credential" width="901" height="176" style="box-sizing:border-box;margin-right:auto;margin-left:auto;padding:0;border:0;vertical-align:baseline;display:block;clear:both;"></p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">Now, at this point you may be concerned that anyone who has access to that file could decrypt the password. Fortunately, that’s not the case. The ConvertFrom-SecureString cmdlet encrypts the password using the&nbsp;<a href="https://msdn.microsoft.com/en-us/library/ms995355.aspx" style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;color:rgb(255,64,25);">Windows Data Protection API</a>.&nbsp;In short, this means that only the user who encrypted the password can decrypt it again, and they can only do so on the same computer that it was encrypted on. If the text file is accessed by another person, or by the same user on a different machine, they’ll be unable to decrypt it.</p>
<p id="crayon-5838caae9ca4e511240016" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
<p class="crayon-num crayon-striped-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;text-align:center;height:inherit;font-size:inherit !important;background:rgb(255,255,255) !important;line-height:inherit !important;font-weight:inherit !important;">2</p>
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">3</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:664px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca4e511240016-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">$</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">securestring</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">=</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">Content</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Keys</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">demoaccount</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">txt</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">|</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">ConvertTo</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">SecureString</span></p>
<p class="crayon-line crayon-striped-line" id="crayon-5838caae9ca4e511240016-2" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;height:inherit;font-size:inherit !important;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;line-height:inherit !important;font-weight:inherit !important;">&nbsp;</p>
<p class="crayon-line" id="crayon-5838caae9ca4e511240016-3" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">ConvertTo</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">SecureString</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Key </span><span class="crayon-st" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,139) !important;">not</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">valid </span><span class="crayon-st" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,139) !important;">for</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-st" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,139) !important;">use</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-st" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,139) !important;">in</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">specified </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">state</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">Of course, you should still protect the files from being accessed by others, in much the same way you’d protect your SSH keys or your password database. For example, store them in a location on the workstation that is not included in cloud storage or backups, and is on a Bitlocker encrypted disk.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The downside of this approach is that you won’t be able to simply copy your stored credentials to another computer. Instead, you’ll need to recreate them on the new computer, which is not a huge hassle since you only need to do it once. There is another approach that avoids this problem, but it has other caveats. I’ll go into that in a separate article some other time.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">So now that you can see how passwords can be securely stored and retrieved, how can this technique be used to&nbsp;manage stored credentials for day to day use, as well as for scheduled tasks? I’ve written some PowerShell functions that make it easy.</p>
<h2 style="box-sizing:border-box;margin:1.1rem 0;padding:0;border:0;font-size:3.4rem;vertical-align:baseline;word-wrap:break-word;word-break:break-word;clear:both;font-family:Lato, &quot;font-weight:normal;color:rgb(23,23,23);background-color:rgb(255,255,255);">Preparation Tasks</h2>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The two functions that I’ve written use a variable named&nbsp;<strong style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;-webkit-font-smoothing:antialiased;">$KeyPath</strong>, and I recommend you add that variable to your PowerShell profile. If you don’t, the functions will prompt you for a path to save or retrieve credentials from, and that’s just going to get annoying.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">Download the script containing the two functions, and run it to load the functions in your PowerShell console. I recommend adding them both to your PowerShell profile as well so that you can re-use them in any PowerShell session.</p>
<p id="crayon-5838caae9ca53281983379" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:354px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca53281983379-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Functions</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">PSStoredCredentials</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">ps1</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">
<h2 style="box-sizing:border-box;margin:1.1rem 0;padding:0;border:0;font-size:3.4rem;vertical-align:baseline;word-wrap:break-word;word-break:break-word;clear:both;font-family:Lato, &quot;font-weight:normal;color:rgb(23,23,23);background-color:rgb(255,255,255);">Storing a New Credential</h2>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The first function will save a new stored credential. Simply run New-StoredCredential and enter the username and password when prompted.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);"><img data-attachment-id="942" data-permalink="https://youngtechnocrats.wordpress.com/new-logo_techonocrats/" data-orig-file="https://youngtechnocrats.wordpress.com/wp-content/uploads/2016/08/new-logo_techonocrats.png" data-orig-size="270,175" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="new logo_techonocrats" data-image-description="" data-image-caption="" data-large-file="https://youngtechnocrats.wordpress.com/wp-content/uploads/2016/08/new-logo_techonocrats.png?w=270" class="aligncenter size-full wp-image-942" src="https://i0.wp.com/practical365.com/wp-content/uploads/2016/09/new-stored-credential-popup-2.png" alt="new-stored-credential-popup-2" width="671" height="359" style="box-sizing:border-box;margin-right:auto;margin-left:auto;padding:0;border:0;vertical-align:baseline;display:block;clear:both;"></p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The credential will be saves as a file named&nbsp;<strong style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;-webkit-font-smoothing:antialiased;">username.cred</strong>&nbsp;in the path that you configured for&nbsp;<strong style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;-webkit-font-smoothing:antialiased;">$KeyPath</strong>.</p>
<h2 style="box-sizing:border-box;margin:1.1rem 0;padding:0;border:0;font-size:3.4rem;vertical-align:baseline;word-wrap:break-word;word-break:break-word;clear:both;font-family:Lato, &quot;font-weight:normal;color:rgb(23,23,23);background-color:rgb(255,255,255);">Using a Stored Credential</h2>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">You can list the stored credentials in your&nbsp;<strong style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;-webkit-font-smoothing:antialiased;">$KeyPath</strong>&nbsp;folder by running Get-StoredCredential with the -List parameter.</p>
<p id="crayon-5838caae9ca57442465574" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
<p class="crayon-num crayon-striped-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;text-align:center;height:inherit;font-size:inherit !important;background:rgb(255,255,255) !important;line-height:inherit !important;font-weight:inherit !important;">2</p>
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">3</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:334px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca57442465574-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">StoredCredential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">List</span></p>
<p class="crayon-line crayon-striped-line" id="crayon-5838caae9ca57442465574-2" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;height:inherit;font-size:inherit !important;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Username</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">admin</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">@</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">exchangeserverpro</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">onmicrosoft</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">com</span></p>
<p class="crayon-line" id="crayon-5838caae9ca57442465574-3" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Username</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">admin</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">@</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">tenant</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">onmicrosoft</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">com</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">Get-StoredCredential can also be used to retrieve the stored credential and save it as a variable to then use with a cmdlet that requires authentication, for example:</p>
<p id="crayon-5838caae9ca5b488140748" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
<p class="crayon-num crayon-striped-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;text-align:center;height:inherit;font-size:inherit !important;background:rgb(255,255,255) !important;line-height:inherit !important;font-weight:inherit !important;">2</p>
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">3</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:591px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca5b488140748-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">$</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">=</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">StoredCredential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">UserName </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">admin</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">@</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">tenant</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">onmicrosoft</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">com</span></p>
<p class="crayon-line crayon-striped-line" id="crayon-5838caae9ca5b488140748-2" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;height:inherit;font-size:inherit !important;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;line-height:inherit !important;font-weight:inherit !important;">&nbsp;</p>
<p class="crayon-line" id="crayon-5838caae9ca5b488140748-3" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Connect</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">MsolService</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">Credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">$</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Credential</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">You can also use Get-StoredCredential in a one-liner like this.</p>
<p id="crayon-5838caae9ca5f973019318" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:796px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca5f973019318-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Connect</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">MsolService</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">(</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">StoredCredential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">UserName </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">admin</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">@</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">exchangeserverpro</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">onmicrosoft</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">com</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">)</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The difference between the examples above and the use of Get-MsolService earlier in this post, is that using&nbsp;the stored credential avoids the need to respond to an authentication prompt. So your passwords can be unique and complex without you needing to remember them or copy/paste them from a password manager.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">And it’s not just for connecting to Office 365 services. You can use the stored credentials for pretty much any PowerShell cmdlet that uses credentials.</p>
<p id="crayon-5838caae9ca63947496142" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
<p class="crayon-num crayon-striped-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;text-align:center;height:inherit;font-size:inherit !important;background:rgb(255,255,255) !important;line-height:inherit !important;font-weight:inherit !important;">2</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:638px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca63947496142-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">$</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">=</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">StoredCredential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">UserName </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">administrator</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">@</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">exchangeserverpro</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">net</span></p>
<p class="crayon-line crayon-striped-line" id="crayon-5838caae9ca63947496142-2" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;height:inherit;font-size:inherit !important;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Invoke</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Command</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">ComputerName</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-cn" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,128) !important;">10.1.4.3</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">$</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">{</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Service</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">}</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">If you try to use a credential that doesn’t exist, you’ll simply get an error.</p>
<p id="crayon-5838caae9ca67474315720" class="crayon-syntax crayon-theme-powershell-ise crayon-font-consolas crayon-os-pc print-yes notranslate" style="box-sizing:border-box;margin:12px 0;padding:0;border-image:initial;vertical-align:baseline;text-size-adjust:none;width:296px;font-family:Monaco, MonacoRegular, &quot;color:rgb(23,23,23);height:auto;border-width:1px!important;border-style:solid!important;border-color:rgb(153,153,153)!important;font-size:12px !important;overflow:hidden !important;position:relative !important;direction:ltr !important;text-shadow:none !important;background:rgb(255,255,255) !important;line-height:15px !important;">
<p class="crayon-toolbar" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border-top:0;border-right:0;border-left:0;border-image:initial;vertical-align:baseline;width:294px;position:relative;overflow:hidden;z-index:4;border-bottom:1px solid rgb(187,187,187) !important;font-family:Consolas, ConsolasRegular, &quot;background:rgb(221,221,221) !important;height:18px !important;line-height:18px !important;"><span class="crayon-title" style="box-sizing:border-box;margin:0;padding:0 4px!important;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;float:left;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;"></span></p>
<p class="crayon-tools" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center;position:absolute;right:0;height:18px !important;line-height:18px !important;font-weight:inherit !important;float:right !important;">
<p class="crayon-button crayon-nums-button" title="Toggle Line Numbers" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -32px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-plain-button" title="Toggle Plain Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -48px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-wrap-button" title="Toggle Line Wrap" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -112px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-expand-button" title="Expand Code" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 -96px / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-button crayon-popup-button" title="Open Code In New Window" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:0 center no-repeat;height:inherit;line-height:15px;display:inline;position:relative;width:24px;font-size:inherit !important;font-weight:inherit !important;float:left !important;">
<p class="crayon-button-icon" style="box-sizing:border-box;margin:-8px 0 0;padding:0;border:0;vertical-align:baseline;font-family:inherit;background:url('//practical365.com/wp-content/plugins/crayon-syntax-highlighter/css/images/toolbar/buttons@2x.png&quot;') 0 0 / 48px 128px;width:24px;position:absolute;left:0;top:9px;font-size:inherit !important;height:16px !important;line-height:inherit !important;font-weight:inherit !important;">
<p class="crayon-plain-wrap" style="box-sizing:border-box;border:0;vertical-align:baseline;background:0 center;margin-right:0 !important;margin-bottom:0 !important;margin-left:0 !important;padding:0!important;font-family:Consolas, ConsolasRegular, &quot;height:auto !important;">
<p class="crayon-main" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;width:294px;overflow:auto;position:relative;z-index:1;font-family:Consolas, ConsolasRegular, &quot;">
<table class="crayon-table" style="box-sizing:border-box;vertical-align:baseline;padding:0!important;border:none !important;border-spacing:0 !important;border-collapse:collapse !important;width:auto !important;background:none !important;table-layout:auto !important;margin:0 0 0 -18px !important;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;">
<tr class="crayon-row" style="box-sizing:border-box;background:0 center;margin:0!important;padding:0!important;border:none !important;vertical-align:top !important;">
<td class="crayon-nums " style="box-sizing:border-box;border:0;margin:0!important;padding:0!important;vertical-align:top !important;background:rgb(204,204,204) !important;color:rgb(138,193,248) !important;">
<p class="crayon-nums-content" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;border:0;vertical-align:baseline;background:0 center;white-space:nowrap;line-height:15px !important;">
<p class="crayon-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;text-align:center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;">1</p>
<p class="crayon-num crayon-striped-num" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;text-align:center;height:inherit;font-size:inherit !important;background:rgb(255,255,255) !important;line-height:inherit !important;font-weight:inherit !important;">2</p>
</td>
<td class="crayon-code" style="box-sizing:border-box;border:0;background:0 center;width:783px;margin:0!important;padding:0!important;vertical-align:top !important;">
<p class="crayon-pre" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0;vertical-align:baseline;white-space:pre;overflow:visible;tab-size:4;border:none !important;background:none !important;color:rgb(128,0,128) !important;line-height:15px !important;">
<p class="crayon-line" id="crayon-5838caae9ca67474315720-1" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;background:0 center;height:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">PS</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">C</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">:</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">\</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Scripts</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&gt;</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Connect</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">MsolService</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Credential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">(</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">Get</span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">StoredCredential</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-o" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(169,169,169) !important;">&#8211;</span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">UserName </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">foo</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">@</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">exchangeserverpro</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">onmicrosoft</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">com</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">)</span></p>
<p class="crayon-line crayon-striped-line" id="crayon-5838caae9ca67474315720-2" style="box-sizing:border-box;margin-right:0;margin-bottom:0;margin-left:0;padding:0 5px;border:0;vertical-align:baseline;font-family:inherit;height:inherit;font-size:inherit !important;background-image:initial !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;line-height:inherit !important;font-weight:inherit !important;"><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">Unable </span><span class="crayon-st" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,139) !important;">to</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">locate</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-i" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(138,43,226) !important;">a</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-e" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,0) !important;">credential </span><span class="crayon-st" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,0,139) !important;">for</span><span class="crayon-h" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(0,111,224) !important;"> </span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">foo</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">@</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">exchangeserverpro</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">onmicrosoft</span><span class="crayon-sy" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(51,51,51) !important;">.</span><span class="crayon-v" style="box-sizing:border-box;margin:0;padding:0;border:0;font-size:inherit !important;vertical-align:baseline;font-family:inherit;height:inherit;line-height:inherit !important;font-weight:inherit !important;color:rgb(255,69,0) !important;">com</span></p>
</td>
</tr>
</tbody>
</table>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">
<h2 style="box-sizing:border-box;margin:1.1rem 0;padding:0;border:0;font-size:3.4rem;vertical-align:baseline;word-wrap:break-word;word-break:break-word;clear:both;font-family:Lato, &quot;font-weight:normal;color:rgb(23,23,23);background-color:rgb(255,255,255);">Using a Stored Credential for a Scheduled Task</h2>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The Get-StoredCredential function can also be easily integrated into scripts that you are running as scheduled tasks. The most important thing to remember is that the password can only be decrypted by the user account that encrypted it in the first place.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">If your scheduled tasks run using a service account, you’ll need to log on as that service account to run New-StoredCredential, or use Runas to launch a PowerShell console as the service account. The stored credential file will also need to be located in a folder that the service account can access, and that location needs to be defined as&nbsp;<strong style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;-webkit-font-smoothing:antialiased;">$KeyPath</strong>&nbsp;in your script as well.</p>
<h2 style="box-sizing:border-box;margin:1.1rem 0;padding:0;border:0;font-size:3.4rem;vertical-align:baseline;word-wrap:break-word;word-break:break-word;clear:both;font-family:Lato, &quot;font-weight:normal;color:rgb(23,23,23);background-color:rgb(255,255,255);">Download the New-StoredCredential and Get-StoredCredential Functions</h2>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">The script to load the functions is available on&nbsp;<a href="https://github.com/cunninghamp/PowerShell-Stored-Credentials/releases/latest" style="box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:baseline;color:rgb(255,64,25);">GitHub</a>. Comments and feedback are welcome in the comments below, or you can raise an issue on GitHub if you find a bug or have a suggested improvement to the script.</p>
<p style="box-sizing:border-box;margin-right:0;margin-bottom:2.2rem;margin-left:0;padding:0;border:0;font-size:17px;vertical-align:baseline;word-wrap:break-word;word-break:break-word;color:rgb(23,23,23);font-family:&quot;background-color:rgb(255,255,255);">Source:&nbsp;<a href="http://practical365.com/blog/saving-credentials-for-office-365-powershell-scripts-and-scheduled-tasks/" style="font-size:16px;font-family:Merriweather, sans-serif;">http://practical365.com/blog/saving-credentials-for-office-365-powershell-scripts-and-scheduled-tasks/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/26/saving-credentials-for-office-365-powershell-scripts-and-scheduled-tasks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1015</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://practical365.com/wp-content/uploads/2016/09/new-stored-credential-popup.png">
			<media:title type="html">new-stored-credential-popup</media:title>
		</media:content>

		<media:content medium="image" url="http://practical365.com/wp-content/uploads/2016/09/powershell-stored-credential.png">
			<media:title type="html">powershell-stored-credential</media:title>
		</media:content>

		<media:content medium="image" url="http://practical365.com/wp-content/uploads/2016/09/new-stored-credential-popup-2.png">
			<media:title type="html">new-stored-credential-popup-2</media:title>
		</media:content>
	</item>
		<item>
		<title>How to improve your customer service</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/26/how-to-improve-your-customer-service/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/26/how-to-improve-your-customer-service/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Fri, 25 Nov 2016 23:33:46 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=1013</guid>

					<description><![CDATA[Customer&#160;service continues to capture the attention and focus of companies, but many organizations still struggle to raise it to the level for which they are striving. What factors play in to good customer service? What do customers really expect? Improving customer service requires focus and hard work. You need to promote the right things throughout... <div class="link-more"><a href="https://youngtechnocrats.wordpress.com/2016/11/26/how-to-improve-your-customer-service/">Read More</a></div>]]></description>
										<content:encoded><![CDATA[<p>Customer<span style="color:rgb(0,0,0);font-family:Merriweather, serif;font-size:medium;">&nbsp;service continues to capture the attention and focus of companies, but many organizations still struggle to raise it to the level for which they are striving. What factors play in to good customer service? What do customers really expect?</span></p>
<p style="word-wrap:break-word;max-width:100%;line-height:1.6em;font-size:medium;margin-top:24px;color:rgb(0,0,0);font-family:Merriweather, serif;width:auto !important;height:auto !important;"><img loading="lazy" class="size-full" src="https://leadonpurpose.files.wordpress.com/2016/10/customer-service-intro.png?strip=all&#038;quality=65&#038;resize=936%2C337&#038;w=1000"   style="display:block;margin-left:auto;margin-right:auto;background-color:rgb(233,239,243);margin-bottom:24px;"></p>
<p style="word-wrap:break-word;max-width:100%;line-height:1.6em;font-size:medium;margin-top:24px;color:rgb(0,0,0);font-family:Merriweather, serif;width:auto !important;height:auto !important;">Improving customer service requires focus and hard work. You need to promote the right things throughout the organization, and especially among the workers who frequently interact with customers. The right training is key to rolling out a successful program. And what’s exiting, and perhaps somewhat intimidating, is the acceleration of new technologies that are changing the game of customer service.</p>
<p style="word-wrap:break-word;max-width:100%;line-height:1.6em;font-size:medium;margin-top:24px;color:rgb(0,0,0);font-family:Merriweather, serif;width:auto !important;height:auto !important;">This infographic highlights important aspects of good customer service practices and how the growth of new technology is creating efficiencies.</p>
<p style="word-wrap:break-word;max-width:100%;line-height:1.6em;font-size:medium;margin-top:24px;color:rgb(0,0,0);font-family:Merriweather, serif;width:auto !important;height:auto !important;"><img loading="lazy" class="size-full" src="https://leadonpurpose.files.wordpress.com/2016/10/customer-service.png?strip=all&#038;quality=65&#038;resize=188%2C936&#038;w=1000"   style="display:block;margin-left:auto;margin-right:auto;background-color:rgb(233,239,243);margin-bottom:24px;"></p>
<p style="word-wrap:break-word;max-width:100%;line-height:1.6em;font-size:medium;margin-top:24px;color:rgb(0,0,0);font-family:Merriweather, serif;width:auto !important;height:auto !important;">This infographic is provided by&nbsp;<a href="http://cubemc.com/" style="word-wrap:break-word;color:rgb(0,170,220);"><strong>Cube Marketing</strong></a></p>
<p style="word-wrap:break-word;max-width:100%;line-height:1.6em;font-size:medium;margin-top:24px;color:rgb(0,0,0);font-family:Merriweather, serif;width:auto !important;height:auto !important;">&nbsp;</p>
<p style="word-wrap:break-word;max-width:100%;line-height:1.6em;font-size:medium;margin-top:24px;color:rgb(0,0,0);font-family:Merriweather, serif;width:auto !important;height:auto !important;"><em>Questions: What steps are you taking to improve customer service? You can leave a comment in the space below.</em></p>
<p style="word-wrap:break-word;max-width:100%;line-height:1.6em;font-size:medium;margin-top:24px;color:rgb(0,0,0);font-family:Merriweather, serif;width:auto !important;height:auto !important;">—<br />
<strong>The Product Management Perspective:</strong>&nbsp;As the product manager you want happy customers. You depend on the support team, sales reps and consultants to touch all your customers, and you likely get frustrated you can’t spend more time with them. You are in a key role for customers, and the work you do to create the right products for your customers will pay dividends as you move forward.</p>
<p>Source:&nbsp;<a href="http://wp.me/p9pgp-OX">http://wp.me/p9pgp-OX</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/26/how-to-improve-your-customer-service/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1013</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="https://leadonpurpose.files.wordpress.com/2016/10/customer-service-intro.png?strip=all&amp;quality=65&amp;resize=936,337"/>

		<media:content medium="image" url="https://leadonpurpose.files.wordpress.com/2016/10/customer-service.png?strip=all&amp;quality=65&amp;resize=188,936"/>
	</item>
		<item>
		<title>21 Best Places to Learn New Skills Every Day</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/21/21-best-places-to-learn-new-skills-every-day/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/21/21-best-places-to-learn-new-skills-every-day/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Mon, 21 Nov 2016 05:29:33 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[young technocrats]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=1005</guid>

					<description><![CDATA[Life long earning has incredible benefits, both personal and professional, say researchers. It makes communities more productive and innovative, and gives employees the ability to cope with constantly changing workplaces. It helps us communicate better, socialize more effectively, and achieve greater success. Whether you’re looking to learn how to code, build leadership skills, or otherwise... <div class="link-more"><a href="https://youngtechnocrats.wordpress.com/2016/11/21/21-best-places-to-learn-new-skills-every-day/">Read More</a></div>]]></description>
										<content:encoded><![CDATA[<div style="font-size:16px;">
<div style="font-family:sans-serif;text-size-adjust:none;overflow-y:scroll;overflow-x:hidden;">
<div style='font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;letter-spacing:0;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,0.8);font-size:18px;overflow-x:hidden;'>
<div style="background:rgb(255,255,255);">
<div style="box-sizing:border-box;display:block;visibility:visible;">
<div style="outline:0;background-color:rgb(255,255,255);">
<div style="overflow:hidden;box-sizing:border-box;">
<div style="outline:0;word-break:break-word;word-wrap:break-word;">
<div style="box-sizing:border-box;">
<div style='font-size:32px;margin:0 0 0 -2px;font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.028em;font-weight:bold;font-style:normal;color:rgba(0,0,0,0.8);'>
<div></div>
</div>
<div style="display:block;margin:0;position:relative;clear:both;outline:0;box-sizing:border-box;z-index:100;margin-top:36px;">
<div style="position:relative;width:100%;margin:0 auto;display:block;max-width:700px;max-height:340px;">
<div style="display:block;padding-bottom:48.6%;"></div>
<div style="display:block;position:absolute;top:0;left:0;width:100%;height:100%;margin:auto;box-sizing:border-box;background:rgba(0,0,0,0.0470588);transition:background .2s;cursor:zoom-in;max-width:100%;">
<img src="image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAEYklEQVR4Xu3UAQkAAAwCwdm/9HI83BLIOdw5AgQIRAQWySkmAQIEzmB5AgIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlACBB1YxAJfjJb2jAAAAAElFTkSuQmCC" style="display:block;vertical-align:baseline;position:absolute;top:0;left:0;width:100%;height:100%;margin:auto;box-sizing:border-box;visibility:hidden;opacity:0;backface-visibility:hidden;"><img loading="lazy" src="http://ift.tt/2feZ9XO" width="800" height="388">
</div>
</div>
</div>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:30px;'>Life long earning has incredible benefits, both personal and professional, <a href="http://ift.tt/1OwLEnd" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">say researchers</a>.</p>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:21px;'>It makes communities more productive and innovative, and gives employees the ability to cope with <a href="http://ift.tt/1SGljkE" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">constantly changing workplaces</a>.</p>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:21px;'>It helps us communicate better, socialize more effectively, and <a href="http://ift.tt/1VmIUr8" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">achieve greater success.</a></p>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:21px;'>Whether you’re looking to<a href="http://ift.tt/1J5fZmo" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;"> learn how to code</a>, <a href="http://ift.tt/1kFExLb" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">build leadership skills</a>, or otherwise improve yourself, here are 21 awesome places to learn the critical skills that will change your life:</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>1. <a href="http://lifehacker.com/" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Lifehacker</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>One of my favorite sites on the planet, Lifehacker is <em>the</em> place to learn how to do just about anything better, faster, and smarter.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>2. <a href="https://www.loc.gov/" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Library of Congress</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Most of our national library’s texts are now available online. Whatever skill it is you want to learn, you can read up on it there.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>3. <a href="http://ift.tt/Ws7HeR" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Boundless</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Remember taking on a second part-time job just to pay for your college textbooks? Boundless is shaking up the textbook industry by offering textbooks online, for free.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>4. <a href="http://edu.inc.com/" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Inc.edu</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'><em>Inc.</em>’s own educational site is an amazing resource for entrepreneurs looking to build the skills most likely to help them succeed. These real-time, live workshops led by all-star entrepreneurs are the best way to cut the learning curve and connect with people who really have the experience to lead by example.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>5. Universities</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Most universities now offer online learning courses in addition to the on-campus lifelong learning programs. Some have established entire online schools, like<a href="http://ift.tt/1OwLPic" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">Colorado State’s Osher Lifelong Learning Institute</a>. If you’re looking for a more traditional educational experience, check out what the universities are offering.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>6. <a href="http://ift.tt/1OwLP1I" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Google World Wonders</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Explore the ancient and modern worlds in an incredible online resource powered by Google’s Street View and mapping technology.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>7. TED Talks</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>TED is another fantastic place to find actionable advice and learning opportunities created by genuine, experienced people. I’ve curated my favorite <a href="http://ift.tt/1wjeJEi" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">TED Talks for entrepreneurs</a><a href="http://ift.tt/1GWYzpg" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">, leadership training</a> and creativity in business — check them out for yourself. You can also visit <a href="http://ed.ted.com/" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">TED Ed</a> for its own selection of great lessons.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>8. <a href="http://ift.tt/1JYLE9D" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Reddit Lectures</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>This crowdsourced collection of top lectures from professionals, academia, governments, and leaders of all stripes is unique in that the resources are upvoted or downvoted by users, in typical Reddit fashion.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>9. <a href="http://ureddit.com/" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">UReddit</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Speaking of Reddit, the forum site has its own University of Reddit, with dozens of courses in the arts, computer science, language, math and statistics, and more.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>10. <a href="http://ift.tt/1lVmnRF" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Internet Sacred Text Archive</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>It’s the largest archive of free books on religion and spirituality on the internet. Read up on mythology, religion, folklore, alchemy, parapsychology, and more.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>11. <a href="http://www.meetup.com/" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">MeetUp</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>See what’s happening in your area and meet up with like minds to learn new skills, often free of charge. Meetups are a great way to trade experiences and learn new perspectives.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>12. <a href="http://ift.tt/1Bm2Akm" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Trivium Education</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Critical thinking is an incredibly important skill, but it’s not often taught in public school curriculum. Brush up on your rhetoric, grammar, and logic with Trivium’s free resources.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>13. HubSpot Academy</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>HubSpot, that online marketing software giant out of Boston, offers comprehensive, user-friendly digital marketing courses. Understanding marketing is critical for any entrepreneur, whether it’s a function of your daily duties or not. HubSpot Academy was one of <a href="http://ift.tt/1LDnVk3" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">my own top five digital marketing course picks.</a></p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>14. <a href="http://ift.tt/1xK8Wx0" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">University of the People</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Billing itself as the world’s first non-profit, tuition-free, accredited, online American university, UoPEOPLE offers degree programs in Business Administration, Computer Science and Health Studies.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>15. <a href="http://ift.tt/1K7j4kB" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">PBS Video</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Watch well-researched, in-depth documentaries from PBS, free of charge online.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>16. <a href="http://ift.tt/dVbcYr" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Project Gutenberg</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Study classic literature for free with over 50,000 titles available to downloadfrom the Project Gutenberg library.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>17. <a href="https://getpocket.com/" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Pocket</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Save articles, videos and other interesting and educational content you come across online to consume later. Pocket lets you save from your browser, or from apps like Twitter or Flipboard, and you can access the content later without an internet connection.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>18. MIT Open Courseware</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>The iconic university offers totally free programming courses, including an introduction to computer programming course that’s fantastic for entrepreneurs and beginners. It was my top choice among the <a href="http://ift.tt/1r29bKk" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">nine best places to learn how to code for free</a>.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>19. iCONIC Tour</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Inc.com and CNBC put together <a href="http://ift.tt/1O3OE6s" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">iCONIC</a>, a three-part conference series that’s visiting my own hometown of Boston on September 22, 2016, after its first stops in Seattle and Denver. On top of the excellent speakers, the networking is an incredibly effective way to learn what’s truly working for dynamic businesses across the country.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>20. <a href="http://ift.tt/19d0mWH" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">FutureLearn</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Packed with free online courses from over 40 universities, FutureLearn is a U.K. site that serves over 3.6 million learners worldwide.</p>
<h3 style='font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;letter-spacing:-.02em;font-weight:700;font-style:normal;margin:0;color:rgba(0,0,0,0.8);font-size:28px;margin-left:-1.75px;margin-top:28px;'>21. <a href="http://ift.tt/rvQdV0" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));background-repeat:repeat-x;background-size:2px .115em;background-position:0 1.05em;">Rescue Time</a><br />
</h3>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:8px;'>Learn more about where and how you spend your time, allowing you to find efficiency throughout the day.</p>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:21px;'>Originally published on <a href="http://ift.tt/1YvWiL4" rel="nofollow" target="_blank" style="background-color:transparent;color:inherit;text-decoration:none;background-image:linear-gradient(rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 50%);background-repeat:repeat-x;background-size:2px 1px;background-position:0 1.03em;">Inc.com</a></p>
<p style='margin:0;margin-bottom:0;font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;font-weight:400;font-style:normal;font-size:18px;letter-spacing:-.004em;margin-top:21px;'></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/21/21-best-places-to-learn-new-skills-every-day/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1005</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://ift.tt/2feZ9XO"/>
	</item>
		<item>
		<title>inshorts</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/21/inshorts/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/21/inshorts/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Mon, 21 Nov 2016 05:14:21 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[young technocrats]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=1003</guid>

					<description><![CDATA[Humans won&#8217;t survive another 1,000 years on Earth: Hawking short by Vani Vivek / 05:56 pm on 17 Nov 2016,Thursday While delivering a lecture on the origins of humans, British theoretical physicist Stephen Hawking said, &#8220;I don&#8217;t think we will survive another 1,000 years without escaping beyond our fragile planet.&#8221; Hawking, who received a standing... <div class="link-more"><a href="https://youngtechnocrats.wordpress.com/2016/11/21/inshorts/">Read More</a></div>]]></description>
										<content:encoded><![CDATA[<div style="font-size:16px;">
<div style="box-sizing:border-box;font-family:Roboto, sans-serif;font-weight:normal;text-size-adjust:100%;line-height:1.5;color:rgb(34,34,34);font-size:14px;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;font-size:1em;line-height:1.4;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;min-height:550px;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;padding-top:110px;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;width:100%;display:block;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;box-shadow:rgba(0,0,0,0.156863) 0 2px 5px 0px, rgba(0,0,0,0.117647) 0 2px 10px 0;position:relative;display:block;margin-left:auto;margin-right:auto;border-radius:3px;margin-bottom:20px;padding:8px 16px 8px 8px;height:700px;width:500px;z-index:1;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;position:absolute;height:400px;width:480px;border-radius:4px;overflow:hidden;margin-left:1px;background-size:cover;background-position:50% center;margin-top:0;background-image:url('http://ift.tt/2fSV90W;');">
  </div>
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;width:480px;right:0;position:absolute;color:rgb(68,68,77);margin-top:410px;font-size:22px;line-height:27px;left:10px;padding:3px;">
    <a href="http://ift.tt/2g9BkFz" style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:400;background-color:transparent;color:#44444d !important;text-decoration:none;cursor:pointer;"><br />
      <span style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;">Humans won&#8217;t survive another 1,000 years on Earth: Hawking</span><br />
    </a></p>
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;font-size:12px;line-height:22px;color:rgb(128,130,144);">
      <span style="box-sizing:inherit;font-family:Conv_ClanPro-Bold, sans-serif;font-weight:300;color:rgb(68,68,77);">short</span> by <span style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;">Vani Vivek</span> /<br />
      <span style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;">05:56 pm</span> on <span style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;">17 Nov 2016,Thursday</span>
    </div>
</p></div>
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;width:480px;right:0;position:absolute;color:rgb(68,68,77);top:95px;font-size:16px;line-height:22px;left:10px;padding:3px;margin-top:410px;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;">While delivering a lecture on the origins of humans, British theoretical physicist Stephen Hawking said, &#8220;I don&#8217;t think we will survive another 1,000 years without escaping beyond our fragile planet.&#8221; Hawking, who received a standing ovation at the Oxford Union debating society, had previously said, &#8220;I think the human race has no future if it doesn&#8217;t go to space.&#8221;</div>
</p></div>
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;width:480px;right:0;position:absolute;height:26px;overflow:hidden;bottom:10px;left:10px;padding:3px;margin-top:410px;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:400;position:absolute;left:0;top:2px;font-size:12px;">read more at <a target="_blank" href="http://ift.tt/2fSVdxq" style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:500;background-color:transparent;color:rgb(68,68,77);text-decoration:none;">Daily Mail</a>
</div>
</p></div>
</div></div>
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;background:rgb(244,67,54);height:165px;width:100%;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;margin:0 auto;max-width:1280px;width:85%;">
<div style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;margin-left:-.75rem;margin-right:-.75rem;margin-bottom:20px;">
<div style="box-sizing:border-box;font-family:Roboto, sans-serif;font-weight:300;text-align:center;float:left;padding:0 .75rem;width:100%;margin-left:0;color:white;font-size:14px;margin-top:28px;margin-bottom:18px;">
              For the best experience use <a target="_blank" href="http://ift.tt/2g9Dvsw" style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:500;background-color:transparent;color:white;text-decoration:none;appearance:none;">inshorts</a> app on your smartphone
            </div>
<div style="box-sizing:border-box;font-family:Roboto, sans-serif;font-weight:300;float:left;padding:0 .75rem;width:66.6667%;margin-left:16.6667%;">
              <a target="_blank" href="http://ift.tt/1AIvPAW" style="box-sizing:inherit;font-family:Roboto, sans-serif;font-weight:300;background-color:transparent;color:rgb(0,0,238);text-decoration:none;"><img loading="lazy" src="http://ift.tt/2g9vBQ6" width="340" height="100"></a>
            </div>
<p>          <span style="font-family:Roboto, sans-serif;font-weight:300;display:table;clear:both;"></span>
</div>
</p></div>
</p></div>
<p>    <span style="font-family:Roboto, sans-serif;font-weight:300;display:table;clear:both;"></span>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/21/inshorts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1003</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://ift.tt/2g9vBQ6"/>
	</item>
		<item>
		<title>Have a website? Here���s why you should implement AMP, Google���s latest game-changer</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/18/have-a-website-here%ef%bf%bd%ef%bf%bd%ef%bf%bds-why-you-should-implement-amp-google%ef%bf%bd%ef%bf%bd%ef%bf%bds-latest-game-changer/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/18/have-a-website-here%ef%bf%bd%ef%bf%bd%ef%bf%bds-why-you-should-implement-amp-google%ef%bf%bd%ef%bf%bd%ef%bf%bds-latest-game-changer/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Fri, 18 Nov 2016 08:29:13 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[young technocrats]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=1001</guid>

					<description><![CDATA[ After Facebook’s instant articles, it was only a matter of time before arch-rival Google launched its own offensive in the form of Accelerated Mobile Pages (AMP). While publishers have lately been turning lukewarm towards the former, AMP — Google’s ultimate strategy to dominate the mobile search market — continues to gain ground. In India, publishers and... <div class="link-more"><a href="https://youngtechnocrats.wordpress.com/2016/11/18/have-a-website-here%ef%bf%bd%ef%bf%bd%ef%bf%bds-why-you-should-implement-amp-google%ef%bf%bd%ef%bf%bd%ef%bf%bds-latest-game-changer/">Read More</a></div>]]></description>
										<content:encoded><![CDATA[<div style="font-size:16px;">
<div style="box-sizing:border-box;font-family:sans-serif;text-size-adjust:100%;outline:0;font-size:13px;background:transparent;">
<div style='box-sizing:border-box;outline:0;font-size:13px;background:rgb(255,255,255);font-family:"Benton Sans";color:rgb(87,87,87);overflow-y:scroll;'>
<div style="box-sizing:border-box;outline:0;font-size:100%;background:transparent;">
<div style="box-sizing:border-box;outline:0;font-size:100%;background:transparent;">
<div style="box-sizing:border-box;outline:0;font-size:100%;background:transparent;">
<div style="box-sizing:border-box;outline:0;font-size:100%;background:transparent;background-color:rgb(255,255,255);"> After<span style='background-color:transparent;color:rgb(48,48,48);font-size:100%;font-family:"Helvetica Neue", Arial, sans, sans-serif;'> Facebook’s instant articles, it was only a matter of time before arch-rival Google launched its own offensive in the form of Accelerated Mobile Pages (AMP). While publishers have lately been turning lukewarm towards the former, AMP — Google’s ultimate strategy to dominate the mobile search market — continues to gain ground.</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:15px;background:transparent;color:rgb(48,48,48);">
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><img loading="lazy" src="http://ift.tt/2gmsyEp" alt="google_ja800x400" width="800" height="400" style="box-sizing:border-box;border:0;margin:5px 20px 20px 0;padding:0;outline:0;font-size:100%;background:transparent;height:auto;max-width:100%;"></p>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">In India, publishers and website owners are wondering how AMP is going to impact them and what they should do to derive maximum benefit out of this change. Here I will give an overview of AMP and all that you need to know about it.</p>
<h2 style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">What is AMP?</strong></h2>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">An open-source project, AMP is backed by Google, whose primary aim is to effect faster page-loading on mobile devices, the cornerstone of solid user experience.</p>
<h2 style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Impact on speed</strong></h2>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">Data from <a href="http://ift.tt/1kTKLWW" target="_blank" rel="nofollow" style="box-sizing:border-box;background:transparent;margin:0;padding:0;font-size:100%;vertical-align:baseline;color:rgb(229,0,45);text-decoration:none;">KISSmetrics</a> shows that about 40 percent people leave a web page that takes over three seconds to load. Further, if an e-commerce site makes $0.1 million per day, even a one-second delay can result in lost sales of up to $2.5 million annually.</p>
<div></div>
<div style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">
<div>Against this backdrop, the speed improvement that AMP brings is a potential game-changer. The following table from Organic Facts shows the enormity of change. Take a look.</div>
<div><span style="background-color:transparent;font-size:10px;text-align:center;">Test</span></div>
</div>
<table align="center" border="1" width="600" style="font-size:100%;font-weight:inherit;font-style:inherit;font-variant:inherit;box-sizing:border-box;border-collapse:collapse;border-spacing:0;margin:0;padding:0;border:1px solid rgb(203,203,203);outline:0;background:transparent;empty-cells:show;width:100%;">
<tbody style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">
<tr style="box-sizing:border-box;margin:0;padding:0;border:1px solid rgb(203,203,203);outline:0;font-size:100%;background:transparent;">
<td colspan="1" rowspan="1" width="300" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);overflow:visible;background-color:transparent;border-width:0;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;"> Type</strong></td>
<td colspan="1" rowspan="1" width="100" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Regular Page</strong></td>
<td colspan="1" rowspan="1" width="100" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">AMP Page</strong></td>
<td colspan="1" rowspan="1" width="100" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Improvement</strong></td>
</tr>
<tr style="box-sizing:border-box;margin:0;padding:0;border:1px solid rgb(203,203,203);outline:0;font-size:100%;background:transparent;">
<td colspan="1" rowspan="1" width="110" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);overflow:visible;background-color:transparent;border-width:0;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Load Time (First View)</strong></td>
<td colspan="1" rowspan="1" width="64" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">8.27s</td>
<td colspan="1" rowspan="1" width="64" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">0.46s</td>
<td colspan="1" rowspan="1" width="98" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">94%</td>
</tr>
<tr style="box-sizing:border-box;margin:0;padding:0;border:1px solid rgb(203,203,203);outline:0;font-size:100%;background:transparent;">
<td colspan="1" rowspan="1" width="110" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);overflow:visible;background-color:transparent;border-width:0;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Load Time (Repeat View)</strong></td>
<td colspan="1" rowspan="1" width="64" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">4.39s</td>
<td colspan="1" rowspan="1" width="64" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">0.34s</td>
<td colspan="1" rowspan="1" width="98" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">92%</td>
</tr>
<tr style="box-sizing:border-box;margin:0;padding:0;border:1px solid rgb(203,203,203);outline:0;font-size:100%;background:transparent;">
<td colspan="1" rowspan="1" width="110" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);overflow:visible;background-color:transparent;border-width:0;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Requests</strong></td>
<td colspan="1" rowspan="1" width="64" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">270</td>
<td colspan="1" rowspan="1" width="64" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">88</td>
<td colspan="1" rowspan="1" width="98" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">67%</td>
</tr>
<tr style="box-sizing:border-box;margin:0;padding:0;border:1px solid rgb(203,203,203);outline:0;font-size:100%;background:transparent;">
<td colspan="1" rowspan="1" width="110" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);overflow:visible;background-color:transparent;border-width:0;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Page Size (MB)</strong></td>
<td colspan="1" rowspan="1" width="64" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">2.5</td>
<td colspan="1" rowspan="1" width="64" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">0.75</td>
<td colspan="1" rowspan="1" width="98" style="box-sizing:border-box;padding:.5em 1em;margin:0;border:0;outline:0;font-size:inherit;background:transparent;border-left:1px solid rgb(203,203,203);border-top-width:0;border-right-width:0;border-bottom-width:0;overflow:visible;background-color:transparent;">70%</td>
</tr>
</tbody>
</table>
<h2 style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">India rollout</strong></h2>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">Google has introduced AMP for content pages (including product pages) globally, starting with the US on September 20, 2016. According to Search Engine Land, it is expected to complete the global rollout by the end of the year.</p>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">The India rollout has also begun, and Google will soon be extending this to all web pages and websites in the country.</p>
<h2 style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Traffic on AMP is rising </strong></h2>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">Globally, traffic from AMP is rising, both as proportion of overall traffic and, in turn, the overall number. A recent Digiday <a href="http://ift.tt/2dO88Cl" target="_blank" rel="nofollow" style="box-sizing:border-box;background:transparent;margin:0;padding:0;font-size:100%;vertical-align:baseline;color:rgb(229,0,45);text-decoration:none;">report</a> says Thrillist now derives as much as 15 percent of its search traffic from AMP, resulting in 33 percent growth in overall search traffic. At the USA Today Network, AMP already accounts for 12 percent of total mobile page views.</p>
<h2 style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">AMP adopters</strong></h2>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">The big boys of the publishing world, from the<em style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;"> Washington Post </em>to the<em style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;"> Wall Street Journal, </em> are decidedly excited about AMP. And that’s no flash in the pan, for other renowned publications like the<em style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;"> Guardian, Trinity Mirror, </em>and the<em style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;"> Financial Times</em> have also embraced AMP.</p>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">Google had revealed in early August that it had a whopping 150 million AMP docs indexed in its search results. The number of domains those documents are coming from stands at 650,000.</p>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">News sites were the first ones to jump onto the bandwagon but more and more websites, across e-commerce, entertainment and travel sectors, and even recipe sites, are warming up to the idea.</p>
<h2 style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Adoption by e-commerce</strong></h2>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">Moz is of the opinion that e-commerce sites can effectively implement AMP and, at the very least, they should ensure that their content pages are AMP-ready. Although not every e-commerce site has made their software AMP-friendly yet, eBay went ahead and did it it as early as June. Shopify has also followed suit, and more players are likely to take the same route in coming days.</p>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">Google has gone on record to say that AMP will go very well with e-commerce since it makes browsing faster, which means higher purchase conversions.</p>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">You get the drift!</p>
<h2 style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">Is AMP a search ranking factor?</strong></h2>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">Gary Illyes, Webmaster Trends Analyst at Google, clarified at the SEJ Summit Chicago recently: “Currently, AMP is not a mobile ranking factor.”</p>
<div></div>
<div style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;">
<div>What lies buried in that statement is a definite possibility that, one day, AMP could influence rankings strongly.</div>
<div><span style="background-color:transparent;font-size:100%;">At any rate, deducing that AMP implementation will give a fillip to your website’s SEO is a no-brainer, for the following reasons:</span></div>
</div>
<ol style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">
<li style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">AMP scores big on loading time, which Google has traditionally used to determine page rank.</li>
<li style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">A faster, more nimble web page will also keep your readers on your page for longer, reducing your bounce rate.</li>
<li style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;">For publishers, these pages will show up on the Google News carousel, which means a higher click-through rate</li>
</ol>
<p style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;margin-top:30px;"><i style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;"><span style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;font-weight:400;">(Disclaimer: The views and opinions expressed in this article are those of the author and do not necessarily reflect the views of YourStory.)</span></i></p>
<div style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;text-align:center;">
<ul style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;list-style:none;"></ul>
</div>
<hr style="box-sizing:content-box;height:1px;display:block;border-width:1px 0 0;border-image:initial;margin:1em 0;padding:0;border-color:rgb(204,204,204) initial initial;border-style:solid initial initial;">Are you an entrepreneur working on innovative product solutions? Apply to Airbus BizLab accelerator and speed up the transformation of your ideas into valuable businesses. Applications closing shortly. <em style="box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;"><strong style="box-sizing:border-box;font-weight:bold;margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;"><a href="http://bit.ly/2f7vsJb" target="_blank" rel="nofollow" style="box-sizing:border-box;background:transparent;margin:0;padding:0;font-size:100%;vertical-align:baseline;color:rgb(229,0,45);text-decoration:none;">Click here to apply now</a>!</strong></em>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/18/have-a-website-here%ef%bf%bd%ef%bf%bd%ef%bf%bds-why-you-should-implement-amp-google%ef%bf%bd%ef%bf%bd%ef%bf%bds-latest-game-changer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1001</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://ift.tt/2gmsyEp">
			<media:title type="html">google_ja800x400</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft’s Linux love affair leads it to join The Linux Foundation</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/17/microsofts-linux-love-affair-leads-it-to-join-the-linux-foundation/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/17/microsofts-linux-love-affair-leads-it-to-join-the-linux-foundation/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Wed, 16 Nov 2016 23:53:37 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[young technocrats]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=999</guid>

					<description><![CDATA[Believe it or not, Microsoft has joined The Linux Foundation as a Platinum member. No, this isn&#8217;t The Onion and it&#8217;s not April Fool&#8217;s Day. Microsoft has joined The Linux Foundation.]]></description>
										<content:encoded><![CDATA[<p><img src="http://ift.tt/eA8V8J"></p>
<p>Believe it or not, Microsoft has joined The Linux Foundation as a Platinum member.  No, this isn&#8217;t The Onion and it&#8217;s not April Fool&#8217;s Day. Microsoft has joined The Linux Foundation.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/17/microsofts-linux-love-affair-leads-it-to-join-the-linux-foundation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">999</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://ift.tt/eA8V8J"/>
	</item>
		<item>
		<title>New supersonic jet can cover 5500 km in 3.5 hours</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/16/new-supersonic-jet-can-cover-5500-km-in-3-5-hours/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/16/new-supersonic-jet-can-cover-5500-km-in-3-5-hours/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Wed, 16 Nov 2016 13:56:26 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[young technocrats]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=997</guid>

					<description><![CDATA[Virgin Atlantic&#8217;s Founder Richard Branson-backed startup Boom has unveiled a supersonic jet-prototype named &#8216;Baby Boom&#8217;, that covers 5500 km distance between New York and London in just 3.5 hours. A passenger plane usually takes at least 6.5 hours to cover the same distance.]]></description>
										<content:encoded><![CDATA[<p><img src="http://ift.tt/eA8V8J"></p>
<p>Virgin Atlantic&#8217;s Founder Richard Branson-backed startup Boom has unveiled a supersonic jet-prototype named &#8216;Baby Boom&#8217;, that covers 5500 km distance between New York and London in just 3.5 hours. A passenger plane usually takes at least 6.5 hours to cover the same distance.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/16/new-supersonic-jet-can-cover-5500-km-in-3-5-hours/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">997</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://ift.tt/eA8V8J"/>
	</item>
		<item>
		<title>Doctors perform brain implant for the first time in history</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/16/doctors-perform-brain-implant-for-the-first-time-in-history/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/16/doctors-perform-brain-implant-for-the-first-time-in-history/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Wed, 16 Nov 2016 13:56:20 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[young technocrats]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=995</guid>

					<description><![CDATA[Netherlands-based doctors have performed the first-ever brain implant on a 58-year-old woman paralysed by Lou Gehrig&#8217;s disease, enabling her to communicate in day-to-day life via a speech computer. The disease-caused nerve degeneration had left her with control only over her eyes.]]></description>
										<content:encoded><![CDATA[<p><img src="http://ift.tt/eA8V8J"></p>
<p>Netherlands-based doctors have performed the first-ever brain implant on a 58-year-old woman paralysed by Lou Gehrig&#8217;s disease, enabling her to communicate in day-to-day life via a speech computer. The disease-caused nerve degeneration had left her with control only over her eyes.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/16/doctors-perform-brain-implant-for-the-first-time-in-history/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">995</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://ift.tt/eA8V8J"/>
	</item>
		<item>
		<title>World’s thinnest laptop launched in India at ₹1 lakh</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/16/worlds-thinnest-laptop-launched-in-india-at-%e2%82%b91-lakh/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/16/worlds-thinnest-laptop-launched-in-india-at-%e2%82%b91-lakh/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Wed, 16 Nov 2016 13:56:14 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[young technocrats]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=993</guid>

					<description><![CDATA[Taiwanese electronics maker Acer on Tuesday launched &#8216;Swift 7&#8217;, the world&#8217;s thinnest laptop with a thickness of 9.98 mm in India at a price of ₹99,999. The laptop weighs 1.1 kg and features a 13.3-inch display with 8 GB memory and 256 GB internal storage. The laptop is thinner than HP&#8217;s 10.]]></description>
										<content:encoded><![CDATA[<p><img src="http://ift.tt/eA8V8J"></p>
<p>Taiwanese electronics maker Acer on Tuesday launched &#8216;Swift 7&#8217;, the world&#8217;s thinnest laptop with a thickness of 9.98 mm in India at a price of ₹99,999. The laptop weighs 1.1 kg and features a 13.3-inch display with 8 GB memory and 256 GB internal storage. The laptop is thinner than HP&#8217;s 10.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/16/worlds-thinnest-laptop-launched-in-india-at-%e2%82%b91-lakh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">993</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://ift.tt/eA8V8J"/>
	</item>
		<item>
		<title>Google Pixel Phone Hacked In 60 Seconds By The Chinese At The PwnFest 2016!</title>
		<link>https://youngtechnocrats.wordpress.com/2016/11/13/google-pixel-phone-hacked-in-60-seconds-by-the-chinese-at-the-pwnfest-2016/</link>
					<comments>https://youngtechnocrats.wordpress.com/2016/11/13/google-pixel-phone-hacked-in-60-seconds-by-the-chinese-at-the-pwnfest-2016/#respond</comments>
		
		<dc:creator><![CDATA[Chitti]]></dc:creator>
		<pubDate>Sun, 13 Nov 2016 00:12:38 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[young technocrats]]></category>
		<guid isPermaLink="false">http://youngtechnocrats.wordpress.com/?p=991</guid>

					<description><![CDATA[The recently launched Google Pixel phone has been hacked by the Chinese hackers just in less than a minute! A team called White-Hat hackers from Qihoo 360, which participated in the 2016 PwnFest hacking competition in Seoul did the impossible in less than 60 seconds.]]></description>
										<content:encoded><![CDATA[<p><img src="http://ift.tt/2fL15eZ"></p>
<p>The recently launched Google Pixel phone has been hacked by the Chinese hackers just in less than a minute! A team called White-Hat hackers from Qihoo 360, which participated in the 2016 PwnFest hacking competition in Seoul did the impossible in less than 60 seconds.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://youngtechnocrats.wordpress.com/2016/11/13/google-pixel-phone-hacked-in-60-seconds-by-the-chinese-at-the-pwnfest-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">991</post-id>
		<media:content medium="image" url="https://2.gravatar.com/avatar/542160d5161a89afe1e64199506cbd9955890bdd6e87ea6e09fb054d8ef349f1?s=96&amp;d=identicon&amp;r=G">
			<media:title type="html">chittimetravel</media:title>
		</media:content>

		<media:content medium="image" url="http://ift.tt/2fL15eZ"/>
	</item>
	</channel>
</rss>