Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a366e79
docs: add tutorials section
sintaxasn Aug 17, 2026
5e6c410
docs: add how-to guides for the core deployment workflow
sintaxasn Aug 17, 2026
0c0c3a9
docs: add how-to guides for the user interface
sintaxasn Aug 17, 2026
2cbe227
docs: add how-to guides for Intune and Configuration Manager
sintaxasn Aug 17, 2026
7a457be
docs: add how-to guides for Group Policy configuration
sintaxasn Aug 17, 2026
9fb12fe
docs: add how-to guides for upgrading, extending and troubleshooting
sintaxasn Aug 17, 2026
0a10596
docs: replace deployment concepts with an explanation section
sintaxasn Aug 17, 2026
259a913
docs: move the remaining Getting Started pages into reference
sintaxasn Aug 17, 2026
8812255
docs: add reference pages for the deployment surface
sintaxasn Aug 17, 2026
d474357
docs: update existing reference pages for the new structure
sintaxasn Aug 17, 2026
f6b22f4
docs: rebuild the sidebars and landing pages around Diataxis
sintaxasn Aug 17, 2026
86f48ef
chore(deps): update dependencies
sintaxasn Aug 17, 2026
f09c4b9
docs: add Welcome dialog screenshots for the style and branding pages
sintaxasn Aug 17, 2026
2e90b7f
docs: add theme-aware screenshots of the toolkit dialogs
sintaxasn Aug 17, 2026
82c8d57
docs: document the full dialog capability set in the reference
sintaxasn Aug 17, 2026
6510bc5
Slight wording adjustment
sintaxasn Aug 17, 2026
4c20ee6
Add -PreRelease to install section, since it's needed to get 4.2.0 RC…
Aug 18, 2026
b68f6b5
Add -ZeroConfig switch to New-ADTemplate command, which is needed in 4.2
Aug 18, 2026
9c0cf1f
Swap order so Invoke-AppDeployToolkit.exe example comes before PowerS…
Aug 18, 2026
a06c7b9
Correction that Auto is the default, and add Interactive example
Aug 18, 2026
d5db9ea
Add new -ZeroConfig requirement to zeroconfig how-to
Aug 18, 2026
cf846e6
Add a couple of examples to install-applications
Aug 18, 2026
8772bcb
Explain that default description is pulled from the EXE; soften warni…
Aug 18, 2026
3f7e25f
Remove recommendations to change deferral exit code and remap return …
Aug 18, 2026
98ad1e9
Move Chrome example to Tutorials
Aug 18, 2026
c7e16ca
move set-the-log-path-with-group-policy.mdx to Tutorials
Aug 18, 2026
0432dbe
Line up all slugs to match actual structure; add code to maintain map…
Aug 18, 2026
e5c8520
Move files back to how-to
Aug 18, 2026
a57ccc3
Undo metadata changes related to moving tutorials back to how-to
Aug 18, 2026
75162b9
Undo recent change to make DocVersionBanner show selectively, refacto…
Aug 18, 2026
84a8208
Add missing keyboard navigation in DocsVersionSelector for accessibil…
Aug 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-08-07-psadt-4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It's now possible to set PSADT configuration settings via Group Policy using the
- Default `DeferExitCode` changed from `60012` to `1602` (natively recognized by ConfigMgr and Intune)
- UI functions no longer minimize windows by default

For full details, see the [release notes](/docs/getting-started/release-notes) and the [upgrade guidance](/docs/getting-started/upgrade-guidance-4x-to-v41).
For full details, see the [release notes](/docs/reference/release-notes) and the [upgrade guidance](/docs/how-to/upgrade-from-v4-0).

### Download

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-10-17-psadt-4.1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Fixed an issue where the UI could fail to display when `explorer.exe` is being e
- **v3 compatibility**: Fixed passing parameters from the command-line to a v3 compatibility template
- **Classic Dialogs**: Tags are now correctly stripped from dialog strings (formatting only works in Fluent UI)

For the full list of changes, see the [release notes](/docs/getting-started/release-notes).
For the full list of changes, see the [release notes](/docs/reference/release-notes).

### v4.1.7 hotfix

Expand Down
2 changes: 1 addition & 1 deletion blog/2026-01-14-psadt-4.1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Build performance has been significantly improved with parallelized code signing

- Added `IsAdmin` property to `RunAsActiveUser` object

For the full list of changes, see the [release notes](/docs/getting-started/release-notes).
For the full list of changes, see the [release notes](/docs/reference/release-notes).

### Download

Expand Down
4 changes: 0 additions & 4 deletions docs/deployment-concepts/_category_.json

This file was deleted.

228 changes: 0 additions & 228 deletions docs/deployment-concepts/deployment-structure.mdx

This file was deleted.

Loading