61 lines
3.0 KiB
HTML
61 lines
3.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="main.css" type="text/css" />
|
|
<link rel="stylesheet" href="blog.css" type="text/css" />
|
|
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
|
|
<title>Powershell Links</title>
|
|
</head><body>
|
|
<div id="divbodyholder">
|
|
<div class="headerholder"><div class="header">
|
|
<div id="title">
|
|
<h1 class="nomargin"><a class="ablack" href="http://zigford.org/index.html">zigford.org</a></h1>
|
|
<div id="description"><a href="about.html">About</a><a href="links.html"> | Links</a><a href="scripts.html"> | Scripts</a><br>Sharing linux/windows scripts and tips</br></div>
|
|
</div></div></div>
|
|
<div id="divbody"><div class="content">
|
|
<!-- entry begin -->
|
|
<h3><a class="ablack" href="powershell-links.html">
|
|
Powershell Links
|
|
</a></h3>
|
|
<!-- bashblog_timestamp: #201903291632.24# -->
|
|
<div class="subtitle">March 29, 2019 —
|
|
Jesse Harris
|
|
</div>
|
|
<!-- text begin -->
|
|
<p><em>A bunch of links for powershell things I like and want to remember</em></p>
|
|
<hr />
|
|
<ul>
|
|
<li><p>Seb's IT Blog - <a href="https://megamorf.gitlab.io/2018/10/17/ps-core-snap-tls-issue.html">Fix PowerShell snap package TLS issues</a>
|
|
On fresh PowerShell installs using the snap package, you can't use the
|
|
gallery, <code>Invoke-Webrequest</code> or <code>Invoke-RestMethod</code> to any ssl sites unless
|
|
you set this variable before running <code>pwsh</code>:</p>
|
|
<pre><code> export DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=0
|
|
</code></pre>
|
|
</li>
|
|
<li><p>Kevin Marquette writes a series delving into specific topics on PowerShell.
|
|
Like in this weeks entry <a href="https://powershellexplained.com/2016-10-28-powershell-everything-you-wanted-to-know-about-pscustomobject/?utm_source=twitter&utm_medium=blog&utm_content=bottomlink">PowerShell: Everything you wanted to know about
|
|
PSCustomObject</a>
|
|
has some great extended functionality of custom objects that I did not know
|
|
about.</p>
|
|
</li>
|
|
<li><p>Another amazing bost by Kevin Marquette. This time on arrays. Ashamed to say I
|
|
did not know adding to arrays was so expensive! <a href="https://powershellexplained.com/2018-10-15-PowerShell-arrays-Everything-you-wanted-to-know/?utm_source=twitter&utm_medium=blog&utm_content=bottomlink">check it
|
|
out</a></p>
|
|
</li>
|
|
</ul>
|
|
<p>Tags: <a href='tag_powershell-links.html'>powershell-links</a>, <a href='tag_link-lists.html'>link-lists</a></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- text end -->
|
|
<!-- entry end -->
|
|
</div>
|
|
<div id="footer">© <a href="http://twitter.com/zigford_org">Jesse Harris</a> — <a href="mailto:jesse@zigford.org">jesse@zigford.org</a><br/>
|
|
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
|
|
</div></div>
|
|
</body></html>
|