{"id":295,"date":"2022-04-04T09:10:13","date_gmt":"2022-04-04T07:10:13","guid":{"rendered":"https:\/\/prodinfo.es\/?p=295"},"modified":"2022-04-04T09:15:22","modified_gmt":"2022-04-04T07:15:22","slug":"instalar-modulos-de-azure-en-powrshell","status":"publish","type":"post","link":"https:\/\/prodinfo.es\/?p=295","title":{"rendered":"Instalar m\u00f3dulos de Azure en PowrShell"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&#91;Net.ServicePointManager]::SecurityProtocol = &#91;Net.SecurityProtocolType]::Tls12\nSet-ItemProperty -Path 'HKLM:\\SOFTWARE\\Wow6432Node\\Microsoft\\.NetFramework\\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord\n\nRegister-PSRepository -Default\n\n\nInstall-Module MSOnline\n\n$Msolcred = Get-credential\r\nConnect-MsolService -Credential $MsolCred\n\n<\/code><\/pre>\n\n\n\n<p>Opcional:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force<\/p>\n\n\n\n<p>Install-Module -Name PowerShellGet -RequiredVersion 2.2.5 -Force<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Opcional: Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force Install-Module -Name PowerShellGet -RequiredVersion 2.2.5 -Force<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-295","post","type-post","status-publish","format-standard","hentry","category-sin-categoria"],"_links":{"self":[{"href":"https:\/\/prodinfo.es\/index.php?rest_route=\/wp\/v2\/posts\/295","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prodinfo.es\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prodinfo.es\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prodinfo.es\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prodinfo.es\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=295"}],"version-history":[{"count":3,"href":"https:\/\/prodinfo.es\/index.php?rest_route=\/wp\/v2\/posts\/295\/revisions"}],"predecessor-version":[{"id":298,"href":"https:\/\/prodinfo.es\/index.php?rest_route=\/wp\/v2\/posts\/295\/revisions\/298"}],"wp:attachment":[{"href":"https:\/\/prodinfo.es\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=295"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prodinfo.es\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=295"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prodinfo.es\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}