Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (2023)

Let's learn the 3 best methods toImport SCCM PowerShell Modulecmdlet. The SCCM PS module is a collection ofCMDLetsavailable to perform SCCM administration tasks.

Microsoft updates the SCCM PowerShell Commandlets with each product release. we run SMCP administration activitiesthrough the console. By default, the console is installed on site servers such as the primary and CAS. You can install it onwindows 11owindows 10PC.

Without a doubt, the SCCM console is user-friendly and user-friendly. However, SCCM PowerShell cmdlets are equally useful for automating SCCM tasks.SCCM Automationis one of the trigger points to start using PowerShell cmdlets.

The PowerShell module is updated with each new version of SCCM. These cmdlets are not imported into PowerShell by default. We have to import it into PowerShell on the site server.

The last release ofConfiguration Manager current branch is 2111; when you install the SCCM console, the path to theMódulo SCCMPowerShellNameis added to the system environment variablePSModulePath. You can get more details below in the section.

  • Intune Proactive Fix Scripts vs PowerShell Scripts
  • Learn to compile PowerShell PowerCLI scripts Download the eBook | Automate server-side tasks
  • AVD management with Visual Studio Code instead of PowerShell ISE

New CMDLets with SCCM 2203

The following are the two SCCM PowerShell CMDlets added with the release ofversion 2203. You'll see How to Import the SCCM PowerShell Module in the following sections.

  • Get CMAADTenant- Get an Azure Active Directory (Azure AD) tenant for the site.
  • Conjunto-CMCollectionCloudSync: Configure cloud sync capabilities for a collection.
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (2)

Configuring PowerShell Execution Policy

You must ensure that all prerequisites are met before using SCCM PowerShell modules. You should change the execution policy with a command as a best practice. HimConfiguring PowerShell Execution Policythey are important here.

PD C:\Users\anoop.MEMCM>Get-ExecutionPolicyRemoteSigned
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (3)

You can run the Get-ExecutionPolicy command to understand whether the execution policy is set correctly or not. Execution policy helps protect you from scripts that you don't trust. Changing the execution policy can expose you to security risks.

Try running the following command:Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Processo de Ambitoand selectANfor LAB environments. For the production environment, you should follow security best practices.

PS C:\Users\anoop.MEMCM> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope ProcessExecution Policy ChangeThe execution policy helps protect you from scripts that you don't trust. Changing the execution policy can expose you to security risks described in the about_Execution_Policies help topic at https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?[Y] Yes [A] Yes for all [N] No [L] No for all [Y] Suspend [?] Help (default is "N"):A
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (4)
(Video) PowerShell Modules

SCCM PowerShell Module Prerequisites

The SCCM PowerShell module requiresMicrosoft .NET version 4.7.2 or laterof2103 onwards. Therefore, if the Windows 10 or Windows 11 workstation or device (including terminal server) from which you are running the SCCM PowerShell command must have theMicrosoft .NET version 4.7.2 or later.

You must also have elevated permissions to perform some of the actions explained in the sections below.Somede SCCM PowerShellthe cmdlets do notsupport toPowerShell 7version due to .Net Framework dependencies.

The following bug is a known issue with PowerShell v7.0:This cmdlet is only supported by the ".NET Framework" runtime.

Best method to import SCCM PowerShell module #1

The easiest method to open PowerShell CMDlets for SCCM is directly from the SCCM management console. Best method to import SCCM PowerShell Command module.

  • Start the SCCM console.
  • Noupper left corner, there is a blue rectangle.
  • select whitearrowin the blue rectangle.
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (5)

Sincesuspendedoptions, chooseConectar via Windows PowerShell. You can also use Connect via Windows PowerShell's ISE option, but that's for the later stage of this post.

Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (6)

The above steps ensure that Windows PowerShell loads in the context of the SCCM site. You will see a message containing your website code. For example, if the site code is "MEM", the message will look like this:

P.S.MEM:\>
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (7)

You can check whether the SCCM PowerShell module is working or not using the following commandGet-CMSitecmdlet.

If all works well, this command should return information about the SCCM site you are connected to and any child site systems. You can see the primary and secondary server details in the example below.

PS MEM:\> Get-CMSiteSMSProviderObjectPath: SMS_Site.SiteCode="HS0"BuildNumber : 9078ContentLibraryLocation :ContentLibraryMoveProgress : 100ContentLibraryStatus : 3Features :InstallDir : C:\Program Files\Microsoft Configuration Manager\Mode : 0ReportingSiteCode : MEMRequestedStatus : 125SecondarySiteCMUpdateStatus : 1ServerName : MEMCMSecondary.memcm.comSiteCode : HS0SiteName : HTMD Secondary Site server status: 1TimezoneInfo: 00000000 0000 0000 0000 0000 0000 0000 000000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 000000 TYPE OF VERSE 5.10 Type of version 5.0 1.0SmsProviderObjectPath: SMS_Site.SiteCode="MEM"BuildNumber : 9078ContentLibraryLocation :ContentLibraryMoveProgress : 100ContentLibraryStatus : 3Features : 0000000000000000000000000000000000000000000000000000000000000000InstallDir : F:\Program Files\Microsoft Configuration ManagerMode : 0ReportingSiteCode :RequestedStatus : 125SecondarySiteCMUpdateStatus : 2ServerName : CMMEMCM.memcm.comSiteCode : MEMSite Name: Standalone MEMCM Master Server for HTMLStatus: 1TimeZoneInfo: 00000000 0000 0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000 0000 00000000Type: 070.00
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (8)

Import SCCM PowerShell module into existing PS session #2

you can importSCCM PowerShell moduleto the existing PS session and use SCCM PS CMDLets to automate tasks in SCCM. This is the manual method to load the SCCM module.

(Video) Doug Finke on Using the ImportExcel PowerShell Module

Previously, you had to navigate to the install location in the admin consoleC:\Program Files (x86)\Microsoft Endpoint Manager\AdminConsole\binto import the module. You will find the PowerShell module fileConfigurationManager.psd1in that folder.

USE! – You can use the following command to import the SCCM PowerShell module. This PowerShell module is added to the system environment variablePSMoudlePathfrom SCCM version 2111.

You can check environment variables usingsysdm.CPLcommand ofRUNmenu. You can also refer to the following path explained in the screenshot below for more details about SCCM PowerShell module environment variables.

Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (9)

However, you no longer need to do this. You can import the SCCM PowerShell module with a simple command.

Import Module Configuration Manager
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (10)

Import SCCM PowerShell cmdlet using PowerShell ISE

You can use a different option to import the SCCM PowerShell module or cmdlets from the management console using the following steps.

  • Start the SCCM console.
  • Noupper left corner, there is a blue rectangle.
  • select whitearrowin the blue rectangle.
  • Sincesuspendedoptions, chooseConectar via Windows PowerShell ISE.
  • Press'F5'to execute is script.
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (11)

The following is PowerShell used with SCCM version 2203 to import SCCM PS modules and set an environment variable namedPSMoudlePath.

#Press 'F5' to run this script. Running this script will load the ConfigurationManager# module for Windows PowerShell and connect to the site.## This script was auto-generated on '4/12/2022 5:01:31 AM'.# Site Configuration$SiteCode = " MEM " # Code $ProviderMachineName = "CMMECMM.memcm.com" # SMS provider machine name# Customizations$initParams = @{}#$initParams.Add("Verbose", $true) # Uncomment this line to enable the verbose logging#$ initParams.Add("ErrorAction", "Stop") # Uncomment this line to stop the script on any error# Do not change anything below this line# Import the ConfigurationManager module. psd1 if((Get-Module ConfigurationManager) -eq $null ) { Import-Module "$($ENV:SMS_ADMIN_UI_PATH)\..\ConfigurationManager.psd1" @initParams }# Connect to the site unit if not already present ( (Get-PSDrive -Name $SiteCode -PSProvider CMSite -ErrorAction SilentlyContinue) -eq $null) { New-PSDrive -Name $SiteCode -PSProvide r CMSite -Root $ProviderMachineName @initParams}# Set current location to site code . Set the location "$($SiteCode):\" @initParams

The above script that SCCM automatically creates is notdigitally signedand therefore ISE throws an error when trying to run it. This is mainly due to therunning powershell policywhich is explained in the previous section.

I havehe didrunning the PowerShell execution policy command mentioned in the previous section of this post, as you can see in theprint Screenbelow.

PS C:\WINDOWS\system32> C:\Users\MEMCM\AppData\Local\Temp\ISEConnect_MEM – Servidor principal independente de MEMCM para HTMD.ps1
File C:\Users\MEMCM\AppData\Local\Temp\ISEConnect_MEM: Unable to load standalone MEMCM server master for HTMD.ps1. The file C:\Users\MEMCM\AppData\Local\Temp\ISEConnect_MEM – MEMCM Standalone Primary Server for
HTML.ps1 is not digitally signed.You cannot run this script on the current system. For more information about running scripts and configuring execution policy, consulte about_Execution_Policies en
https://go.microsoft.com/fwlink/?LinkID=135170.
+ CategoryInfo: SecurityError: (:) [], ParentContainsErrorRecordException
+ Fully Qualified Bug ID:Unauthorized access

Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (12)
(Video) Use Windows PowerShell with Ansible

