{"id":184,"date":"2020-12-22T11:10:01","date_gmt":"2020-12-22T10:10:01","guid":{"rendered":"http:\/\/adminsnet.de\/?p=184"},"modified":"2020-12-23T15:40:54","modified_gmt":"2020-12-23T14:40:54","slug":"k-ubuntu-20-04-howto-fix-powershell-7-1-pssession","status":"publish","type":"post","link":"https:\/\/adminsnet.de\/?p=184","title":{"rendered":"K\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession"},"content":{"rendered":"\n<p>Auf der Microsoft Doc Webseite wird man schnell f\u00fcndig wie man unter Ubuntu 20.04 die aktuelle Powershell installiert. Anbei der Link <a href=\"https:\/\/docs.microsoft.com\/en-us\/powershell\/scripting\/install\/installing-powershell-core-on-linux?view=powershell-7.1#ubuntu-2004\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Powershell under Linux<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>cd Downloads\/\nsudo apt update\nsudo apt install -y wget apt-transport-https software-properties-common\nwget -q https:\/\/packages.microsoft.com\/config\/ubuntu\/20.04\/packages-microsoft-prod.deb\nsudo dpkg -i packages-microsoft-prod.deb\nsudo apt-get update\nsudo add-apt-repository universe\nsudo apt-get install -y powershell\npwsh<\/strong>\n<em>PowerShell 7.1.0\nCopyright (c) Microsoft Corporation.\nhttps:\/\/aka.ms\/powershell\nType 'help' to get help.<\/em>\nPS \/home\/k3ops\/Downloads&gt;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Enter-PSSession<\/h2>\n\n\n\n<p>Powershell installiert und gestartet, versucht man eine Remoteverbindung \u00fcber die Powershell mit z.B. Enter-PSSession herzustellen, hagelt es gleich einmal den folgenden Fehler.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">PS \/home\/k3ops\/Downloads&gt; <span style=\"color:#efc436\" class=\"has-inline-color\">Enter-PSSession<\/span> <span class=\"has-inline-color has-medium-gray-color\">-ComputerName<\/span> ipadresse\n<span style=\"color:#d21f22\" class=\"has-inline-color\">Enter-PSSession: This parameter set requires WSMan, and no supported<\/span>\n<span style=\"color:#d21f22\" class=\"has-inline-color\">WSMan client library was found. WSMan is either not installed or<\/span>\n<span style=\"color:#d21f22\" class=\"has-inline-color\">unavailable for this system.<\/span><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Howto Fix<\/h2>\n\n\n\n<p>Exit und zur\u00fcck zur Bash um mittels ldd die Abh\u00e4ngigkeiten zu pr\u00fcfen.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>ldd \/opt\/microsoft\/powershell\/7\/libmi.so<\/strong>\n   linux-vdso.so.1 (0x00007fff9617c000)\n   libpthread.so.0 =&gt; \/lib\/x86_64-linux-gnu\/libpthread.so.0 (0x00007f2a180a2000)\n   libdl.so.2 =&gt; \/lib\/x86_64-linux-gnu\/libdl.so.2 (0x00007f2a1809c000)\n   libpam.so.0 =&gt; \/lib\/x86_64-linux-gnu\/libpam.so.0 (0x00007f2a1808a000)\n   libssl.so.1.0.0 =&gt; not found\n   libcrypto.so.1.0.0 =&gt; not found\n   libc.so.6 =&gt; \/lib\/x86_64-linux-gnu\/libc.so.6 (0x00007f2a17e98000)\n   \/lib64\/ld-linux-x86-64.so.2 (0x00007f2a182ad000)\n   libaudit.so.1 =&gt; \/lib\/x86_64-linux-gnu\/libaudit.so.1 (0x00007f2a17e6a000)\n   libcap-ng.so.0 =&gt; \/lib\/x86_64-linux-gnu\/libcap-ng.so.0 (0x00007f2a17e62000)<\/pre>\n\n\n\n<p>Libssl.so.1.0.0 und libcrypto werden nicht gefunden, um sich das genauer anzuschauen installieren wir schnell noch mlocate und lassen uns mit locate den Ort anzeigen wo sich die libssl.so.1.0.0 befindet.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>sudo apt install mlocate\nsudo updatedb\nlocate libssl.so.1.0.0<\/strong>\n <em>\/opt\/microsoft\/powershell\/7\/libssl.so.1.0.0\n \/snap\/core18\/1880\/usr\/lib\/x86_64-linux-gnu\/libssl.so.1.0.0<\/em>\n<\/pre>\n\n\n\n<p>Unter \/opt\/microsoft\/powershell wird uns eine libssl.so.1.0.0 angezeigt, jedoch wenn man dies weiter pr\u00fcft sieht man das dies nur ein Softlink ist der auf eine libssl.so.10 zeigt die garnicht vorhanden ist ! Es ist auch keine libssl unter einem frischen Ubuntu 20.04 installiert und anscheinend wird die Abh\u00e4ngigkeit auch garnicht mitinstalliert, obwohl das Powershell-Paket \u00fcber die Repos installiert wurde.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"232\" src=\"http:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-1024x232.png\" alt=\"\" class=\"wp-image-202\" srcset=\"https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-1024x232.png 1024w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-300x68.png 300w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-768x174.png 768w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-1536x347.png 1536w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-500x113.png 500w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1.png 1862w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installieren der libssl.so und der libcrypto.so<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>sudo apt install libssl-dev\nsudo apt list --installed | grep libssl*<\/strong>\n <em>WARNING: apt does not have a stable CLI interface. Use with caution in scripts.\n libss2\/focal,now 1.45.5-2ubuntu1 amd64  [Installiert,automatisch]\n libssh-4\/focal-updates,focal-security,now 0.9.3-2ubuntu2.1 amd64  [Installiert,automatisch]\n libssh-gcrypt-4\/focal-updates,focal-security,now 0.9.3-2ubuntu2.1 amd64  [Installiert,automatisch]\n libssl-dev\/focal-updates,focal-security,now 1.1.1f-1ubuntu2.1 amd64  [installiert]\n <strong>libssl1.1<\/strong>\/focal-updates,focal-security,now 1.1.1f-1ubuntu2.1 amd64  [Installiert,automatisch]<\/em>\nlocate libssl.so.1.1\n <em>\/snap\/core18\/1880\/usr\/lib\/x86_64-linux-gnu\/libssl.so.1.1\n \/snap\/gnome-3-34-1804\/36\/usr\/lib\/x86_64-linux-gnu\/libssl.so.1.1\n <strong>\/usr\/lib\/x86_64-linux-gnu\/libssl.so.1.1<\/strong><\/em><\/pre>\n\n\n\n<p>K\/Ubuntu 20.04 installiert die Version libssl.so.1.1 und zu finden ist die unter \/usr\/lib\/x86_64-linux-gnu\/. Nun setzt man einfach die entsprechenden Softlinks in das Verzeichnis wo ldd ein paar Schritte weiter oben die Datei sucht, n\u00e4mlich unter \/lib\/x86_64-linux-gnu. Achtung wir setzen die Softlinks auf den Namen der gesuchten library also nicht XXX.so.1.1 sondern auf XXX.so.1.0.0. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Softlinks erstellen<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>sudo ln -s \/usr\/lib\/x86_64-linux-gnu\/libssl.so.1.1 \/lib\/x86_64-linux-gnu\/libssl.so.1.0.0<\/strong>\n<strong>sudo<\/strong> <strong>ln -s \/usr\/lib\/x86_64-linux-gnu\/libcrypto.so.1.1 \/lib\/x86_64-linux-gnu\/libcrypto.so.1.0.0<\/strong>\n\n<strong>ldd \/opt\/microsoft\/powershell\/7\/libmi.so<\/strong>\n   <em>linux-vdso.so.1 (0x00007ffe02b7c000)\n   libpthread.so.0 =&gt; \/lib\/x86_64-linux-gnu\/libpthread.so.0 (0x00007fe1090c7000)\n   libdl.so.2 =&gt; \/lib\/x86_64-linux-gnu\/libdl.so.2 (0x00007fe1090c1000)\n   libpam.so.0 =&gt; \/lib\/x86_64-linux-gnu\/libpam.so.0 (0x00007fe1090af000)\n   libssl.so.1.0.0 =&gt; \/lib\/x86_64-linux-gnu\/libssl.so.1.0.0 (0x00007fe10901c000)\n   libcrypto.so.1.0.0 =&gt; \/lib\/x86_64-linux-gnu\/libcrypto.so.1.0.0 (0x00007fe108d46000)\n   libc.so.6 =&gt; \/lib\/x86_64-linux-gnu\/libc.so.6 (0x00007fe108b54000)\n   \/lib64\/ld-linux-x86-64.so.2 (0x00007fe1092d2000)\n   libaudit.so.1 =&gt; \/lib\/x86_64-linux-gnu\/libaudit.so.1 (0x00007fe108b26000)\n   libcap-ng.so.0 =&gt; \/lib\/x86_64-linux-gnu\/libcap-ng.so.0 (0x00007fe108b1e000)<\/em><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installieren GSS-NTLMSSP<\/h2>\n\n\n\n<p>Nachdem ldd alle Librarys findet tritt ein weitere Fehler bei dem Enter-PSSession Befehl auf.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"294\" src=\"http:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/pwsh-issue-1-1024x294.png\" alt=\"\" class=\"wp-image-206\" srcset=\"https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/pwsh-issue-1-1024x294.png 1024w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/pwsh-issue-1-300x86.png 300w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/pwsh-issue-1-768x220.png 768w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/pwsh-issue-1-1536x441.png 1536w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/pwsh-issue-1-2048x588.png 2048w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/pwsh-issue-1-1000x288.png 1000w, https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/pwsh-issue-1-500x143.png 500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Hier muss gss-ntlmssp noch installiert werden.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>apt install gss-ntlmssp<\/strong><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Enter-PSSession<\/h2>\n\n\n\n<p>Jetzt kann man sich wieder Remote mit der Powershell eines Windows Ger\u00e4tes verbinden wenn die Verbindung in der Windows-Firewall freigegeben wurde. Zu beachten ist das &#8222;-Authentication negotiate&#8220; verwendet wird.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">k3ops@kubuntu-vm:~$ <strong>pwsh<\/strong>\n <em>PowerShell 7.1.0\n Copyright (c) Microsoft Corporation.\n https:\/\/aka.ms\/powershell\n Type 'help' to get help.<\/em>\n PS \/home\/k3ops&gt; <strong>Enter-PSSession -ComputerName 10.10.2.10 -Credential $u -Authentication negotiate<\/strong>\n <em>PowerShell credential request<\/em>\n <em>Enter your credentials.<\/em>\n <em>User:<\/em> <strong>DOMAIN\\username<\/strong>\n <em>Password for user<\/em> DOMAIN\\username: <strong>XXXXXX<\/strong> \n [XXX.XXX.XXX.XXX]: PS C:\\Users\\k3ops\\Documents&gt; cd ..\n [XXX.XXX.XXX.XXX]: PS C:\\Users\\k3ops&gt; cd ..\n [XXX.XXX.XXX.XXX]: PS C:\\Users&gt; cd ..\n [XXX.XXX.XXX.XXX]: PS C:&gt; ls\n <code>Verzeichnis: C:\\<\/code>\n Mode                LastWriteTime         Length Name                                                                                  \n ----                -------------         ------ ----                                                                                  \n d-----       01.08.2019     15:49                Intel                                                                                 \n d-----       12.09.2016     13:35                Logs                                                                                  \n d-----       01.08.2019     16:59                OEM                                                                                   \n d-----       02.08.2019     11:53                PerfLogs                                                                              \n da----       05.04.2020     16:23                PostInstall                                                                           \n d-r---       28.02.2020     11:12                Program Files                                                                         \n d-----       31.08.2020     10:21                Program Files (x86)                                                                   \n d-----       10.12.2020     23:58                tmp                                                                                   \n d-r---       16.12.2020     14:12                Users                                                                                 \n d-----       16.12.2020     11:49                Windows                                                                               \n d-----       14.08.2019     10:56                _Scripts                                                                              \n -a----       12.02.2020     12:11           1024 .rnd                                                                                  \n -a----       19.11.2020     15:14             25 log.txt                                                                               \n -a----       01.08.2019     16:59              0 SVIMSP_OLD\n[XXX.XXX.XXX.XXX]: PS C:&gt; <\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Auf der Microsoft Doc Webseite wird man schnell f\u00fcndig wie man unter Ubuntu 20.04 die aktuelle Powershell installiert. Anbei der Link Powershell under Linux. cd Downloads\/ sudo apt update sudo apt install -y wget apt-transport-https software-properties-common wget -q https:\/\/packages.microsoft.com\/config\/ubuntu\/20.04\/packages-microsoft-prod.deb sudo &hellip; <a href=\"https:\/\/adminsnet.de\/?p=184\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[17],"tags":[25,22,21,23,24],"class_list":["post-184","post","type-post","status-publish","format-standard","hentry","category-ubuntu20","tag-kubuntu","tag-linux","tag-powershell","tag-pssession","tag-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>K\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession - K3ops Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/adminsnet.de\/?p=184\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"K\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession - K3ops Blog\" \/>\n<meta property=\"og:description\" content=\"Auf der Microsoft Doc Webseite wird man schnell f\u00fcndig wie man unter Ubuntu 20.04 die aktuelle Powershell installiert. Anbei der Link Powershell under Linux. cd Downloads\/ sudo apt update sudo apt install -y wget apt-transport-https software-properties-common wget -q https:\/\/packages.microsoft.com\/config\/ubuntu\/20.04\/packages-microsoft-prod.deb sudo &hellip; Weiterlesen &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/adminsnet.de\/?p=184\" \/>\n<meta property=\"og:site_name\" content=\"K3ops Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-22T10:10:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-23T14:40:54+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-1024x232.png\" \/>\n<meta name=\"author\" content=\"k3ops\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"k3ops\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184\"},\"author\":{\"name\":\"k3ops\",\"@id\":\"https:\\\/\\\/adminsnet.de\\\/#\\\/schema\\\/person\\\/c7b07ff4c9bdfa407fd3025cb616ff64\"},\"headline\":\"K\\\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession\",\"datePublished\":\"2020-12-22T10:10:01+00:00\",\"dateModified\":\"2020-12-23T14:40:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184\"},\"wordCount\":289,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/#\\\/schema\\\/person\\\/c7b07ff4c9bdfa407fd3025cb616ff64\"},\"image\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/adminsnet.de\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/libssl1-1024x232.png\",\"keywords\":[\"Kubuntu\",\"Linux\",\"Powershell\",\"PSSession\",\"Ubuntu\"],\"articleSection\":[\"K\\\/Ubuntu 20.04\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/adminsnet.de\\\/?p=184#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184\",\"url\":\"https:\\\/\\\/adminsnet.de\\\/?p=184\",\"name\":\"K\\\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession - K3ops Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/adminsnet.de\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/libssl1-1024x232.png\",\"datePublished\":\"2020-12-22T10:10:01+00:00\",\"dateModified\":\"2020-12-23T14:40:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/adminsnet.de\\\/?p=184\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184#primaryimage\",\"url\":\"https:\\\/\\\/adminsnet.de\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/libssl1.png\",\"contentUrl\":\"https:\\\/\\\/adminsnet.de\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/libssl1.png\",\"width\":1862,\"height\":421},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/adminsnet.de\\\/?p=184#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/adminsnet.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"K\\\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/adminsnet.de\\\/#website\",\"url\":\"https:\\\/\\\/adminsnet.de\\\/\",\"name\":\"K3ops Blog\",\"description\":\"any - any  - deny\",\"publisher\":{\"@id\":\"https:\\\/\\\/adminsnet.de\\\/#\\\/schema\\\/person\\\/c7b07ff4c9bdfa407fd3025cb616ff64\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/adminsnet.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/adminsnet.de\\\/#\\\/schema\\\/person\\\/c7b07ff4c9bdfa407fd3025cb616ff64\",\"name\":\"k3ops\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da70c997989fdcd1e3636b97a4cf8e277f0ace20b0cedf0ad6ac5ff4f1be42c8?s=96&d=retro&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da70c997989fdcd1e3636b97a4cf8e277f0ace20b0cedf0ad6ac5ff4f1be42c8?s=96&d=retro&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da70c997989fdcd1e3636b97a4cf8e277f0ace20b0cedf0ad6ac5ff4f1be42c8?s=96&d=retro&r=g\",\"caption\":\"k3ops\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/da70c997989fdcd1e3636b97a4cf8e277f0ace20b0cedf0ad6ac5ff4f1be42c8?s=96&d=retro&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"K\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession - K3ops Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/adminsnet.de\/?p=184","og_locale":"de_DE","og_type":"article","og_title":"K\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession - K3ops Blog","og_description":"Auf der Microsoft Doc Webseite wird man schnell f\u00fcndig wie man unter Ubuntu 20.04 die aktuelle Powershell installiert. Anbei der Link Powershell under Linux. cd Downloads\/ sudo apt update sudo apt install -y wget apt-transport-https software-properties-common wget -q https:\/\/packages.microsoft.com\/config\/ubuntu\/20.04\/packages-microsoft-prod.deb sudo &hellip; Weiterlesen &rarr;","og_url":"https:\/\/adminsnet.de\/?p=184","og_site_name":"K3ops Blog","article_published_time":"2020-12-22T10:10:01+00:00","article_modified_time":"2020-12-23T14:40:54+00:00","og_image":[{"url":"http:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-1024x232.png","type":"","width":"","height":""}],"author":"k3ops","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"k3ops","Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/adminsnet.de\/?p=184#article","isPartOf":{"@id":"https:\/\/adminsnet.de\/?p=184"},"author":{"name":"k3ops","@id":"https:\/\/adminsnet.de\/#\/schema\/person\/c7b07ff4c9bdfa407fd3025cb616ff64"},"headline":"K\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession","datePublished":"2020-12-22T10:10:01+00:00","dateModified":"2020-12-23T14:40:54+00:00","mainEntityOfPage":{"@id":"https:\/\/adminsnet.de\/?p=184"},"wordCount":289,"commentCount":0,"publisher":{"@id":"https:\/\/adminsnet.de\/#\/schema\/person\/c7b07ff4c9bdfa407fd3025cb616ff64"},"image":{"@id":"https:\/\/adminsnet.de\/?p=184#primaryimage"},"thumbnailUrl":"http:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-1024x232.png","keywords":["Kubuntu","Linux","Powershell","PSSession","Ubuntu"],"articleSection":["K\/Ubuntu 20.04"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/adminsnet.de\/?p=184#respond"]}]},{"@type":"WebPage","@id":"https:\/\/adminsnet.de\/?p=184","url":"https:\/\/adminsnet.de\/?p=184","name":"K\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession - K3ops Blog","isPartOf":{"@id":"https:\/\/adminsnet.de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/adminsnet.de\/?p=184#primaryimage"},"image":{"@id":"https:\/\/adminsnet.de\/?p=184#primaryimage"},"thumbnailUrl":"http:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1-1024x232.png","datePublished":"2020-12-22T10:10:01+00:00","dateModified":"2020-12-23T14:40:54+00:00","breadcrumb":{"@id":"https:\/\/adminsnet.de\/?p=184#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/adminsnet.de\/?p=184"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/adminsnet.de\/?p=184#primaryimage","url":"https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1.png","contentUrl":"https:\/\/adminsnet.de\/wp-content\/uploads\/2020\/12\/libssl1.png","width":1862,"height":421},{"@type":"BreadcrumbList","@id":"https:\/\/adminsnet.de\/?p=184#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/adminsnet.de\/"},{"@type":"ListItem","position":2,"name":"K\/Ubuntu 20.04 Howto fix Powershell 7.1 PSSession"}]},{"@type":"WebSite","@id":"https:\/\/adminsnet.de\/#website","url":"https:\/\/adminsnet.de\/","name":"K3ops Blog","description":"any - any  - deny","publisher":{"@id":"https:\/\/adminsnet.de\/#\/schema\/person\/c7b07ff4c9bdfa407fd3025cb616ff64"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/adminsnet.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":["Person","Organization"],"@id":"https:\/\/adminsnet.de\/#\/schema\/person\/c7b07ff4c9bdfa407fd3025cb616ff64","name":"k3ops","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/da70c997989fdcd1e3636b97a4cf8e277f0ace20b0cedf0ad6ac5ff4f1be42c8?s=96&d=retro&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/da70c997989fdcd1e3636b97a4cf8e277f0ace20b0cedf0ad6ac5ff4f1be42c8?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/da70c997989fdcd1e3636b97a4cf8e277f0ace20b0cedf0ad6ac5ff4f1be42c8?s=96&d=retro&r=g","caption":"k3ops"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/da70c997989fdcd1e3636b97a4cf8e277f0ace20b0cedf0ad6ac5ff4f1be42c8?s=96&d=retro&r=g"}}]}},"_links":{"self":[{"href":"https:\/\/adminsnet.de\/index.php?rest_route=\/wp\/v2\/posts\/184","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adminsnet.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adminsnet.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adminsnet.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/adminsnet.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=184"}],"version-history":[{"count":24,"href":"https:\/\/adminsnet.de\/index.php?rest_route=\/wp\/v2\/posts\/184\/revisions"}],"predecessor-version":[{"id":218,"href":"https:\/\/adminsnet.de\/index.php?rest_route=\/wp\/v2\/posts\/184\/revisions\/218"}],"wp:attachment":[{"href":"https:\/\/adminsnet.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=184"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adminsnet.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=184"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adminsnet.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}