Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidKnight committed Jun 23, 2024
1 parent a67fbc0 commit efb2672
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ To assist with rapidly packaging and uploading Autodesk custom deployments and p
* Create a folder and place all the custom deployments and/or product updates in it.
* Create a folder to act as temporary workspace for this tool. The folder must be empty.
```PowerShell
Set-Location -Path <path_to_deploy-autodeskapppackages.ps1_here>
.\Deploy-AutodeskAppPackages.ps1 -PackageSourcePath C:\Temp\Autodesk\source\ -WorkspacePath C:\Temp\Autodesk\workspace\ -TenantId 'domain.tld' -ClientId "00000000-0000-0000-0000-000000000000" -TestGroupId "00000000-0000-0000-0000-000000000000" -DeploymentNamePrefix "<optional-prefix-for-display-name>" -Upload
.\Deploy-AutodeskAppPackages.ps1 -PackageSourcePath 'C:\Temp\Source\' -WorkspacePath 'C:\Temp\Workspace\' -TenantId 'domain.tld' -ClientId "00000000-0000-0000-0000-000000000000" -TestGroupId "00000000-0000-0000-0000-000000000000" -DeploymentNamePrefix "<optional-prefix-for-display-name>" -Upload
```

## Script Parameters
Expand All @@ -50,7 +49,7 @@ Mandatory parameter that specifies the ClientId belonging to the app you registe
### TestGroupId
Mandatory parameter that specifies the object id of the testing group. Apps will be assigned with available intent to this group.
### DeplymentNamePrefix
Optional parameter for specifying a prefix to the deployment name.
Optional parameter for specifying a prefix to the deployment name. There is no delimiter between this prefix and the display name of the app.
### Upload
Optional parameter the controls whether or not packages are uploaded to Intune.

Expand Down

0 comments on commit efb2672

Please sign in to comment.