mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
Merge pull request #5251 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
This commit is contained in:
commit
c4cb29b458
@ -62,7 +62,7 @@ Priority=Normal
|
||||
|
||||
You can use the new [Run Scripts](/sccm/apps/deploy-use/create-deploy-scripts) feature to run a PowerShell script like the sample below to create the SetupConfig.ini on target devices.
|
||||
|
||||
```
|
||||
```powershell
|
||||
#Parameters
|
||||
Param(
|
||||
[string] $PriorityValue = "Normal"
|
||||
@ -91,6 +91,7 @@ foreach ($k in $iniSetupConfigKeyValuePair.Keys)
|
||||
#Write content to file
|
||||
New-Item $iniFilePath -ItemType File -Value $iniSetupConfigContent -Force
|
||||
|
||||
<#
|
||||
Disclaimer
|
||||
Sample scripts are not supported under any Microsoft standard support program or service. The sample scripts is
|
||||
provided AS IS without warranty of any kind. Microsoft further disclaims all implied warranties including, without
|
||||
@ -100,6 +101,7 @@ Microsoft, its authors, or anyone else involved in the creation, production, or
|
||||
for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption,
|
||||
loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample script
|
||||
or documentation, even if Microsoft has been advised of the possibility of such damages.
|
||||
#>
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
@ -120,7 +122,7 @@ There are potentially a thousand or more feature updates displayed in the Config
|
||||
|
||||
4. Save the search for future use.
|
||||
|
||||
### Step 2: Download the content for the feature update(s)
|
||||
### Step 2: Download the content for the feature updates
|
||||
Before you deploy the feature updates, you can download the content as a separate step. Do this so you can verify that the content is available on the distribution points before you deploy the feature updates. This will help you to avoid any unexpected issues with the content delivery. Use the following procedure to download the content for feature updates before creating the deployment.
|
||||
|
||||
1. In the Configuration Manager console, navigate to **Software Library > Windows 10 Servicing**.
|
||||
@ -131,7 +133,7 @@ Before you deploy the feature updates, you can download the content as a separat
|
||||
**Create a new deployment package**: Select this setting to create a new deployment package for the software updates that are in the deployment. Configure the following settings:
|
||||
- **Name**: Specifies the name of the deployment package. The package must have a unique name that briefly describes the package content. It is limited to 50 characters.
|
||||
- **Description**: Specifies the description of the deployment package. The package description provides information about the package contents and is limited to 127 characters.
|
||||
- **Package source**: Specifies the location of the feature update source files. Type a network path for the source location, for example, \\server\sharename\path, or click **Browse** to find the network location. You must create the shared folder for the deployment package source files before you proceed to the next page.
|
||||
- **Package source**: Specifies the location of the feature update source files. Type a network path for the source location, for example, \\\server\sharename\path, or click **Browse** to find the network location. You must create the shared folder for the deployment package source files before you proceed to the next page.
|
||||
|
||||
> [!NOTE]
|
||||
> The deployment package source location that you specify cannot be used by another software deployment package.
|
||||
@ -254,6 +256,7 @@ After you determine which feature updates you intend to deploy, you can manually
|
||||
11. Click **Next** to deploy the feature update(s).
|
||||
|
||||
### Step 4: Monitor the deployment status
|
||||
|
||||
After you deploy the feature update(s), you can monitor the deployment status. Use the following procedure to monitor the deployment status:
|
||||
|
||||
1. In the Configuration Manager console, navigate to **Monitoring > Overview > Deployments**.
|
||||
|
Loading…
x
Reference in New Issue
Block a user