Skip to content

Commit 3455ef7

Browse files
committed
Add script cmdlets
1 parent 8389176 commit 3455ef7

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

memdocs/configmgr/apps/deploy-use/create-deploy-scripts.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create and run scripts
33
titleSuffix: Configuration Manager
44
description: Create and run PowerShell scripts on client devices.
5-
ms.date: 04/30/2020
5+
ms.date: 12/28/2021
66
ms.prod: configuration-manager
77
ms.technology: configmgr-app
88
ms.topic: conceptual
@@ -328,6 +328,18 @@ Microsoft Windows 10 Enterprise
328328
- On the site server, by default in C:\Program Files\Configuration Manager\Logs:
329329
- **SMS_Message_Processing_Engine.log**
330330

331+
## Automate with Windows PowerShell
332+
333+
You can use the following PowerShell cmdlets to automate some of these tasks:
334+
335+
- [Approve-CMScript](/powershell/module/configurationmanager/approve-cmscript)
336+
- [Deny-CMScript](/powershell/module/configurationmanager/deny-cmscript)
337+
- [Get-CMScript](/powershell/module/configurationmanager/get-cmscript)
338+
- [Invoke-CMScript](/powershell/module/configurationmanager/invoke-cmscript)
339+
- [New-CMScript](/powershell/module/configurationmanager/new-cmscript)
340+
- [Remove-CMScript](/powershell/module/configurationmanager/remove-cmscript)
341+
- [Set-CMScript](/powershell/module/configurationmanager/set-cmscript)
342+
331343
## See Also
332344

333345
- [Configure role-based administration for Configuration Manager](../../core/servers/deploy/configure/configure-role-based-administration.md)

0 commit comments

Comments
 (0)