<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Install Server and Portal Patches with PowerShell DSC in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600573#M23156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krystal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"PathesDir" is the path to where the patch (.msp) file(s) reside. The file path can be a local directory or a share, and can contain more than one .msp. PowerShell will detect all the .msp files in the path and proceed to install them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Portal": {&lt;BR /&gt; "LicenseFilePath": "[License File Path - Portal ]",&lt;BR /&gt; "PortalLicenseUserTypeId": "[Portal License User Type Id- Required for 10.7 and above]",&lt;BR /&gt; "Installer": {&lt;BR /&gt; "Path": "[Portal Installer Path]",&lt;BR /&gt; "WebStylesPath": "[Optional Parameter starting ArcGIS Enterprise 10.7.1 - Portal Web Styles Installer Path]",&lt;BR /&gt; "InstallDir": "[Portal Install Dir - Ex. C:\\ArcGIS\\Portal]",&lt;BR /&gt; "ContentDir": "[Portal Content Dir for Install- Ex. C:\\portalforarcgis\\content]",&lt;BR /&gt; "PatchesDir": "C:\\portal_patches"&lt;BR /&gt; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once installed you can find the patch(es) listed within Control Panel -&amp;gt; Programs -&amp;gt; Programs and Features -&amp;gt; Installed Updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="list of installed patches within control panel" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/478909_patch_install.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2020 20:51:28 GMT</pubDate>
    <dc:creator>CameronKroeker</dc:creator>
    <dc:date>2020-01-21T20:51:28Z</dc:date>
    <item>
      <title>Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600572#M23155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to figure out how to have patches installed when running the PowerShell DSC for an enterprise upgrade from 10.6.1 to 10.7.1.&amp;nbsp; In the github Wiki I see "PatchesDir" in the variables page but all it says is optional.&amp;nbsp; I'm wondering if this directory is where I need to download the patches to be installed or where the patches will be installed to.&amp;nbsp; Would this be the same as "InstallDir"?&amp;nbsp; What filepath are patches usually installed to?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-powershell-dsc/wiki/Variables-reference-page-for-JSON-configuration-files" title="https://github.com/Esri/arcgis-powershell-dsc/wiki/Variables-reference-page-for-JSON-configuration-files"&gt;Variables reference page for JSON configuration files · Esri/arcgis-powershell-dsc Wiki · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/49915"&gt;Cameron Kroeker&lt;/A&gt;&amp;nbsp;are you able to assist?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 20:37:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600572#M23155</guid>
      <dc:creator>KrystalPhaneuf2</dc:creator>
      <dc:date>2020-01-21T20:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600573#M23156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krystal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"PathesDir" is the path to where the patch (.msp) file(s) reside. The file path can be a local directory or a share, and can contain more than one .msp. PowerShell will detect all the .msp files in the path and proceed to install them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Portal": {&lt;BR /&gt; "LicenseFilePath": "[License File Path - Portal ]",&lt;BR /&gt; "PortalLicenseUserTypeId": "[Portal License User Type Id- Required for 10.7 and above]",&lt;BR /&gt; "Installer": {&lt;BR /&gt; "Path": "[Portal Installer Path]",&lt;BR /&gt; "WebStylesPath": "[Optional Parameter starting ArcGIS Enterprise 10.7.1 - Portal Web Styles Installer Path]",&lt;BR /&gt; "InstallDir": "[Portal Install Dir - Ex. C:\\ArcGIS\\Portal]",&lt;BR /&gt; "ContentDir": "[Portal Content Dir for Install- Ex. C:\\portalforarcgis\\content]",&lt;BR /&gt; "PatchesDir": "C:\\portal_patches"&lt;BR /&gt; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once installed you can find the patch(es) listed within Control Panel -&amp;gt; Programs -&amp;gt; Programs and Features -&amp;gt; Installed Updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="list of installed patches within control panel" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/478909_patch_install.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 20:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600573#M23156</guid>
      <dc:creator>CameronKroeker</dc:creator>
      <dc:date>2020-01-21T20:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600574#M23157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great thanks! I'll try this out tomorrow!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 23:38:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600574#M23157</guid>
      <dc:creator>KrystalPhaneuf2</dc:creator>
      <dc:date>2020-01-21T23:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600575#M23158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to confirm, there isn't anything else the config file needs to install the patches.&amp;nbsp; Just the "PatchesDir" variable under Portal and Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 16:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600575#M23158</guid>
      <dc:creator>KrystalPhaneuf2</dc:creator>
      <dc:date>2020-01-24T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600576#M23159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's correct. As long as the "PatchesDir" attribute is present under Portal, Server, DataStore, etc and contains a local or file share path to a location where .msp files reside then the ArcGIS PowerShell module will install all the patches that are in the specified directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 17:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600576#M23159</guid>
      <dc:creator>CameronKroeker</dc:creator>
      <dc:date>2020-01-24T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600577#M23160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Cameron,&amp;nbsp; I couldn't tell in your response but is the PatchesDir under Installer? This is how I've setup my config file.&amp;nbsp; This is based on the variables page in the github wiki.&lt;/P&gt;&lt;P&gt;"Portal": {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"LicenseFilePath": "D:\\InstallationFiles\\1071\\ArcGIS_Enterprise_Portal_107_289384_20191127.json",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"Installer": {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"Path": "D:\\InstallationFiles\\1071\\Portal_for_ArcGIS_Windows_1071_169688.exe",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"InstallDir": "C:\\Program Files\\ArcGIS\\Portal",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"ContentDir": "D:\\",&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"PatchesDir": "D:\\InstallationFiles\\1071\\PortalPatches"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"ContentDirectoryLocation": "D:\\arcgisportal\\content"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Github lists it like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #24292e; background-color: #ffffff; font-weight: 600;"&gt;Portal&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="color: #24292e; background-color: #ffffff; padding-left: 2em;"&gt;&lt;LI&gt;&lt;STRONG style="font-weight: 600;"&gt;Installer&lt;/STRONG&gt;&lt;UL style="padding-left: 2em;"&gt;&lt;LI&gt;&lt;STRONG style="font-weight: 600;"&gt;Path&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- The path to the portal Installer file you downloaded from My Esri.&lt;/LI&gt;&lt;LI style="margin-top: 0.25em;"&gt;&lt;STRONG style="font-weight: 600;"&gt;InstallDir&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- The path where the Portal component will be installed.&lt;/LI&gt;&lt;LI style="margin-top: 0.25em;"&gt;&lt;STRONG style="font-weight: 600;"&gt;ContentDir&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- The Path where the initial site will be configured. This needs to be a Local Path.&lt;/LI&gt;&lt;LI style="margin-top: 0.25em;"&gt;&lt;STRONG style="font-weight: 600;"&gt;WebStylesPath&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- The path to the Portal Web Styles Installer file you downloaded from My Esri. Required parameter starting 10.7.1.&lt;/LI&gt;&lt;LI style="margin-top: 0.25em;"&gt;&lt;STRONG style="font-weight: 600;"&gt;PatchesDir&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- (Optional)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 21:45:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600577#M23160</guid>
      <dc:creator>KrystalPhaneuf2</dc:creator>
      <dc:date>2020-01-24T21:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600578#M23161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies, yes, you are correct. PatchesDir goes under Installer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-powershell-dsc/blob/e06c6e3ba5f31707cce916a693c825bd616ec3f3/SampleConfigs/Base%20Deployment/BaseDeployment-SingleMachine.json#L73" title="https://github.com/Esri/arcgis-powershell-dsc/blob/e06c6e3ba5f31707cce916a693c825bd616ec3f3/SampleConfigs/Base%20Deployment/BaseDeployment-SingleMachine.json#L73"&gt;arcgis-powershell-dsc/BaseDeployment&amp;nbsp;&amp;nbsp;&amp;nbsp;-SingleMachine.json at e06c6e3ba5f31707cce916a693c825bd616ec3f3 · Esri/arcgis-powers…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 22:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600578#M23161</guid>
      <dc:creator>CameronKroeker</dc:creator>
      <dc:date>2020-01-24T22:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600579#M23162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, that's how I set it up and they did not install.&amp;nbsp; Not even any errors or anything. Just didn't even attempt to install.&amp;nbsp; I'll open an issue on Github. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 22:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600579#M23162</guid>
      <dc:creator>KrystalPhaneuf2</dc:creator>
      <dc:date>2020-01-24T22:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600580#M23163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/49915"&gt;Cameron Kroeker&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Does the&amp;nbsp;"PatchesDir" attribute have to be under "DataStore" if you only have any patches to install for Server &amp;amp; Portal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 23:07:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600580#M23163</guid>
      <dc:creator>DanMcCoy</dc:creator>
      <dc:date>2020-01-24T23:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600581#M23164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there aren't any patches for ArcGIS DataStore then "PatchesDir" can be left out of "DataStore", even if there are patches to install for Server &amp;amp; Portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cameron K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 23:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600581#M23164</guid>
      <dc:creator>CameronKroeker</dc:creator>
      <dc:date>2020-01-24T23:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600582#M23165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to confirm the recommended/supported workflow for applying patches after an upgrade, is&amp;nbsp;to re-run the PowerShell module with &lt;EM&gt;-mode install.&amp;nbsp;&lt;/EM&gt;This is so that the upgrade can be verified and a backup/snapshot can be made prior to applying patches.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 22:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600582#M23165</guid>
      <dc:creator>CameronKroeker</dc:creator>
      <dc:date>2020-02-11T22:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600583#M23166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is the workflow that worked for us in our last upgrade.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 22:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/600583#M23166</guid>
      <dc:creator>KrystalPhaneuf2</dc:creator>
      <dc:date>2020-02-11T22:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Install Server and Portal Patches with PowerShell DSC</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/1069582#M30523</link>
      <description>&lt;P&gt;Adding a question to this topic.&amp;nbsp; When the config file asks for a Dir it is just the folder structure but when it asks for a Path that includes the actual file name and extension as well correct?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 20:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/install-server-and-portal-patches-with-powershell/m-p/1069582#M30523</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-17T20:54:27Z</dc:date>
    </item>
  </channel>
</rss>

