Skip to content

Commit

Permalink
Update sample code for Update-WtIntuneApp
Browse files Browse the repository at this point in the history
Fixed #135
  • Loading branch information
svrooij committed Nov 29, 2024
1 parent 81a4bb0 commit a699ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Svrooij.WinTuner.CmdLets/Commands/UpdateWtIntuneApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Svrooij.WinTuner.CmdLets.Commands;
/// <psOrder>13</psOrder>
/// <example>
/// <para type="description">Update the categories of an app and make it available for all users</para>
/// <code>Update-WtIntuneApp -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2" -UseDefaultCredentials -Categories "Productivity","Business" -AvailableFor "AllUsers" -EnableAutoUpdate $true</code>
/// <code>Update-WtIntuneApp -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2" -UseDefaultCredentials -Categories "Productivity","Business" -AvailableFor "AllUsers" -EnableAutoUpdate</code>
/// </example>
[Cmdlet(VerbsData.Update, "WtIntuneApp", HelpUri = "https://wintuner.app/docs/wintuner-powershell/Update-WtIntuneApp")]
[OutputType(typeof(MobileApp))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ You could run this on a weekly bases.
<command:examples>
<command:example>
<maml:title>---------------------------------- Example -----------------------------------</maml:title>
<dev:code>PS C:\&gt; Update-WtIntuneApp -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2" -UseDefaultCredentials -Categories "Productivity","Business" -AvailableFor "AllUsers" -EnableAutoUpdate $true</dev:code>
<dev:code>PS C:\&gt; Update-WtIntuneApp -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2" -UseDefaultCredentials -Categories "Productivity","Business" -AvailableFor "AllUsers" -EnableAutoUpdate</dev:code>
<dev:remarks>
<maml:para>Update the categories of an app and make it available for all users
</maml:para>
Expand Down

0 comments on commit a699ecc

Please sign in to comment.