Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,5 @@ dist

# VSCode History
.history/

.worktrees/
2 changes: 1 addition & 1 deletion blog/2023-10-30-new-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: PSADT has a new home
authors: [sintaxasn]
tags: [psappdeploytoolkit, powershell, website]
description: This is our 1st post on the new PSADT website!
description: PSAppDeployToolkit gets a fresh new website with improved documentation flow and a comprehensive reference guide.
---

## New Website
Expand Down
2 changes: 1 addition & 1 deletion blog/2023-12-06-qna-webinar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: PSADT and Patch My PC's Stewardship - Q&A Webinar
authors: [sintaxasn]
tags: [psappdeploytoolkit, patchmypc, webinar]
description: The PSADT & PMPC Q&A webinar is now live!
description: Watch our Q&A session discussing the PSAppDeployToolkit and Patch My PC partnership, and what it means for the future of PSADT.
---

## Webinar
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-03-28-psadt-3.10.0-and-psadt-101-webinar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: v3.10 release & PSADT 101 webinar
authors: [sintaxasn]
tags: [psappdeploytoolkit, powershell, release, webinar]
description: This is our 1st post on the new PSADT website
description: Introducing PSADT 3.10.0 with Edge extension management, file caching, high DPI support, and 20+ improvements. Plus a 101 webinar!
---

## PSADT 3.10.0
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-05-03-psadt-3.10.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: v3.10.1 release
authors: [sintaxasn]
tags: [psappdeploytoolkit, powershell, release, webinar]
description: Bugfix release!
description: PSADT 3.10.1 addresses several bugs from the previous release, with improved documentation and updated examples.
---

## 3.10.1 details
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-12-05-psadt-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: v4.0 now available
authors: [sintaxasn]
tags: [psappdeploytoolkit, powershell, release, webinar]
description: Bugfix release!
description: The biggest PSADT release ever is here! v4.0 brings major improvements with backwards compatibility and seamless migration tools.
---

## PSADT 4.0 details
Expand Down
7 changes: 7 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sintaxasn:
name: Dan Cunningham
title: PSAppDeployToolkit Co-Founder
image_url: https://gravatar.com/userimage/600867/699009a13cdc7113e0d584e51c26a588.jpeg?size=256
page: true
socials:
x: sintaxasn
linkedin: sintaxasn
Expand All @@ -11,8 +12,14 @@ seanlillis:
name: Sean Lillis
title: PSAppDeployToolkit Co-Founder
url: https://github.com/slillis
page: true
socials:
github: slillis

mmashwani:
name: Muhammad Mashwani
title: PSAppDeployToolkit Developer
url: https://github.com/mmashwani
page: true
socials:
github: mmashwani
1 change: 0 additions & 1 deletion docs/deployment-concepts/deployment-structure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sidebar_position: 1
title: 'Deployment Structure'
description: 'The file / folder structure a PSADT deployment explained.'
slug: /deployment-concepts/deployment-structure
hide_title: true
tags:
- Usage
- Archive
Expand Down
5 changes: 2 additions & 3 deletions docs/deployment-concepts/invoke-appdeploytoolkit.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
---
sidebar_position: 2
title: 'Invoke-AppDeployToolkit'
description: 'Understanding how a PSAppDeployToolkit deployment is structured.'
slug: /deployment-concepts/invoke-appdeploytoolkit
hide_title: true
tags:
- Usage
- Invoke-AppDeployToolkit
Expand Down Expand Up @@ -129,7 +128,7 @@ The Post-Phase handles cleanup, configuration, and finalization:

The script is broken down into the following sections:

| **Install Type** | **Phase** | **Deployment Tasks** |
| Install Type | Phase | Deployment Tasks |
| :------------------------ | :----------------| :---------------------------------------------------------------------------------- |
| `Install-ADTDeployment` | `Pre-Install` | Prompt to close processes, allow defer, uninstall / clean-up previous versions |
| | `Install` | Install application |
Expand Down
5 changes: 2 additions & 3 deletions docs/examples/admxtemplate-LogPath.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
sidebar_position: 1
title: 'GPO - Toolkit LogPath'
description: 'How to define the Toolkit LogPath using a Group Policy Object'
hide_title: true
slug: /examples/admxtemplate-LogPath
tags:
- Group Policy
Expand All @@ -26,7 +25,7 @@ Assumptions:
## Create a new Group Policy Object

- Start by opening the Group Policy Management Editor
- Then Right-Click on 'Group Policy Objects' and select 'New'
- Then Right-Click on 'Group Policy Objects' and select 'New'

![Create New GPO](../images/example-admx-LogPath-00-GPO-new.png)

Expand Down Expand Up @@ -121,4 +120,4 @@ Now when a deployment is run, PSAppDeployToolkit will import any settings in Gro

Below we can see that the deployment is running and the log file was created in the `ProgramData\Microsoft\IntuneManagementExtension\Logs` folder

![Run a Deployment](../images/example-admx-LogPath-11-GPO-new.png)
![Run a Deployment](../images/example-admx-LogPath-11-GPO-new.png)
5 changes: 2 additions & 3 deletions docs/examples/googlechrome-configmgr.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
---
sidebar_position: 2
title: 'MCM - Google Chrome'
title: 'Config Manager - Google Chrome'
description: 'How to package and deploy Google Chrome Enterprise using Microsoft Configuration Manager.'
hide_title: true
slug: /examples/googlechrome-configmgr
tags:
- Google Chrome
Expand Down
3 changes: 0 additions & 3 deletions docs/getting-started/creating-a-new-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sidebar_position: 4
title: 'Creating a new deployment'
description: 'How to create a new deployment from a deployment template.'
slug: /getting-started/creating-a-new-deployment
hide_title: true
tags:
- Usage
- Template
Expand All @@ -16,9 +15,7 @@ tags:
:::info

A **deployment template** contains the source files for an application deployment, the deployment script that defines the deployment logic, and the PSADT module and configuration. It is typically entirely self-contained and can be shared with others to deploy the application in a consistent manner.

:::

## Using the module

The PSAppDeployToolkit module can create a new deployment from PSADT's internal templates.
Expand Down
5 changes: 2 additions & 3 deletions docs/getting-started/download.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
---
sidebar_position: 3
title: 'Download'
description: 'How to download a copy of PSAppDeployToolkit.'
hide_title: true
slug: /getting-started/download
tags:
- Download
Expand All @@ -29,7 +28,7 @@ Alternatively, you can download the release assets:

Here you will see the latest release of PSAppDeployToolkit. Click the `Assets` dropdown to view the available downloads. You should see the following:

| **Filename** | **Description** |
| Filename | Description |
|--------------------------------------|-----------------------------------------------------------------------------------------------|
| `PSAppDeployToolkit_ModuleOnly.zip` | Zip file containing the latest version of the module. At a minimum, you should download this. |
| `PSAppDeployToolkit_Template_v3.zip` | Zip file containing the v3 template. Contains the scaffold for a v3 compatible deployment. |
Expand Down
1 change: 0 additions & 1 deletion docs/getting-started/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sidebar_position: 9
title: 'FAQ'
description: 'Frequently Asked Questions'
slug: /getting-started/faq
hide_title: true
tags:
- Getting Started
- FAQ
Expand Down
1 change: 0 additions & 1 deletion docs/getting-started/licensing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
sidebar_position: 1
title: 'Licensing'
description: 'Information on how PSAppDeployToolkit is licensed.'
hide_title: true
slug: /getting-started/licensing
tags:
- Licensing
Expand Down
Loading
Loading