{
    "version": "https:\/\/jsonfeed.org\/version\/1",
    "title": "blog.[FL].ru: заметки с тегом PowerShell",
    "_rss_description": "Личный Blog, и никакого мошенства!",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/blog.forumline.ru\/?go=tags\/powershell\/",
    "feed_url": "https:\/\/blog.forumline.ru\/?go=tags%2Fpowershell%2Fjson%2F",
    "icon": "https:\/\/blog.forumline.ru\/user\/userpic@2x.jpg?1636728138",
    "author": {
        "name": "${a}nDR",
        "url": "https:\/\/blog.forumline.ru\/",
        "avatar": "https:\/\/blog.forumline.ru\/user\/userpic@2x.jpg?1636728138"
    },
    "items": [
        {
            "id": "24",
            "url": "https:\/\/blog.forumline.ru\/?go=all\/online-link-generator-for-microsoft-store\/",
            "title": "Online link generator for Microsoft Store!",
            "content_html": "<ol start=\"1\">\n<li>Заходим на <a href=\"https:\/\/apps.microsoft.com\/home?hl=en-us&gl=US\">Стор<\/a> и ищем нужное приложение, <i>как пример WhatsApp<\/i>, далее выбираем его и после копируем ссылку в адресной строке.<br \/>\nПример:<\/li>\n<\/ol>\n<pre class=\"e2-text-code\"><code class=\"\">https:\/\/apps.microsoft.com\/detail\/9NKSQGP7F2NH?hl=en-us&amp;gl=US<\/code><\/pre><ol start=\"2\">\n<li>Далее переходим на <a href=\"https:\/\/store.rg-adguard.net\/\">Online link generator for Microsoft Store<\/a><br \/>\nи вставляем нашу ссылку в строку на экране, после выбираем <b>Retail<\/b> и жмем галочку!<\/li>\n<li>В открывшемся окне скачиваем файл для нашей системы и его зависимости:<\/li>\n<\/ol>\n<pre class=\"e2-text-code\"><code class=\"\">\/\/ Основной файл:\r\n5319275A.WhatsAppDesktop_2.2342.7.0_neutral_~_cv1g1gvanyjgm.Msixbundle\r\n\/\/ Зависимости для x64:\r\nMicrosoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.Appx\r\nMicrosoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.Appx\r\nMicrosoft.UI.Xaml.2.8_8.2306.22001.0_x64__8wekyb3d8bbwe.Appx\r\nMicrosoft.VCLibs.140.00.UWPDesktop_14.0.32530.0_x64__8wekyb3d8bbwe.Appx\r\nMicrosoft.VCLibs.140.00_14.0.32530.0_x64__8wekyb3d8bbwe.Appx<\/code><\/pre><ol start=\"4\">\n<li>Устанавливается все через PowerShell от имени Администратора.<br \/>\n<i>Для начала попробуйте установить основной файл! Если выдаст ошибку то устанавливаем зависимости и далее основной файл.<\/i><br \/>\nПример:<\/li>\n<\/ol>\n<pre class=\"e2-text-code\"><code class=\"\"># Add-AppxPackage &quot;C:\\Downloads\\5319275A.WhatsAppDesktop_2.2342.7.0_neutral_~_cv1g1gvanyjgm.Msixbundle&quot;<\/code><\/pre>",
            "date_published": "2023-10-31T12:48:30+00:00",
            "date_modified": "2023-10-31T12:47:34+00:00",
            "_date_published_rfc2822": "Tue, 31 Oct 2023 12:48:30 +0000",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "24",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        },
        {
            "id": "19",
            "url": "https:\/\/blog.forumline.ru\/?go=all\/get-filehash\/",
            "title": "PS Get-FileHash — Вычисление Контрольных Сумм",
            "content_html": "<p>MD5 \/ SHA256 \/ SHA384<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">PS # Get-FileHash .\\save.log -Algorithm MD5\r\n\r\nAlgorithm       Hash                                                                   Path\r\n---------       ----                                                                   ----\r\nMD5             D123816AC453AF539A93F6F99A47E0AA                                       C:\\Users\\user1\\save.log<\/code><\/pre><p>Либо можно вывести в столбик при помощи команды в конце строки» | Format-List»<br \/>\nSHA384<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">PS # Get-FileHash C:\\Users\\user1\\Downloads\\Contoso8_1_ENT.iso -Algorithm SHA384 | Format-List\r\n\r\nAlgorithm : SHA384\r\nHash      : 20AB1C2EE19FC96A7C66E33917D191A24E3CE9DAC99DB7C786ACCE31E559144FEAFC695C58E508E2EBBC9D3C96F21FA3\r\nPath      : C:\\Users\\user1\\Downloads\\Contoso8_1_ENT.iso<\/code><\/pre><p><a href=\"https:\/\/learn.microsoft.com\/ru-ru\/powershell\/module\/microsoft.powershell.utility\/get-filehash?view=powershell-7.3\">INFO<\/a><\/p>\n",
            "date_published": "2023-05-02T17:43:34+00:00",
            "date_modified": "2023-11-15T12:22:01+00:00",
            "_date_published_rfc2822": "Tue, 02 May 2023 17:43:34 +0000",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "19",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        },
        {
            "id": "15",
            "url": "https:\/\/blog.forumline.ru\/?go=all\/skachat-ustanovochny-fayl-yandex-browser-cherez-powershell\/",
            "title": "Скачать установочный файл Yandex.Browser через PowerShell",
            "content_html": "<p>Запускаем powershell и вводим:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">cd .\\Desktop\\<\/code><\/pre><p>далее:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">Invoke-WebRequest &quot;https:\/\/browser.yandex.ru\/download?banerid=6301000000&amp;statpromo=true&quot; -o download.exe<\/code><\/pre><p>И ваш установочный файл на рабочем столе =)<br \/>\nТак можно поступить с любым файлом который необходимо скачать без браузера!<\/p>\n",
            "date_published": "2023-02-28T10:50:08+00:00",
            "date_modified": "2023-03-28T14:15:27+00:00",
            "_date_published_rfc2822": "Tue, 28 Feb 2023 10:50:08 +0000",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "15",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        },
        {
            "id": "4",
            "url": "https:\/\/blog.forumline.ru\/?go=all\/ps-2\/",
            "title": "PS",
            "content_html": "<p>Включаем: <i>Set-ExecutionPolicy RemoteSigned -Force<\/i><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">PS C:\\Users\\User&gt; Set-ExecutionPolicy RemoteSigned -Force<\/code><\/pre><p>Проверяем: <i>Get-ExecutionPolicy -List<\/i><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">PS C:\\Users\\User&gt; Get-ExecutionPolicy -List\r\n\r\n        Scope ExecutionPolicy\r\n        ----- ---------------\r\nMachinePolicy       Undefined\r\n   UserPolicy       Undefined\r\n      Process       Undefined\r\n  CurrentUser       Undefined\r\n LocalMachine    RemoteSigned<\/code><\/pre><p>Выключаем: <i>Set-ExecutionPolicy Restricted -Force<\/i><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">PS C:\\Users\\User&gt; Set-ExecutionPolicy Restricted -Force<\/code><\/pre><p>Проверяем: <i>Get-ExecutionPolicy -List<\/i><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">PS C:\\Users\\User&gt; Get-ExecutionPolicy -List\r\n\r\n        Scope ExecutionPolicy\r\n        ----- ---------------\r\nMachinePolicy       Undefined\r\n   UserPolicy       Undefined\r\n      Process       Undefined\r\n  CurrentUser       Undefined\r\n LocalMachine      Restricted<\/code><\/pre>",
            "date_published": "2021-12-23T10:38:02+00:00",
            "date_modified": "2021-12-23T10:37:53+00:00",
            "_date_published_rfc2822": "Thu, 23 Dec 2021 10:38:02 +0000",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "4",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 3849,
    "_e2_ua_string": "E2 (v3849; Aegea)"
}