Import module for SCCM 2107 or earlier versions

Now, let's learn how to import the SCCM PowerShell module on a site server. As I have SCM 2107, I have to do it manually.

  • OpenPower Shellin high mode.
  • first I will navigate to"C:\Program Files (x86)\Microsoft Endpoint Manager\AdminConsole\binand type the following command.
Import module "C:\Program Files (x86)\Microsoft Endpoint Manager\AdminConsole\bin\ConfigurationManager.psd1"
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (13)

Now I will create theSCCM Local Unitas I am importing SCCM PowerShell module for the first time on the site server. Enter the following command.

New-PSDrive -Name "<Type your site code here>" -PSProvider "CMSite" -Root "<Type_FQDN_Name_of_the_site_Server>" -Description "Primary site"
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (14)

Check connectivity of SCCM PowerShell cmdlets

You mayCheck Connectivity SCCM PowerShell CMDletusing the following PS command. To check the SCCMPowerShell module successfully imported, enter the following command.

Get-CMSite
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (15)

Check version details for PowerShell cmdlets

To verify that the latest SCCM PowerShell module has been imported, check the SCCM module version and path. Enter the following command.

(Get-Module -Name ConfigurationManager).Versão (Get-Module -Name ConfigurationManager).Path
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (16)

To check all available Configuration Manager commands, enter the following PowerShell command.

get-command -Module ConfigurationManager
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (17)

To check the number of available Configuration Manager commands, enter the following PowerShell command.

get-command -Module ConfigurationManager | Medir-Objeto
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (18)

To search for cmdlets related to a particular object, for example, cmdlets related toForms, enter the command PowerShell.

(Video) Top 10 PowerShell Commands for Troubleshooting

help application
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (19)

Enter the following command to display all Configuration Manager commands in theoff grid display.

get-command -Module ConfigurationManager | ogv
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (20)

The following post will learn how to perform various SCCM tasks with SCCM PowerShell cmdlets.

Update SCCM PowerShell CMDLet modules

The SCCM PowerShell module is updated as part of the SCCM service and updates to the latest version on the SCCM website. Example: Update toConfiguration manager version 2203.

USE! – Do not update the help if you are on SCCM version 2010 or earlier. You needupdate the SCCM site to version 2103or later andto updatelocal help content.

Using the Update-Help cmdlet, you can get the latest information for theMódulo PowerShell do Configuration Manager. You can run the following command to update CMDLet help updates.

Update-Help - Módulo ConfigurationManager
Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (21)

There are new and deprecated cmdlets adding and replacing cmdlets for various SCCM objects. You can follow the latest changes in this MS article:

Cmdlets do PowerShell do Configuration Manager: Configuration Manager | Documentos da Microsoft

List of SCCM PowerShell cmdlet functions in SCCM version 2203

Let's review the list of updated SCCM PowerShell commands or functions. I took an example from SCCM version 2203.

You can refer to the following list to find the updated SCCM PowerShell module commands and functions for SCCM. exist1184SCCM PowerShell commands enable or features available with the latest version of Configuration Manager.

Top 3 Methods for Importing SCCM PowerShell Module Cmdlets Blog HTMD (22)
(Video) PowerShellUnplugged: The latest features of PowerShell 7
  1. Add-CMDeviceCollectionExcludeMembershipRule
  2. Add-CMDeviceCollectionIncludeMembershipRule
  3. Add-CMUserCollectionExcludeMembershipRule
  4. Add-CMUserCollectionIncludeMembershipRule
  5. Get-CMAdvancedThreatProtectionPolicy
  6. Get CMCertificateProfilePfx
  7. Get CMCertificateProfileScep
  8. Get CMCertificateProfileTrustedRootCA
  9. Get CMClientCertificateProfileConfigurationItem
  10. Get-CMCollectionDirectMembershipRule
  11. Get-CMCollectionExcludeMembershipRule
  12. Get-CMCollectionFullEvaluationStatus
  13. Get-CMCollectionIncludeMembershipRule
  14. Get-CMCollectionIncrementalE EvaluationStatus
  15. Get-CMCollectionInfoFromFullEvaluationQueue
  16. Get-CMCollectionInfoFromIncrementalE EvaluationQueue
  17. Get-CMCollectionInfoFromManualE EvaluationQueue
  18. Get-CMCollectionInfoFromNewE EvaluationQueue
  19. Get-CMCollectionQueryMembershipRule
  20. Obter CMConfigurationPolicyXml
  21. Get-CMDeviceCollection
  22. Get-CMDeviceCollectionDirectMembershipRule
  23. Get-CMDeviceCollectionExcludeMembershipRule
  24. Get-CMDeviceCollectionIncludeMembershipRule
  25. Get-CMDeviceCollectionQueryMembershipRule
  26. Get CMEmailProfile
  27. Get-CMMicrosoftEdgeBrowserProfiles
  28. Get-CMOneDriveBusinessProfile
  29. Obter CMRemoteConnectionProfileConfigurationItem
  30. Get-CMTermsAndConditionsConfigurationItem
  31. Get-CMTSStepApplyDataImage
  32. Get-CMTSStepApplyDriverPackage
  33. Get-CMTSStepApplyNetworkSetting
  34. Get-CMTSStepApplyOperatingSystem
  35. Get-CMTSStepApplyWindowsSetting
  36. Get-CMTSStepAutoApplyDriver
  37. Get-CMTSStepCaptureNetworkSettings
  38. Get-CMTSStepCaptureSystemImage
  39. Get-CMTSStepCaptureUserState
  40. Get-CMTSStepCaptureWindowsSettings
  41. Get-CMTSStepConnectNetworkFolder
  42. Get-CMTSStepDisableBitLocker
  43. Get-CMTSStepDownloadPackageContent
  44. Obter CMTSStepEnableBitLocker
  45. Get-CMTSStepInstallApplication
  46. Get-CMTSStepInstallSoftware
  47. Get-CMTSStepInstallUpdate
  48. Get-CMTSStepJoinDomainWorkgroup
  49. Get-CMTSStepOfflineEnableBitLocker
  50. Get-CMTSStepPartitionDisk
  51. Get-CMTSStepPrepareConfigMgrClient
  52. Get-CMTSStepPrepareWindows
  53. Get-CMTSStepPrestartCheck
  54. Get-CMTSStepReboot
  55. Get-CMTSStepReleaseStateStore
  56. Get-CMTSStepRequestStateStore
  57. Get-CMTSStepRestoreUserState
  58. Get-CMTSStepRunCommandLine
  59. Get-CMTSStepRunPowerShellScript
  60. Get-CMTSStepRunTaskSequence
  61. Get-CMTSStepSetDynamicVariable
  62. Get-CMTSStepSetupWindowsAndConfigMgr
  63. Get-CMTSStepSetVariable
  64. Get-CMTSStepUpgradeOperatingSystem
  65. Get-CMUserCollection
  66. Get-CMUserCollectionDirectMembershipRule
  67. Get-CMUserCollectionExcludeMembershipRule
  68. Get-CMUserCollectionIncludeMembershipRule
  69. Get-CMUserCollectionQueryMembershipRule
  70. Get-CMUserDataAndProfileConfigurationItem
  71. Get CMVpnProfileConfigurationItem
  72. Get CMWindowsEditionUpgradeConfigurationItem
  73. Get-CMWindowsFirewallPolicy
  74. Obter CMWindowsServicingPlan
  75. Get CMWindowsUpdate
  76. Obter CMWirelessProfile
  77. Get-CMWirelessProfileConfigurationItem
  78. New-CMDeviceCollection
  79. New-CMUserCollection
  80. Nuevo CMWindowsServicingPlan
  81. Sair da CMCollectionDirectMembershipRule
  82. Sair CMCollectionExcludeMembershipRule
  83. Sair CMCollectionIncludeMembershipRule
  84. Sair CMCollectionQueryMembershipRule
  85. Sair CMDeviceCollectionDirectMembershipRule
  86. Sair CMDeviceCollectionExcludeMembershipRule
  87. Sair CMDeviceCollectionIncludeMembershipRule
  88. Sair CMDeviceCollectionQueryMembershipRule
  89. Eliminar-CMTSStepApplyDataImage
  90. Eliminar-CMTSStepApplyDriverPackage
  91. Sair do CMTSStepApplyNetworkSetting
  92. Remove-CMTSStepApplyOperatingSystem
  93. Sair do CMTSStepApplyWindowsSetting
  94. Eliminar-CMTSStepAutoApplyDriver
  95. Sair do CMTSStepCaptureNetworkSettings
  96. Eliminar-CMTSStepCaptureSystemImage
  97. Sair do CMTSStepCaptureUserState
  98. Sair do CMTSStepCaptureWindowsSettings
  99. Eliminar-CMTSStepConnectNetworkFolder
  100. Sair do CMTSStepDisableBitLocker
  101. Sair do CMTSStepDownloadPackageContent
  102. Sair do CMTSStepEnableBitLocker
  103. Remove-CMTSStepInstallApplication
  104. Remove-CMTSStepInstallSoftware
  105. Eliminar-CMTSStepInstallUpdate
  106. Remove-CMTSStepJoinDomainWorkgroup
  107. Sair do CMTSStepOfflineEnableBitLocker
  108. Remove-CMTSStepPartitionDisk
  109. Sair do CMTSStepPrepareConfigMgrClient
  110. Eliminar-CMTSStepPrepareWindows
  111. Eliminar-CMTSStepPrestartCheck
  112. Eliminar-CMTSStepReboot
  113. Eliminar-CMTSStepReleaseStateStore
  114. Sair do CMTSStepRequestStateStore
  115. Remove-CMTSStepRestoreUserState
  116. Eliminar-CMTSStepRunCommandLine
  117. Sair do CMTSStepRunPowerShellScript
  118. Sair do CMTSStepRunTaskSequence
  119. Sair do CMTSStepSetDynamicVariable
  120. Sair do CMTSStepSetupWindowsAndConfigMgr
  121. Sair do CMTSStepSetVariable
  122. Remove-CMTSStepUpgradeOperatingSystem
  123. Sair CMUserCollectionDirectMembershipRule
  124. Remove-CMUserCollectionExcludeMembershipRule
  125. Remove-CMUserCollectionIncludeMembershipRule
  126. Sair CMUserCollectionQueryMembershipRule
  127. Add CMAppv5XDeploymentType
  128. Add CMAppvDeploymentType
  129. Agregar CMAssetIntelligenceSynchronizationPoint
  130. Add CMBoundaryToGroup
  131. Add CMCertificateRegistrationPoint
  132. Add CMCIDectionMethod
  133. Agregar CMCloudManagementGatewayConnectionPoint
  134. Add-CMCollectionMembershipRule
  135. Add CMCollectionToAdministrativeUser
  136. Agregar CMCollectionToDistributionPointGroup
  137. Add-CMComplianceSettingActiveDirectoryQuery
  138. Agregar CMComplianceSettingAssembly
  139. Add-CMComplianceSettingDirectory
  140. Add-CMComplianceSettingFile
  141. Add CMComplianceSettingIisMetabase
  142. Add CMComplianceSettingRegistryKey
  143. Add CMComplianceSettingRegistryKeyValue
  144. Add-CMComplianceSettingRule
  145. Add CMComplianceSettingScript
  146. Agregar CMComplianceSettingSqlQuery
  147. Add CMComplianceSettingWqlQuery
  148. Agregar CMComplianceSettingXPathQuery
  149. Agregar CMDataWarehouseServicePoint
  150. Add CMDeploymentType
  151. Add CMDeploymentTypeDependency
  152. Add CMDeploymentTypeInstallBehavior
  153. Add CMDeploymentTypeReturnCode
  154. Add CMDeploymentTypeSupersedence
  155. Add CMDeviceAffinityToUser
  156. Add-CMDeviceCollectionDirectMembershipRule
  157. Add-CMDeviceCollectionQueryMembershipRule
  158. Add CMDistributionPoint
  159. Agregar CMDistributionPointToGroup
  160. Add CMDriverToDriverPackage
  161. Add-CMEndpointProtectionPoint
  162. Add CMEnrollmentPoint
  163. Add CMEnrollmentProxyPoint
  164. Agregar CMFallbackStatusPoint
  165. Add CMMacDeploymentType
  166. Agregar CMManagementPoint
  167. Add CMMobileMsiDeploymentType
  168. Add CMMsiDeploymentType
  169. Agregar CMMulticastServicePoint
  170. Agregar CMObjectSecurityScope
  171. Add-CMPassiveSite
  172. Agregar CMReportingServicePoint
  173. Add-CMScriptDeploymentType
  174. Add CMSecurityRoleToAdministrativeUser
  175. Add CMSecurityScopeToAdministrativeUser
  176. Add-CMServiceConnectionPoint
  177. Agregar CMSoftwareUpdatePoint
  178. Add CMSoftwareUpdateToGroup
  179. Add-CMStateMigrationPoint
  180. Add-CMTaskSequenceDeploymentType
  181. Add-CMTaskSequenceStep
  182. Add CMUserAffinityToDevice
  183. Add-CMUserCollectionDirectMembershipRule
  184. Add-CMUserCollectionQueryMembershipRule
  185. Add CMWebApplicationDeploymentType
  186. Add CMWindowsAppxDeploymentType
  187. Add CMWindowsPhoneDeploymentType
  188. Add CMWindowsPhoneStoreDeploymentType
  189. Add CMWindowsStoreDeploymentType
  190. Approve-CMApprovalRequest
  191. Approve-CMDevice
  192. Approve-CMScript
  193. Aprovar CMUserDeviceAffinityRequest
  194. Block-CMCertificate
  195. Bloque-CMConflictingRecord
  196. Bloque-CMDevice
  197. Clear-CMClientOperation
  198. Clear-CMComponentStatusMessageCount
  199. Clear-CMMigrationData
  200. Clear-CMOperatingSystemImageUpdateSchedule
  201. Clear-CMOperatingSystemUpgradeUpdateSchedule
  202. Clear-CMPXeDeployment
  203. Clear-CMSiteStatusMessageCount
  204. Convert-CMApplication
  205. Convert-CMDeploymentType
  206. Convertir-CMSchedule
  207. ConvertFrom-CMApplication
  208. ConvertFrom-CMConfigurationItem
  209. ConvertFrom-CMIResultObject
  210. ConvertTo-CMApplication
  211. ConvertTo-CMConfigurationItem
  212. ConvertTo-CMIResultObject
  213. Copiar-CMBlmSetting
  214. Copia-CMCollection
  215. Copia-CMConfigurationPolicy
  216. Copia-CMSecurityRole
  217. Copiar-CMTaskSequence
  218. Copia-CMWdacSetting
  219. Deny-CMApprovalRequest
  220. Denegar-CMScript
  221. Negar CMUserDeviceAffinityRequest
  222. Disable-CMAlert
  223. Disable CMBaseline
  224. Disable CMDriver
  225. Disable-CMProgram
  226. Disable CMSoftwareMeteringRule
  227. Deshabilitar CMSoftwareUpdateAutoDeploymentRule
  228. Disable CMStatusFilterRule
  229. Disable-CMTaskSequence
  230. Desconectar-CMTrackedObject
  231. activate-cmalert
  232. Enable-CMBaseline
  233. Activate CMDriver
  234. Activate CM program
  235. Habilitar CMSiteFeature
  236. Enable-CMSoftwareMeteringRule
  237. Habilitar-CMSoftwareUpdateAutoDeploymentRule
  238. Habilitar-CMStatusFilterRule
  239. Habilitar-CMTaskSequence
  240. Export-CMAntimalwarePolicy
  241. Exportar-CMApplication
  242. Export-CMBaseline
  243. Exportar-CMCollection
  244. Export-CMConfigurationItem
  245. Exportar-CMDriverPackage
  246. Exportar-CMPackage
  247. Export-CMQuery
  248. Exportar-CMSecurityRole
  249. Exportar-CMTaskSequence
  250. Get the CMAADA app
  251. Get CMAADTenant
  252. Get-CMAccessAccount
  253. Get CMAccessLicense
  254. Obter CMAccount
  255. Get-CMActiveDirectoryForest
  256. Get-CMActiveDirectorySite
  257. Get-CMAdministrativeUser
  258. Get-CMAlert
  259. Get-CMAlertSubscription
  260. Get-CMAntimalwarePolicy
  261. Obter CMApplication
  262. Obter CMApplicationDeployment
  263. Obter CMApplicationDeploymentStatus
  264. Get-CMApplicationGroup
  265. Obter CMApplicationGroupDeployment
  266. Obter CMApplicationPhasedDeployment
  267. Obter CMApplicationRevisionHistory
  268. Get-CMApprovalRequest
  269. Get-CMAppVVirtualEnvironment
  270. Get CMAssetIntelligenceCatalogItem
  271. Get-CMAssetIntelligenceProxy
  272. Obter CMAssetIntelligenceSynchronizationPoint
  273. Get CMAutoDeploymentRuleDeployment
  274. Get CMAzureService
  275. Get CMBaseline
  276. Get CMBaselineDeployment
  277. Obter CMBaselineDeploymentStatus
  278. Get-CMBaselineSummarizationSchedule
  279. Get-CMBaselineXMLDefinition
  280. Obter CMBlmSetting
  281. Obter CMBootImage
  282. Get CMBoundary
  283. Get CMBoundaryGroup
  284. Obter CMBoundaryGroupRelationship
  285. Get CMBoundaryGroupSiteSystem
  286. Get-CMCategory
  287. Get CMCertificate
  288. Get CMCertificateRegistrationPoint
  289. Get CMClientCertificatePfx
  290. Obter CMClientHealthSummary
  291. Get-CMClientOperation
  292. Get-CMClientPushInstallation
  293. Get-CMClientSetting
  294. Obter CMClientSettingDeployment
  295. Get-CMClientStatusSetting
  296. Get-CMClientStatusUpdateSchedule
  297. Get-CMCloudDistributionPoint
  298. Get-CMCloudManagementGateway
  299. Get-CMCloudManagementGatewayConnectionPoint
  300. Get-CMCollection
  301. Get-CMCollectionDependency
  302. Get-CMCollectionDependent
  303. Get evaluation status from CMCollection
  304. Get-CMCollectionInfoFromE EvaluationQueue
  305. Get-CMCollectionMember
  306. Get-CMCollectionMembershipE EvaluationComponent
  307. Get-CMCollectionMembershipRule
  308. Get-CMCollectionSetting
  309. Get-CMComplianceRule
  310. Get-CMComplianceSetting
  311. Get-CMComponentStatusMessage
  312. Get-CMComponentStatusSetting
  313. Get CMComputerAssociation
  314. Get CMConfigurationItem
  315. Obter CMConfigurationItemHistory
  316. Get-CMConfigurationItemXMLDefinition
  317. Get-CMConfigurationPlatform
  318. Obter CMConfigurationPolicy
  319. Obter CMConfigurationPolicyDeployment
  320. Get-CMConflictingRecord
  321. Get-CMConnectionManager
  322. Obter CMDatabaseProperty
  323. Get-CMDatabaseReplicationLinkProperty
  324. Get-CMDatabaseReplicationStatus
  325. Obter CMDataWarehouseServicePoint
  326. Get-CMDefaultBoundaryGroup
  327. Get CMDeployment
  328. Obter CMDeploymentPackage
  329. Obtener CMDeploymentStatusDetails
  330. Get-CMDeploymentType
  331. Get-CMDeploymentTypeDependency
  332. Get-CMDeploymentTypeDependencyGroup
  333. Get-CMDeploymentTypeDetectionClause
  334. Get-CMDeploymentTypeInstallBehavior
  335. Get-CMDeploymentTypeRequirement
  336. Obter CMDeploymentTypeReturnCode
  337. Get-CMDeploymentTypeSupersedence
  338. Obter CMDetectedMalware
  339. Get CMDevice
  340. Get-CMDeviceCategory
  341. Get-CMDeviceCollectionVariable
  342. Obter CMDeviceVariable
  343. Get CMDiscoveryMethod
  344. Obter CMDistributionPoint
  345. Obter CMDistributionPointDriveInfo
  346. Get-CMDistributionPointGroup
  347. Obter CMDistributionPointInfo
  348. Get CM distribution status
  349. Get CMDriver
  350. Get the CMDriverPackage
  351. Get-CMDuplicateHardwareIdGuid
  352. Get-CMDuplicateHardwareIdMacAddress
  353. Get-CMEmailNotificationComponent
  354. Get-CMEndpointProtectionPoint
  355. Get-CMEndpointProtectionSummarizationSchedule
  356. Get CMEnrollmentPoint
  357. Get CMEnrollmentProxyPoint
  358. Get-CMExchangeServer
  359. Obter CMFallbackStatusPoint
  360. Get-CMFileReplicationRoute
  361. Obter CMFolder
  362. Get-CMGlobalCondition
  363. Get-CMHardwareRequirement
  364. Get-CMHierarchySetting
  365. Get-CMInitialModificávelSecuredCategory
  366. Obter CMInventoryClass
  367. Get-CMIPSubnet
  368. Obtener CMMaintenanceWindow
  369. Get-CMMalwareThreatCategory
  370. Obter CMManagementPoint
  371. Obter CMManagementPointComponent
  372. Get-CMMigrationCollection
  373. Get-CMMigrationEntity
  374. Get-CMMigrationEntityDependency
  375. Get-CMMigrationJob
  376. Get-CMMigrationSource
  377. Obter CMMulticastServicePoint
  378. Get CMNotification
  379. Get-CMObjectLockDetails
  380. Obter CMObjectSecurityScope
  381. Get-CMOoperatingSystemImage
  382. Get-CMOperatingSystemImageUpdateSchedule
  383. Get-CMOoperatingSystemInstaller
  384. Get-CMOperatingSystemUpgradeUpdateSchedule
  385. Get-CMOrchestrationGroup
  386. Obter CMPackage
  387. Obter CMPackageDeployment
  388. Obter CMPackageDeploymentStatus
  389. Get-CMPersistentUserSettingsGroup
  390. Get-CMFase
  391. Obter CMFasedDeploymentStatus
  392. Get-CMPowerManagementSchema
  393. Get-CMProgram
  394. Get CMQuery
  395. Get CMQueryResultMaximum
  396. Obter CMReportingServicePoint
  397. Get CMResource
  398. Get-CMResultantCollection
  399. Get-CMResultantDeployment
  400. Get-CMResultantSettings
  401. Get CMScript
  402. Obter CMSecurityRole
  403. Obter CMSecurityRolePermission
  404. Obter CMSecurityScope
  405. Obtener CMServiceConnectionPoint
  406. Obter CMSettingDeployment
  407. Get-CMSite
  408. Get-CMSiteComponent
  409. Get-CMSiteDefinition
  410. Get the CMSiteFeature
  411. Obter CMSiteInstallStatus
  412. Get-CMSiteMaintenanceTask
  413. Get CMSiteRole
  414. Get-CMSiteStatusMessage
  415. Get-CMSiteSummaryTask
  416. Get-CMSiteSystemServer
  417. Get CMSiteUpdate
  418. Obter CMSiteUpdateHistory
  419. Obter CMSiteUpdateInstallStatus
  420. Get-CMSoftwareDistributionComponent
  421. Obter CMSoftwareInventory
  422. Get-CMSoftwareMeteringRule
  423. Get-CMSoftwareMeteringSetting
  424. Obter CMSoftwareUpdate
  425. Get-CMSoftwareUpdateAutoDeploymentRule
  426. Get-CMSoftwareUpdateBasedClientInstallation
  427. Get-CMSoftwareUpdateCategory
  428. Obter CMSoftwareUpdateContentInfo
  429. Obter CMSoftwareUpdateDeployment
  430. Get-CMSoftwareUpdateDeploymentPackage
  431. Obter CMSoftwareUpdateDeploymentStatus
  432. Get-CMSoftwareUpdateGroup
  433. Get CMSoftwareUpdateLicense
  434. Obter CMSoftwareUpdatePhasedDeployment
  435. Obter CMSoftwareUpdatePoint
  436. Obter CMSoftwareUpdatePointComponent
  437. Get-CMSoftwareUpdateSummarizationSchedule
  438. Obter CMSoftwareUpdateSyncStatus
  439. Get-CMStateMigrationPoint
  440. Get-CMStatusFilterRule
  441. Get-CMStatusMessageQuery
  442. Get-CMStatusReportingComponent
  443. Obter CMStatusSummary
  444. Get-CMSupportedPlatform
  445. Get-CMTaskSequence
  446. Get-CMTaskSequenceDeployment
  447. Get-CMTaskSequenceGroup
  448. Get-CMTaskSequencePhasedDeployment
  449. Get-CMTaskSequenceStep
  450. Get-CMTaskSequenceStepCondition
  451. Get-CMThirdPartyUpdateCatalog
  452. Get-CMThirdPartyUpdateCategory
  453. Get-CMTrackedObject
  454. Get CMTrustedRootCertificate
  455. Get-CMTSStepConditionFile
  456. Get-CMTSStepConditionFolder
  457. Get-CMTSStepConditionIfStatement
  458. Get-CMTSStepConditionOperatingSystem
  459. Get-CMTSStepConditionQueryWmi
  460. Obter CMTSStepConditionRegistry
  461. Get-CMTSStepConditionSoftware
  462. Get-CMTSStepConditionVariable
  463. Get-CMUpdateGroupDeployment
  464. Get-CMUser
  465. Obter CMUserDeviceAffinity
  466. Get-CMUserDeviceAffinityRequest
  467. Obter CMWdacSetting
  468. Get-CMWinPEOptionalComponentInfo
  469. Import-CMAADClientApplication
  470. Import-CMAADServerApplication
  471. Import-CMAntimalwarePolicy
  472. Import-CMApplication
  473. Import-CMBaseline
  474. Import-CMCertificate
  475. Import-CMClientCertificatePfx
  476. Import-CMCollection
  477. Import-CMComputerInformation
  478. Import-CMConfigurationItem
  479. Import CMDriver
  480. Import CMDriverPackage
  481. import-CMPackage
  482. Import-CMQuery
  483. Import-CMSecurityRole
  484. Import-CMSoftwareLicense
  485. Importar-CMTaskSequence
  486. Importar CMUserDeviceAffinity
  487. Import-CMWirelessProfileConfigurationItem
  488. Instalar-CMClientName
  489. Instalar-CMSiteUpdate
  490. Invocar-CMAnalyzePackage
  491. Chamar-CMBaselineSumarization
  492. Invoke-CMClientAction
  493. Invoke-CMClientOperationSumarization
  494. Invocar-CMCollectionUpdate
  495. Invoke-CMContentRedistribution
  496. Invocar CMContentValidation
  497. Chamar CMConvertPackage
  498. Invoke-CMDeploymentSumarization
  499. Call CMDeviceRetire
  500. Invocar CMDeviceWipe
  501. Invoke-CMEndpointProtectionScan
  502. Invoke-CMEndpointProtectionSumarization
  503. Invocar CMForestDiscovery
  504. Invoke-CMGroupDiscovery
  505. Chamar-CMOrchestrationGroup
  506. Invoke-CMPromotePreProductionClient
  507. Invoke-CMQuery
  508. Call-CMRemoteControl
  509. Call-CMReport
  510. Invocar-CMScriptName
  511. Invoke-CMSecondarySiteUpgrade
  512. Invoke-CMSitePromotePreproductionClient
  513. Invocar-CMSiteUpdateCheck
  514. Invocar-CMSiteUpdateDownload
  515. Invoke-CMSiteUpdatePrerequisiteCheck
  516. Invoke-CMSoftwareUpdateAutoDeploymentRule
  517. Invoke-CMSoftwareUpdateSumarization
  518. Invoke CMSystemDiscovery
  519. Invocar CMUserDiscovery
  520. Invocar-CMWmiMethod
  521. Invoke CMWmiQuery
  522. Bloquear-CMObject
  523. Merge-CMAntimalwarePolicy
  524. mesclar-CMConflictingRecord
  525. Move-CMContentLibrary
  526. Mover-CMObject
  527. Mover-CMFasedDeploymentToNext
  528. Nova-CMAccessAccount
  529. new CM account
  530. New-CMActiveDirectoryForest
  531. Novo CMADGroupDiscoveryScope
  532. New-CMAdministrativeUser
  533. New-CMAdministrativeUserPermission
  534. New-CMAdvancedThreatProtectionPolicy
  535. New-CMAlertSubscription
  536. New-CMAntimalwarePolicy
  537. New-CMAntimalwarePolicyDeployment
  538. New-CMApplication
  539. New-CMApplicationAutoPhasedDeployment
  540. New-CMApplicationDeployment
  541. New-CMApplicationDisplayInfo
  542. New-CMApplicationGroup
  543. New-CMApplicationGroupDeployment
  544. New CMAppV virtual environment
  545. New-CMAssetIntelligenceCatalogItem
  546. New-CMAutoDeploymentRuleDeployment
  547. Nova CMBaseline
  548. New-CMBaselineDeployment
  549. New CMBLE encryption method policy
  550. New CMBLE encryption method with Xts
  551. New CMBlm configuration
  552. Novo CMBMSClientConfigureCheckIntervalPolicy
  553. Nova CMBMSFDVEncryptionPolicy
  554. New-CMBMSOSDEncryptionPolicy
  555. New-CMBMSUserExemptionPolicy
  556. New-CMBootableMedia
  557. New-CMBootImage
  558. New-CMBoundary
  559. New CMBoundaryGroup
  560. New-CMBoundaryGroupRelationship
  561. New-CMCaptureMedia
  562. Nova-CMCategory
  563. Nuevo CMCertificateProfilePfx
  564. New-CMCertificateProfileScep
  565. New-CMCertificateProfileTrustedRootCA
  566. Nuevo CMClientCertificateProfileConfigurationItem
  567. New-CMClientSetting
  568. New-CMClientSettingDeployment
  569. Nuevo CMCloudDistributionPoint
  570. Nuevo CMCloudManagementAzureService
  571. Nuevo CMCloudManagementGateway
  572. New-CMCollection
  573. Nova CMCoManagementPolicy
  574. New-CMComplianceRuleAssembly
  575. New-CMComplianceRuleExistencial
  576. New-CMComplianceRuleFileFolderAttribute
  577. New-CMComplianceRuleFileFolderDate
  578. New-CMComplianceRuleFileFolderPermission
  579. Nova CMComplianceRuleFileFolderSimples
  580. New-CMComplianceRuleFileFolderSize
  581. New-CMComplianceRuleRegistryKeyPermission
  582. New-CMComplianceRuleValue
  583. New-CMComplianceRuleVersion
  584. New-CMComputerAssociation
  585. Nuevo CMConfigurationItem
  586. New-CMConfigurationPolicyDeployment
  587. New-CMDeploymentTypeDependencyGroup
  588. New-CMDetectionClauseDirectory
  589. New CM detection clause file
  590. New-CMDetectionClauseMacBundle
  591. New-CMDetectionClauseMacPackage
  592. Nova CMDetectionClauseRegistryKey
  593. New-CMDetectionClauseRegistryKeyValue
  594. New-CMDetectionClauseWindowsInstaller
  595. New-CMDeviceCategory
  596. New-CMDeviceCollectionVariable
  597. Nova CMDeviceVariable
  598. New-CMDistributionPointGroup
  599. Nuevo CMDriverPackage
  600. Novo CMDuplicateHardwareIdGuid
  601. Nuevo-CMDuplicateHardwareIdMacAddress
  602. Novo-CMEmailProfile
  603. New-CMEmbeddedObjectInstance
  604. New-CMEmbeddedProperty
  605. New-CMEmbeddedPropertyList
  606. Nuevo-CMEnhancedPIN
  607. Nuevo-CMExchangeClientAccessServer
  608. New-CMExchangeConnectorAccessRule
  609. Nuevo CMExchangeConnectorApplicationSetting
  610. Nuevo CMExchangeConnectorEmailManagementSetting
  611. New General Configuration of CMExchangeConnector
  612. New CMExchangeConnector password setting
  613. Nuevo CMExchangeConnectorSecuritySetting
  614. Novo-CMExchangeServer
  615. Nuevo-CMFDVDenyWriteAccessPolicy
  616. New-CMFDVPrassPhrasePolicy
  617. New-CMFileReplicationRoute
  618. New-CMFileSystemAccessControlEntry
  619. New-CMFolder
  620. New-CMGlobalCondition
  621. New-CMGlobalConditionActiveDirectoryQuery
  622. New-CMGlobalConditionAssembly
  623. New-CMGlobalConditionExpression
  624. New-CMGlobalConditionFile
  625. New-CMGlobalConditionIisMetabase
  626. New-CMGlobalConditionOmaUri
  627. New-CMGlobalConditionRegistryKey
  628. New-CMGlobalConditionRegistryValue
  629. New-CMGlobalConditionScript
  630. New-CMGlobalConditionSqlQuery
  631. New-CMGlobalConditionWqlQuery
  632. New-CMGlobalConditionXPathQuery
  633. New-CMHardwareRequirement
  634. New-CMInstallationSourceFile
  635. New-CMInventoryReportClass
  636. New-CMMaintenanceWindow
  637. New-CMMicrosoftEdgeBrowserProfiles
  638. New-CMMigrationJob
  639. New-CMMoreInfoUrlPolicy
  640. New-CMNoOverwritePolicy
  641. New CMOneDrive business profile
  642. New-CMOoperatingSystemImage
  643. Nueva CMOperatingSystemImageUpdateSchedule
  644. New-CMOoperatingSystemInstaller
  645. Novo CMOoperatingSystemUpgradeUpdateSchedule
  646. New-CMOrchestrationGroup
  647. New-CMOSPassphrase
  648. new CM package
  649. New-CMPackageDeployment
  650. Novo CMPowerManagementCustomPlan
  651. New-CMPrebootRecoveryInfo
  652. New-CMPresageMedia
  653. New CM program
  654. New CMQuery
  655. Nuevo CMRDVConfigurarBDEPolicy
  656. Nueva CMRDVDenyWriteAccessPolicy
  657. New-CMRDVPassPhrasePolicy
  658. Novo CMRegistryAccessControlEntry
  659. Novo CMRemoteConnectionProfileConfigurationItem
  660. New-CMRequirementRuleActiveDirectorySiteValue
  661. New-CMRequirementRuleBooleanValue
  662. Novo-CMRequirementRuleCMSiteValue
  663. Novo-CMRequirementRuleCommonValue
  664. New-CMRequirementRuleDeviceOwnershipValue
  665. New-CMRequirementRuleExistencial
  666. New-CMRequirementRuleExpression
  667. Novo CMRequirementRuleFileAttributeValue
  668. New-CMRequirementRuleFilePermissionValue
  669. New-CMRequirementRuleFreeDiskSpaceValue
  670. Novo-CMRequirementRuleInputTypeValue
  671. New-CMRequirementRuleOperatingSystemLanguageValue
  672. Novo-CMRequirementRuleOperatingSystemValue
  673. Novo-CMRequirementRuleOUValue
  674. New-CMRequirementRuleRegistryKeyPermissionValue
  675. Novo CMRequirementRuleScreenResolutionValue
  676. Novo CMRootCertificateProfileConfigurationItem
  677. New-CMScCompliancePolicy
  678. New CMSagenda
  679. New-CMScript
  680. New-CMSecondarySite
  681. Novo CMSecurityScope
  682. New-CMSettingDeployment
  683. Novo-CMSiteSystemServer
  684. New CMSoftwareCenterTabItem
  685. New-CMSoftwareMeteringRule
  686. New-CMSoftwareUpdateAutoDeploymentRule
  687. New-CMSoftwareUpdateAutoPhasedDeployment
  688. New-CMSoftwareUpdateDeployment
  689. Nuevo CMSoftwareUpdateDeploymentPackage
  690. Novo CMSoftwareUpdateGroup
  691. New-CMSoftwareUpdateManualPhasedDeployment
  692. New-CMSoftwareUpdatePhase
  693. New-CMSqlServerSetting
  694. New-CMStandaloneMedia
  695. New-CMStatusFilterRule
  696. Nuevo CMStatusMessageQuery
  697. New-CMStorageFolder
  698. New-CMTaskSequence
  699. New-CMTaskSequenceAutoPhasedDeployment
  700. New-CMTaskSequenceDeployment
  701. Novo-CMTaskSequenceGroup
  702. New-CMTaskSequenceManualPhasedDeployment
  703. New-CMTaskSequenceMedia
  704. New-CMTaskSequencePhase
  705. New-CMThirdPartyUpdateCatalog
  706. New-CMTpmAutoResealPolicy
  707. New CMTS Network Adapter Configuration
  708. New-CMTSPartitionSetting
  709. New-CMTSRule
  710. Nuevo-CMTSStepApplyDataImage
  711. Nuevo-CMTSStepApplyDriverPackage
  712. New-CMTSStepApplyNetworkSetting
  713. New-CMTSStepApplyOperatingSystem
  714. New-CMTSStepApplyWindowsSetting
  715. Nuevo-CMTSStepAutoApplyDriver
  716. New-CMTSStepCaptureNetworkSettings
  717. New-CMTSStepCaptureSystemImage
  718. New-CMTSStepCaptureUserState
  719. Nuevo-CMTSStepCaptureWindowsSettings
  720. New-CMTSStepConditionFile
  721. New-CMTSStepConditionFolder
  722. New-CMTSStepConditionIfStatement
  723. New-CMTSStepConditionOperatingSystem
  724. New-CMTSStepConditionOperatingSystemLanguage
  725. Nuevo-CMTSStepConditionQueryWmi
  726. New-CMTSStepConditionRegistry
  727. Nuevo-CMTSStepConditionSoftware
  728. New-CMTSStepConditionVariable
  729. New-CMTSStepConnectNetworkFolder
  730. Nuevo-CMTSStepDisableBitLocker
  731. Nuevo-CMTSStepDownloadPackageContent
  732. Novo CMTSStepEnableBitLocker
  733. New-CMTSStepInstallApplication
  734. Nuevo-CMTSStepInstallSoftware
  735. New-CMTSStepInstallUpdate
  736. New-CMTSStepJoinDomainWorkgroup
  737. Nuevo-CMTSStepOfflineEnableBitLocker
  738. Novo-CMTSStepPartitionDisk
  739. New-CMTSStepPrepareConfigMgrClient
  740. New-CMTSStepPrepareWindows
  741. New-CMTSStepPrestartCheck
  742. New-CMTSStepReboot
  743. New-CMTSStepReleaseStateStore
  744. New-CMTSStepRequestStateStore
  745. New-CMTSStepRestoreUserState
  746. New-CMTSStepRunCommandLine
  747. New-CMTSStepRunPowerShellScript
  748. New-CMTSStepRunTaskSequence
  749. Nuevo CMTSStepSetDynamicVariable
  750. New-CMTSStepSetupWindowsAndConfigMgr
  751. New-CMTSStepSetVariable
  752. New-CMTSStepUpgradeOperatingSystem
  753. New-CMUidPolicy
  754. Nova CMUseFddEnforcePolicy
  755. New-CMUseOsEnforcePolicy
  756. New-CMUserDataAndProfileConfigurationItem
  757. Nuevo CMVirtualEnvironmentGroup
  758. New-CMVpnProfileConfigurationItem
  759. Nuevo CMWdacSetting
  760. New update of CM Windows 10 Edition
  761. New-CMWindowsFirewallPolicy
  762. New-CMWirelessProfile
  763. New-CMWirelessProfileConfigurationItem
  764. Out-CMSignedWindowsMobileCab
  765. Publish-CMPresageContent
  766. Publicar CMPrestageContentTaskSequence
  767. Publish-CMThirdPartySoftwareUpdateContent
  768. Remove-CMAccessAccount
  769. Eliminar-CMAccount
  770. Sair do CMActiveDirectoryForest
  771. Remove-CMAdministrativeUser
  772. Remover CMAlert
  773. Remove-CMAlertSubscription
  774. Remove-CMAntimalwarePolicy
  775. Quitar CMApplication
  776. Remove-CMApplicationDeployment
  777. Quitar CMApplicationGroup
  778. Remove-CMApplicationGroupDeployment
  779. Sair do CMApplicationPhasedDeployment
  780. Remove-CMApplicationRevisionHistory
  781. Remover CMAppVVirtualEnvironment
  782. Remover CMAssetIntelligenceCatalogItem
  783. Sair do CMAssetIntelligenceSynchronizationPoint
  784. Remover CMAutoDeploymentRuleDeployment
  785. Remover CMAzureService
  786. Remover CMBaseline
  787. Remover CMBaselineDeployment
  788. Sair do CMBlmSetting
  789. Remover CMBootImage
  790. Remover CMBoundary
  791. Remover CMBoundaryFromGroup
  792. Quitar CMBoundaryGroup
  793. Quitar CMBoundaryGroupRelationship
  794. Quitar CMCategory
  795. Quitar CMCertificateRegistrationPoint
  796. Remover CMClientCertificatePfx
  797. Remover CMClientOperation
  798. Sair do CMClientSetting
  799. Sair do CMClientSettingDeployment
  800. Sair do CMCloudDistributionPoint
  801. Exit CMCloudManagementGateway
  802. Sair do CMCloudManagementGatewayConnectionPoint
  803. Sair CMCollection
  804. Sair CMCollectionFromAdministrativeUser
  805. Sair do CMCollectionFromDistributionPointGroup
  806. Sair CMCollectionMembershipRule
  807. Remover CMComplianceRule
  808. Sair do CMComplianceSetting
  809. Remover CMComputerAssociation
  810. Exit CMConfigurationItem
  811. Quitar CMConfigurationPolicy
  812. Sair do CMConfigurationPolicyDeployment
  813. Remove-CMContentDistribution
  814. Sair do CMDataWarehouseServicePoint
  815. Exit CMDeployment
  816. Remover CMDeploymentType
  817. Remover CMDeploymentTypeDependency
  818. Sair do CMDeploymentTypeDependencyGroup
  819. Remover CMDeploymentTypeInstallBehavior
  820. Remover CMDeploymentTypeReturnCode
  821. Sair CMDeploymentTypeSupersedence
  822. Remover CMDevice
  823. Sair do CMDeviceAffinityFromUser
  824. Sair CMDeviceCategory
  825. Sair CMDeviceCollectionVariable
  826. Remover CMDeviceVariable
  827. Quitar CMDistributionPoint
  828. Sair CMDistributionPointFromGroup
  829. Sair do CMDistributionPointGroup
  830. remover cmdriver
  831. Sair CMDriverFromDriverPackage
  832. Remover CMDriverPackage
  833. Sair CMDuplicateHardwareIdGuid
  834. Sair CMDuplicateHardwareIdMacAddress
  835. Remove-CMEndpointProtectionPoint
  836. Exit CMEnrollmentPoint
  837. Exit CMEnrollmentProxyPoint
  838. Remover CMExchangeServer
  839. Sair do CMFallbackStatusPoint
  840. Remove-CMFileReplicationRoute
  841. Remover CMFolder
  842. Remove-CMGlobalCondition
  843. Remove-CMHardwareRequirement
  844. Sair do CMMaintenanceWindow
  845. Sair do CMManagementPoint
  846. Sair do CMMulticastServicePoint
  847. Sair do CMObjectSecurityScope
  848. Remove-CMOperatingSystemImage
  849. Remover CMoperatingSystemInstaller
  850. Quitar CMOrchestrationGroup
  851. Quitar CMPackage
  852. Sair do CMPackageDeployment
  853. Sair CMPersistentUserSettingsGroup
  854. Delete-CMProgram
  855. remover cmquery
  856. Sair do CMReportingServicePoint
  857. Exit CMResource
  858. Remover CMScript
  859. Remover CMSecondarySite
  860. Quitar CMSecurityRole
  861. Remove-CMSecurityRoleFromAdministrativeUser
  862. Remover CMSecurityScope
  863. Remover CMSecurityScopeFromAdministrativeUser
  864. Sair do CMServiceConnectionPoint
  865. Sair do CMSettingDeployment
  866. Remover CMSiteRole
  867. Eliminar-CMSiteSystemServer
  868. Remover CMSoftwareMeteringRule
  869. Sair CMSoftwareUpdateAutoDeploymentRule
  870. Remove-CMSoftwareUpdateDeployment
  871. Sair CMSoftwareUpdateDeploymentPackage
  872. Sair CMSoftwareUpdateFromGroup
  873. Sair CMSoftwareUpdateFromPackage
  874. Remover CMSoftwareUpdateGroup
  875. Sair do CMSoftwareUpdatePhasedDeployment
  876. Sair do CMSoftwareUpdatePoint
  877. Sair do CMStateMigrationPoint
  878. Remover CMStatusFilterRule
  879. Exit CMStatusMessageQuery
  880. Eliminar-CMTaskSequence
  881. Remove-CMTaskSequenceDeployment
  882. Sair do CMTaskSequenceGroup
  883. Remove-CMTaskSequencePhasedDeployment
  884. Sair do CMTaskSequenceStep
  885. Remove-CMThirdPartyUpdateCatalog
  886. Remove-CMUpdateGroupDeployment
  887. Remover CMUser
  888. Remover CMUserAffinityFromDevice
  889. Sair do CMWdacSetting
  890. Remove-CMWindows10EditionUpgrade
  891. renomear-CMCategory
  892. Resolver CMInventorySoftwareConflict
  893. Restaurar-CMApplicationRevisionHistory
  894. Resume-CMApplication
  895. Resume-CMFasedDeployment
  896. Guardar-CMDatabaseReplicationDiagnostic
  897. Guardar-CMEndpointProtectionDefinition
  898. Guardar-CMSoftwareUpdate
  899. Send-CMAssetIntelligenceCatalogUpdateRequest
  900. Set-CMAccessAccount
  901. Set-CMAccount
  902. Conjunto-CMActiveDirectoryForest
  903. Definir CMAdvancedThreatProtectionPolicy
  904. Set-CMAlert
  905. Set-CMAlertSubscription
  906. Definir CMAntimalwarePolicy
  907. set-cmapplication
  908. Set-CMApplicationDeployment
  909. Set-CMApplicationGroup
  910. Set-CMApplicationGroupDeployment
  911. Establecer CMApplicationPhasedDeployment
  912. Conjunto-CMApplicationSupersedence
  913. Set-CMAppv5XDeploymentType
  914. Set-CMAppvDeploymentType
  915. Set-CMAppVVirtualEnvironment
  916. Set-CMAssetIntelligenceCatalogItem
  917. Set-CMAssetIntelligenceClass
  918. Establish CMAssetIntelligenceSynchronizationPoint
  919. Set-CMAssignedSite
  920. Set-CMAutoDeploymentRuleDeployment
  921. Set-CMBaseline
  922. Set-CMBaselineDeployment
  923. Set-CMBaselineSummarizationSchedule
  924. Definir CMBlmPlaintextStorage
  925. Set-CMBlm Configuration
  926. Set-CMBootImage
  927. Set-CMBoundary
  928. Definir CMBoundaryGroup
  929. Establecer-CMBoundaryGroupRelationship
  930. Definir CMCertificateProfilePfx
  931. Set CMCertificateProfileScep
  932. Define CMCertificateProfileTrustedRootCA
  933. Definir CMCertificateRegistrationPoint
  934. Set-CMCISupportedPlatform
  935. Set CCMClientCertificateProfileConfigurationItem
  936. Definir CMClientPushInstallation
  937. Set-CMClientSetting
  938. Set-CMClientSettingBackgroundIntelligentTransfer
  939. Set-CMClientSettingClientCache
  940. Set-CMClientSettingClientPolicy
  941. Definir CMClientSettingCloudService
  942. Set-CMClientSettingComplianceSetting
  943. Set-CMClientSettingComputerAgent
  944. Set-CMClientSettingComputerRestart
  945. Set-CMClientSettingDeliveryOptimization
  946. Establecer CMClientSettingEndpointProtection
  947. Set-CMClientSettingEnrollment
  948. Set-CMClientSettingGeneral
  949. Set-CMClientSettingHardwareInventory
  950. Set-CMClientSettingMeteredInternetConnection
  951. Set-CMClientSettingPowerManagement
  952. Set-CMClientSettingRemoteTool
  953. Set-CMClientSettingSoftwareCenter
  954. Set-CMClientSettingSoftwareDeployment
  955. Set-CMClientSettingSoftwareInventory
  956. Set-CMClientSettingSoftwareMetering
  957. Set-CMClientSettingSoftwareUpdate
  958. Set-CMClientSettingStateMessaging
  959. Set-CMClientSettingUserAndDeviceAffinity
  960. Definir CMClientSettingWindowsAnalytics
  961. Set-CMClientStatusSetting
  962. Definir CMClientStatusUpdateSchedule
  963. Definir CMCloudDistributionPoint
  964. Set-CMCloudManagementAzureService
  965. Set-CMCloudManagementGateway
  966. Establecer CMCloudManagementGatewayConnectionPoint
  967. Set-CMCollection
  968. Conjunto-CMCollectionCloudSync
  969. Conjunto-CMCollectionMembershipE EvaluationComponent
  970. Set-CMCollectionPowerManagement
  971. Assembly-CMComplianceRuleAssembly
  972. Set-CMComplianceRuleExistencial
  973. Definir CMComplianceRuleFileFolderAttribute
  974. Set-CMComplianceRuleFileFolderDate
  975. Set-CMComplianceRuleFileFolderPermission
  976. Define CMComplianceRuleFileFolderSimples
  977. Definir CMComplianceRuleFileFolderSize
  978. Set-CMComplianceRuleRegistryKeyPermission
  979. Define CMComplianceRuleValue
  980. Set-CMComplianceRuleVersion
  981. Set-CMComplianceSettingActiveDirectoryQuery
  982. Conjunto-CMComplianceSettingAssembly
  983. Set-CMComplianceSettingDirectory
  984. Set-CMComplianceSettingFile
  985. Set-CMComplianceSettingIisMetabase
  986. Definir CMComplianceSettingRegistryKey
  987. Set-CMComplianceSettingRegistryKeyValue
  988. Set-CMComplianceSettingScript
  989. Definir CMComplianceSettingSqlQuery
  990. Definir CMComplianceSettingWqlQuery
  991. Set-CMComplianceSettingXPathQuery
  992. Set-CMComplianceSupportedPlatform
  993. Set-CMComputerAssociation
  994. Set-CMConfigurationItem
  995. Definir CMConfigurationPolicyDeployment
  996. Definir CMDatabaseProperty
  997. Establecer CMDatabaseReplicationLinkProperty
  998. Establecer-CMDataWarehouseServicePoint
  999. set-CMDeploymentType
  1000. Set-CMDeploymentTypeDependency
  1001. Set-CMDeploymentTypeDependencyGroup
  1002. Set-CMDeploymentTypeInstallBehavior
  1003. Set-CMDeploymentTypeReturnCode
  1004. Set-CMDeploymentTypeSupersedence
  1005. Definir CMDeviceCategory
  1006. Definir CMDeviceCollectionVariable
  1007. Establecer CMDeviceOwnership
  1008. set-CMDeviceVariable
  1009. Definir CMDiscoveryMethod
  1010. Definir CMDistributionPoint
  1011. Conjunto-CMDistributionPointGroup
  1012. set-cmdriver
  1013. Set-CMDriverBootImage
  1014. Set-CMDriverPackage
  1015. Set-CMEmailNotificationComponent
  1016. Set-CMEmailProfile
  1017. Establecer-CMEndpointProtectionPoint
  1018. Set-CMEndpointProtectionSummarizationSchedule
  1019. Definir CMEnrollmentPoint
  1020. Set-CMExchangeServer
  1021. Establecer-CMFallbackStatusPoint
  1022. Establecer-CMFileReplicationRoute
  1023. set-cmfolder
  1024. set-CMGlobalCondition
  1025. Set-CMGlobalConditionActiveDirectoryQuery
  1026. Assembly-CMGlobalConditionAssembly
  1027. Set-CMGlobalConditionFile
  1028. Set-CMGlobalConditionGeneral
  1029. Set-CMGlobalConditionIisMetabase
  1030. Set-CMGlobalConditionOmaUri
  1031. Set-CMGlobalConditionRegistryKey
  1032. Set-CMGlobalConditionRegistryValue
  1033. set-CMGlobalConditionScript
  1034. Set-CMGlobalConditionSqlQuery
  1035. Conjunto-CMGlobalConditionWqlQuery
  1036. Set-CMGlobalConditionXPathQuery
  1037. Set-CMHardwareRequirement
  1038. Set-CMHierarchySetting
  1039. Set-CMMacDeploymentType
  1040. Establecer-CMMaintenanceWindow
  1041. Definir CMManagementPoint
  1042. Conjunto-CMManagementPointComponent
  1043. Set-CMMicrosoftEdgeBrowserProfiles
  1044. Definir CMMigrationExclusionList
  1045. Set-CMMigrationJob
  1046. Establecer-CMMigrationSource
  1047. Set-CMMobileMsiDeploymentType
  1048. Definir CMMsiDeploymentType
  1049. Set-CMMulticastServicePoint
  1050. Set-CMNotification
  1051. Definir CMObjectSecurityScope
  1052. Set-CMOneDriveBusinessProfile
  1053. Definir CMOoperatingSystemImage
  1054. Definir CMoperatingSystemInstaller
  1055. Conjunto-CMOrchestrationGroup
  1056. Set-CMPackage
  1057. Set-CMPackageDeployment
  1058. Set-CMProgram
  1059. set-cmquery
  1060. set-CMQueryResultMaximum
  1061. Establish CMRemoteConnectionProfileConfigurationItem
  1062. Definir CMReportingServicePoint
  1063. set-cmscript
  1064. Set-CMScriptDeploymentType
  1065. Definir CMSecurityRole
  1066. Set-CMSecurityRolePermission
  1067. Definir CMSecurityScope
  1068. Establecer CMServiceConnectionPoint
  1069. Set-CMSettingDefinition
  1070. Set-CMSettingDeployment
  1071. Set-CMSite
  1072. Definir CMSiteMaintenanceTask
  1073. Set-CMSiteSummaryTask
  1074. Set-CMSiteSystemServer
  1075. Set-CMSoftwareDistributionComponent
  1076. Set-CMSoftwareInventory
  1077. Define CMSoftwareMeteringRule
  1078. Set-CMSoftwareMeteringSetting
  1079. Set-CMSoftwareUpdate
  1080. Set-CMSoftwareUpdateAutoDeploymentRule
  1081. Set-CMSoftwareUpdateBasedClientInstallation
  1082. Set-CMSoftwareUpdateDeployment
  1083. Establecer-CMSoftwareUpdateDeploymentPackage
  1084. Set-CMSoftwareUpdateGroup
  1085. Definir CMSoftwareUpdatePhase
  1086. Establecer-CMSoftwareUpdatePhasedDeployment
  1087. Establecer-CMSoftwareUpdatePoint
  1088. Establecer-CMSoftwareUpdatePointComponent
  1089. Establecer-CMSoftwareUpdateSummarizationSchedule
  1090. Establecer-CMStateMigrationPoint
  1091. Set-CMStatusFilterRule
  1092. Definir CMStatusMessageQuery
  1093. Set-CMStatusReportingComponent
  1094. Set-CMStatusSummarizer
  1095. Establecer-CMTaskSequence
  1096. Set-CMTaskSequenceDeployment
  1097. Set-CMTaskSequenceDeploymentType
  1098. Establecer-CMTaskSequenceGroup
  1099. Establecer-CMTaskSequencePhase
  1100. Establecer-CMTaskSequencePhasedDeployment
  1101. Set-CMThirdPartyUpdateCatalog
  1102. Set-CMThirdPartyUpdateCategory
  1103. Establecer-CMTSStepApplyDataImage
  1104. Conjunto-CMTSStepApplyDriverPackage
  1105. Establecer-CMTSStepApplyNetworkSetting
  1106. Establecer-CMTSStepApplyOperatingSystem
  1107. Establecer-CMTSStepApplyWindowsSetting
  1108. Set-CMTSStepAutoApplyDriver
  1109. Establecer-CMTSStepCaptureNetworkSettings
  1110. Establecer-CMTSStepCaptureSystemImage
  1111. Establecer-CMTSStepCaptureUserState
  1112. Establecer-CMTSStepCaptureWindowsSettings
  1113. Establecer-CMTSStepConnectNetworkFolder
  1114. Establecer-CMTSStepDisableBitLocker
  1115. Establecer-CMTSStepDownloadPackageContent
  1116. Set-CMTSStepEnableBitLocker
  1117. Establecer-CMTSStepInstallApplication
  1118. Set-CMTSStepInstallSoftware
  1119. Set-CMTSStepInstallUpdate
  1120. Establecer-CMTSStepJoinDomainWorkgroup
  1121. Establecer-CMTSStepOfflineEnableBitLocker
  1122. Set-CMTSStepPartitionDisk
  1123. Set-CMTSStepPrepareConfigMgrClient
  1124. Set-CMTSStepPrepareWindows
  1125. Set-CMTSStepPrestartCheck
  1126. Establecer-CMTSStepReboot
  1127. Set-CMTSStepReleaseStateStore
  1128. Establecer-CMTSStepRequestStateStore
  1129. Establecer-CMTSStepRestoreUserState
  1130. Establecer-CMTSStepRunCommandLine
  1131. Establecer-CMTSStepRunPowerShellScript
  1132. Establecer-CMTSStepRunTaskSequence
  1133. Conjunto-CMTSStepSetDynamicVariable
  1134. Establecer-CMTSStepSetupWindowsAndConfigMgr
  1135. Conjunto-CMTSStepSetVariable
  1136. Set-CMTSStepUpgradeOperatingSystem
  1137. Set-CMUpdateGroupDeployment
  1138. Set-CMUserDataAndProfileConfigurationItem
  1139. Set-CMVpnProfileConfigurationItem
  1140. Set-CMWdacSetting
  1141. Set-CMWebApplicationDeploymentType
  1142. Set-CMWindows10EditionUpgrade
  1143. Set-CMWindowsAppxDeploymentType
  1144. Set-CMWindowsFirewallPolicy
  1145. Set-CMWindowsPhoneDeploymentType
  1146. Set-CMWindowsPhoneStoreDeploymentType
  1147. Set-CMWindowsStoreDeploymentType
  1148. Set-CMWirelessProfile
  1149. Set-CMWirelessProfileConfigurationItem
  1150. Home-CMAntimalwarePolicyDeployment
  1151. Start-CMApplicationDeployment
  1152. Start-CMApplicationDeploymentSimulation
  1153. Home-CMBaselineDeployment
  1154. Start-CMClientSettingDeployment
  1155. Inicio-CMCloudDistributionPoint
  1156. Home-CMCloudManagementGateway
  1157. Inicio-CMConfigurationPolicyDeployment
  1158. Home-CMContentDistribution
  1159. Start-CMDistributionPointUpgrade
  1160. Inicio-CMObjectTracking
  1161. Home-CMPackageDeployment
  1162. Home-CMSoftwareUpdateDeployment
  1163. Inicio-CMTaskSequenceDeployment
  1164. Stop-CMCloudDistributionPoint
  1165. Stop-CMCloudManagementGateway
  1166. Stop-CMMigrationSource
  1167. Stop-CMObjectTracking
  1168. Suspend-CMAlert
  1169. Suspender-CMApplication
  1170. Suspender-CMFasedDeployment
  1171. Sync-CMAssetIntelligenceCatalog
  1172. Sync-CMCloudManagementGateway
  1173. Sync-CMExchangeServer
  1174. Sync-CMMigrationSource
  1175. Sync-CMSoftwareUpdate
  1176. Unlock-CMCertificate
  1177. Desbloquear CMDetectedMalware
  1178. Unlock-CMDevice
  1179. Undo-CMSoftwareInventory
  1180. Unlock-CMObject
  1181. Update-CMApplicationStatistic
  1182. Update-CMCertificate
  1183. Update-CMClientStatus
  1184. Update-CMDistributionPoint

Author

barman dhanrajis a seasoned IT services professional with nearly seven years of experience working with SCCM infrastructure solution, Windows Imaging (OSD) and Microsoft Intune. He currently works as a consultant helping organizations to a modern workplace.

Videos

1. PowerShell Unplugged with Jeffrey Snover (The Blueprint Files) | BRK260
(Microsoft Ignite)
2. Windows PowerShell: Scripting leicht gemacht (V2.0) - Deutsch / German
(Haiko Hertes)
3. Powershell Basics für Admins - Teil 2
(Netz-Weise IT-Schulungen)
4. ImportExcel PowerShell + Excel = Better Together! with Doug Finke
(Research Triangle PowerShell Users Group)
5. Ravikanth Chaganti - We trust in the community
(PowerShell Conference EU)
6. PowerShell Master Class - Connecting Commands Together
(John Savill's Technical Training)
Top Articles
Latest Posts
Article information

Author: Neely Ledner

Last Updated: 05/23/2023

Views: 5463

Rating: 4.1 / 5 (62 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Neely Ledner

Birthday: 1998-06-09

Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

Phone: +2433516856029

Job: Central Legal Facilitator

Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.