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.

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

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

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.

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.

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:\>

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

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.
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.

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

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.

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

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)\Micr
osoft Endpoint Manager\AdminConsole\binand type the following command.
Import module "C:\Program Files (x86)\Microsoft Endpoint Manager\AdminConsole\bin\ConfigurationManager.psd1"

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"

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

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

To check all available Configuration Manager commands, enter the following PowerShell command.
get-command -Module ConfigurationManager

To check the number of available Configuration Manager commands, enter the following PowerShell command.
get-command -Module ConfigurationManager | Medir-Objeto

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

Enter the following command to display all Configuration Manager commands in theoff grid display.
get-command -Module ConfigurationManager | ogv

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

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.

- Add-CMDeviceCollectionExcludeMembershipRule
- Add-CMDeviceCollectionIncludeMembershipRule
- Add-CMUserCollectionExcludeMembershipRule
- Add-CMUserCollectionIncludeMembershipRule
- Get-CMAdvancedThreatProtectionPolicy
- Get CMCertificateProfilePfx
- Get CMCertificateProfileScep
- Get CMCertificateProfileTrustedRootCA
- Get CMClientCertificateProfileConfigurationItem
- Get-CMCollectionDirectMembershipRule
- Get-CMCollectionExcludeMembershipRule
- Get-CMCollectionFullEvaluationStatus
- Get-CMCollectionIncludeMembershipRule
- Get-CMCollectionIncrementalE EvaluationStatus
- Get-CMCollectionInfoFromFullEvaluationQueue
- Get-CMCollectionInfoFromIncrementalE EvaluationQueue
- Get-CMCollectionInfoFromManualE EvaluationQueue
- Get-CMCollectionInfoFromNewE EvaluationQueue
- Get-CMCollectionQueryMembershipRule
- Obter CMConfigurationPolicyXml
- Get-CMDeviceCollection
- Get-CMDeviceCollectionDirectMembershipRule
- Get-CMDeviceCollectionExcludeMembershipRule
- Get-CMDeviceCollectionIncludeMembershipRule
- Get-CMDeviceCollectionQueryMembershipRule
- Get CMEmailProfile
- Get-CMMicrosoftEdgeBrowserProfiles
- Get-CMOneDriveBusinessProfile
- Obter CMRemoteConnectionProfileConfigurationItem
- Get-CMTermsAndConditionsConfigurationItem
- Get-CMTSStepApplyDataImage
- Get-CMTSStepApplyDriverPackage
- Get-CMTSStepApplyNetworkSetting
- Get-CMTSStepApplyOperatingSystem
- Get-CMTSStepApplyWindowsSetting
- Get-CMTSStepAutoApplyDriver
- Get-CMTSStepCaptureNetworkSettings
- Get-CMTSStepCaptureSystemImage
- Get-CMTSStepCaptureUserState
- Get-CMTSStepCaptureWindowsSettings
- Get-CMTSStepConnectNetworkFolder
- Get-CMTSStepDisableBitLocker
- Get-CMTSStepDownloadPackageContent
- Obter CMTSStepEnableBitLocker
- Get-CMTSStepInstallApplication
- Get-CMTSStepInstallSoftware
- Get-CMTSStepInstallUpdate
- Get-CMTSStepJoinDomainWorkgroup
- Get-CMTSStepOfflineEnableBitLocker
- Get-CMTSStepPartitionDisk
- Get-CMTSStepPrepareConfigMgrClient
- Get-CMTSStepPrepareWindows
- Get-CMTSStepPrestartCheck
- Get-CMTSStepReboot
- Get-CMTSStepReleaseStateStore
- Get-CMTSStepRequestStateStore
- Get-CMTSStepRestoreUserState
- Get-CMTSStepRunCommandLine
- Get-CMTSStepRunPowerShellScript
- Get-CMTSStepRunTaskSequence
- Get-CMTSStepSetDynamicVariable
- Get-CMTSStepSetupWindowsAndConfigMgr
- Get-CMTSStepSetVariable
- Get-CMTSStepUpgradeOperatingSystem
- Get-CMUserCollection
- Get-CMUserCollectionDirectMembershipRule
- Get-CMUserCollectionExcludeMembershipRule
- Get-CMUserCollectionIncludeMembershipRule
- Get-CMUserCollectionQueryMembershipRule
- Get-CMUserDataAndProfileConfigurationItem
- Get CMVpnProfileConfigurationItem
- Get CMWindowsEditionUpgradeConfigurationItem
- Get-CMWindowsFirewallPolicy
- Obter CMWindowsServicingPlan
- Get CMWindowsUpdate
- Obter CMWirelessProfile
- Get-CMWirelessProfileConfigurationItem
- New-CMDeviceCollection
- New-CMUserCollection
- Nuevo CMWindowsServicingPlan
- Sair da CMCollectionDirectMembershipRule
- Sair CMCollectionExcludeMembershipRule
- Sair CMCollectionIncludeMembershipRule
- Sair CMCollectionQueryMembershipRule
- Sair CMDeviceCollectionDirectMembershipRule
- Sair CMDeviceCollectionExcludeMembershipRule
- Sair CMDeviceCollectionIncludeMembershipRule
- Sair CMDeviceCollectionQueryMembershipRule
- Eliminar-CMTSStepApplyDataImage
- Eliminar-CMTSStepApplyDriverPackage
- Sair do CMTSStepApplyNetworkSetting
- Remove-CMTSStepApplyOperatingSystem
- Sair do CMTSStepApplyWindowsSetting
- Eliminar-CMTSStepAutoApplyDriver
- Sair do CMTSStepCaptureNetworkSettings
- Eliminar-CMTSStepCaptureSystemImage
- Sair do CMTSStepCaptureUserState
- Sair do CMTSStepCaptureWindowsSettings
- Eliminar-CMTSStepConnectNetworkFolder
- Sair do CMTSStepDisableBitLocker
- Sair do CMTSStepDownloadPackageContent
- Sair do CMTSStepEnableBitLocker
- Remove-CMTSStepInstallApplication
- Remove-CMTSStepInstallSoftware
- Eliminar-CMTSStepInstallUpdate
- Remove-CMTSStepJoinDomainWorkgroup
- Sair do CMTSStepOfflineEnableBitLocker
- Remove-CMTSStepPartitionDisk
- Sair do CMTSStepPrepareConfigMgrClient
- Eliminar-CMTSStepPrepareWindows
- Eliminar-CMTSStepPrestartCheck
- Eliminar-CMTSStepReboot
- Eliminar-CMTSStepReleaseStateStore
- Sair do CMTSStepRequestStateStore
- Remove-CMTSStepRestoreUserState
- Eliminar-CMTSStepRunCommandLine
- Sair do CMTSStepRunPowerShellScript
- Sair do CMTSStepRunTaskSequence
- Sair do CMTSStepSetDynamicVariable
- Sair do CMTSStepSetupWindowsAndConfigMgr
- Sair do CMTSStepSetVariable
- Remove-CMTSStepUpgradeOperatingSystem
- Sair CMUserCollectionDirectMembershipRule
- Remove-CMUserCollectionExcludeMembershipRule
- Remove-CMUserCollectionIncludeMembershipRule
- Sair CMUserCollectionQueryMembershipRule
- Add CMAppv5XDeploymentType
- Add CMAppvDeploymentType
- Agregar CMAssetIntelligenceSynchronizationPoint
- Add CMBoundaryToGroup
- Add CMCertificateRegistrationPoint
- Add CMCIDectionMethod
- Agregar CMCloudManagementGatewayConnectionPoint
- Add-CMCollectionMembershipRule
- Add CMCollectionToAdministrativeUser
- Agregar CMCollectionToDistributionPointGroup
- Add-CMComplianceSettingActiveDirectoryQuery
- Agregar CMComplianceSettingAssembly
- Add-CMComplianceSettingDirectory
- Add-CMComplianceSettingFile
- Add CMComplianceSettingIisMetabase
- Add CMComplianceSettingRegistryKey
- Add CMComplianceSettingRegistryKeyValue
- Add-CMComplianceSettingRule
- Add CMComplianceSettingScript
- Agregar CMComplianceSettingSqlQuery
- Add CMComplianceSettingWqlQuery
- Agregar CMComplianceSettingXPathQuery
- Agregar CMDataWarehouseServicePoint
- Add CMDeploymentType
- Add CMDeploymentTypeDependency
- Add CMDeploymentTypeInstallBehavior
- Add CMDeploymentTypeReturnCode
- Add CMDeploymentTypeSupersedence
- Add CMDeviceAffinityToUser
- Add-CMDeviceCollectionDirectMembershipRule
- Add-CMDeviceCollectionQueryMembershipRule
- Add CMDistributionPoint
- Agregar CMDistributionPointToGroup
- Add CMDriverToDriverPackage
- Add-CMEndpointProtectionPoint
- Add CMEnrollmentPoint
- Add CMEnrollmentProxyPoint
- Agregar CMFallbackStatusPoint
- Add CMMacDeploymentType
- Agregar CMManagementPoint
- Add CMMobileMsiDeploymentType
- Add CMMsiDeploymentType
- Agregar CMMulticastServicePoint
- Agregar CMObjectSecurityScope
- Add-CMPassiveSite
- Agregar CMReportingServicePoint
- Add-CMScriptDeploymentType
- Add CMSecurityRoleToAdministrativeUser
- Add CMSecurityScopeToAdministrativeUser
- Add-CMServiceConnectionPoint
- Agregar CMSoftwareUpdatePoint
- Add CMSoftwareUpdateToGroup
- Add-CMStateMigrationPoint
- Add-CMTaskSequenceDeploymentType
- Add-CMTaskSequenceStep
- Add CMUserAffinityToDevice
- Add-CMUserCollectionDirectMembershipRule
- Add-CMUserCollectionQueryMembershipRule
- Add CMWebApplicationDeploymentType
- Add CMWindowsAppxDeploymentType
- Add CMWindowsPhoneDeploymentType
- Add CMWindowsPhoneStoreDeploymentType
- Add CMWindowsStoreDeploymentType
- Approve-CMApprovalRequest
- Approve-CMDevice
- Approve-CMScript
- Aprovar CMUserDeviceAffinityRequest
- Block-CMCertificate
- Bloque-CMConflictingRecord
- Bloque-CMDevice
- Clear-CMClientOperation
- Clear-CMComponentStatusMessageCount
- Clear-CMMigrationData
- Clear-CMOperatingSystemImageUpdateSchedule
- Clear-CMOperatingSystemUpgradeUpdateSchedule
- Clear-CMPXeDeployment
- Clear-CMSiteStatusMessageCount
- Convert-CMApplication
- Convert-CMDeploymentType
- Convertir-CMSchedule
- ConvertFrom-CMApplication
- ConvertFrom-CMConfigurationItem
- ConvertFrom-CMIResultObject
- ConvertTo-CMApplication
- ConvertTo-CMConfigurationItem
- ConvertTo-CMIResultObject
- Copiar-CMBlmSetting
- Copia-CMCollection
- Copia-CMConfigurationPolicy
- Copia-CMSecurityRole
- Copiar-CMTaskSequence
- Copia-CMWdacSetting
- Deny-CMApprovalRequest
- Denegar-CMScript
- Negar CMUserDeviceAffinityRequest
- Disable-CMAlert
- Disable CMBaseline
- Disable CMDriver
- Disable-CMProgram
- Disable CMSoftwareMeteringRule
- Deshabilitar CMSoftwareUpdateAutoDeploymentRule
- Disable CMStatusFilterRule
- Disable-CMTaskSequence
- Desconectar-CMTrackedObject
- activate-cmalert
- Enable-CMBaseline
- Activate CMDriver
- Activate CM program
- Habilitar CMSiteFeature
- Enable-CMSoftwareMeteringRule
- Habilitar-CMSoftwareUpdateAutoDeploymentRule
- Habilitar-CMStatusFilterRule
- Habilitar-CMTaskSequence
- Export-CMAntimalwarePolicy
- Exportar-CMApplication
- Export-CMBaseline
- Exportar-CMCollection
- Export-CMConfigurationItem
- Exportar-CMDriverPackage
- Exportar-CMPackage
- Export-CMQuery
- Exportar-CMSecurityRole
- Exportar-CMTaskSequence
- Get the CMAADA app
- Get CMAADTenant
- Get-CMAccessAccount
- Get CMAccessLicense
- Obter CMAccount
- Get-CMActiveDirectoryForest
- Get-CMActiveDirectorySite
- Get-CMAdministrativeUser
- Get-CMAlert
- Get-CMAlertSubscription
- Get-CMAntimalwarePolicy
- Obter CMApplication
- Obter CMApplicationDeployment
- Obter CMApplicationDeploymentStatus
- Get-CMApplicationGroup
- Obter CMApplicationGroupDeployment
- Obter CMApplicationPhasedDeployment
- Obter CMApplicationRevisionHistory
- Get-CMApprovalRequest
- Get-CMAppVVirtualEnvironment
- Get CMAssetIntelligenceCatalogItem
- Get-CMAssetIntelligenceProxy
- Obter CMAssetIntelligenceSynchronizationPoint
- Get CMAutoDeploymentRuleDeployment
- Get CMAzureService
- Get CMBaseline
- Get CMBaselineDeployment
- Obter CMBaselineDeploymentStatus
- Get-CMBaselineSummarizationSchedule
- Get-CMBaselineXMLDefinition
- Obter CMBlmSetting
- Obter CMBootImage
- Get CMBoundary
- Get CMBoundaryGroup
- Obter CMBoundaryGroupRelationship
- Get CMBoundaryGroupSiteSystem
- Get-CMCategory
- Get CMCertificate
- Get CMCertificateRegistrationPoint
- Get CMClientCertificatePfx
- Obter CMClientHealthSummary
- Get-CMClientOperation
- Get-CMClientPushInstallation
- Get-CMClientSetting
- Obter CMClientSettingDeployment
- Get-CMClientStatusSetting
- Get-CMClientStatusUpdateSchedule
- Get-CMCloudDistributionPoint
- Get-CMCloudManagementGateway
- Get-CMCloudManagementGatewayConnectionPoint
- Get-CMCollection
- Get-CMCollectionDependency
- Get-CMCollectionDependent
- Get evaluation status from CMCollection
- Get-CMCollectionInfoFromE EvaluationQueue
- Get-CMCollectionMember
- Get-CMCollectionMembershipE EvaluationComponent
- Get-CMCollectionMembershipRule
- Get-CMCollectionSetting
- Get-CMComplianceRule
- Get-CMComplianceSetting
- Get-CMComponentStatusMessage
- Get-CMComponentStatusSetting
- Get CMComputerAssociation
- Get CMConfigurationItem
- Obter CMConfigurationItemHistory
- Get-CMConfigurationItemXMLDefinition
- Get-CMConfigurationPlatform
- Obter CMConfigurationPolicy
- Obter CMConfigurationPolicyDeployment
- Get-CMConflictingRecord
- Get-CMConnectionManager
- Obter CMDatabaseProperty
- Get-CMDatabaseReplicationLinkProperty
- Get-CMDatabaseReplicationStatus
- Obter CMDataWarehouseServicePoint
- Get-CMDefaultBoundaryGroup
- Get CMDeployment
- Obter CMDeploymentPackage
- Obtener CMDeploymentStatusDetails
- Get-CMDeploymentType
- Get-CMDeploymentTypeDependency
- Get-CMDeploymentTypeDependencyGroup
- Get-CMDeploymentTypeDetectionClause
- Get-CMDeploymentTypeInstallBehavior
- Get-CMDeploymentTypeRequirement
- Obter CMDeploymentTypeReturnCode
- Get-CMDeploymentTypeSupersedence
- Obter CMDetectedMalware
- Get CMDevice
- Get-CMDeviceCategory
- Get-CMDeviceCollectionVariable
- Obter CMDeviceVariable
- Get CMDiscoveryMethod
- Obter CMDistributionPoint
- Obter CMDistributionPointDriveInfo
- Get-CMDistributionPointGroup
- Obter CMDistributionPointInfo
- Get CM distribution status
- Get CMDriver
- Get the CMDriverPackage
- Get-CMDuplicateHardwareIdGuid
- Get-CMDuplicateHardwareIdMacAddress
- Get-CMEmailNotificationComponent
- Get-CMEndpointProtectionPoint
- Get-CMEndpointProtectionSummarizationSchedule
- Get CMEnrollmentPoint
- Get CMEnrollmentProxyPoint
- Get-CMExchangeServer
- Obter CMFallbackStatusPoint
- Get-CMFileReplicationRoute
- Obter CMFolder
- Get-CMGlobalCondition
- Get-CMHardwareRequirement
- Get-CMHierarchySetting
- Get-CMInitialModificávelSecuredCategory
- Obter CMInventoryClass
- Get-CMIPSubnet
- Obtener CMMaintenanceWindow
- Get-CMMalwareThreatCategory
- Obter CMManagementPoint
- Obter CMManagementPointComponent
- Get-CMMigrationCollection
- Get-CMMigrationEntity
- Get-CMMigrationEntityDependency
- Get-CMMigrationJob
- Get-CMMigrationSource
- Obter CMMulticastServicePoint
- Get CMNotification
- Get-CMObjectLockDetails
- Obter CMObjectSecurityScope
- Get-CMOoperatingSystemImage
- Get-CMOperatingSystemImageUpdateSchedule
- Get-CMOoperatingSystemInstaller
- Get-CMOperatingSystemUpgradeUpdateSchedule
- Get-CMOrchestrationGroup
- Obter CMPackage
- Obter CMPackageDeployment
- Obter CMPackageDeploymentStatus
- Get-CMPersistentUserSettingsGroup
- Get-CMFase
- Obter CMFasedDeploymentStatus
- Get-CMPowerManagementSchema
- Get-CMProgram
- Get CMQuery
- Get CMQueryResultMaximum
- Obter CMReportingServicePoint
- Get CMResource
- Get-CMResultantCollection
- Get-CMResultantDeployment
- Get-CMResultantSettings
- Get CMScript
- Obter CMSecurityRole
- Obter CMSecurityRolePermission
- Obter CMSecurityScope
- Obtener CMServiceConnectionPoint
- Obter CMSettingDeployment
- Get-CMSite
- Get-CMSiteComponent
- Get-CMSiteDefinition
- Get the CMSiteFeature
- Obter CMSiteInstallStatus
- Get-CMSiteMaintenanceTask
- Get CMSiteRole
- Get-CMSiteStatusMessage
- Get-CMSiteSummaryTask
- Get-CMSiteSystemServer
- Get CMSiteUpdate
- Obter CMSiteUpdateHistory
- Obter CMSiteUpdateInstallStatus
- Get-CMSoftwareDistributionComponent
- Obter CMSoftwareInventory
- Get-CMSoftwareMeteringRule
- Get-CMSoftwareMeteringSetting
- Obter CMSoftwareUpdate
- Get-CMSoftwareUpdateAutoDeploymentRule
- Get-CMSoftwareUpdateBasedClientInstallation
- Get-CMSoftwareUpdateCategory
- Obter CMSoftwareUpdateContentInfo
- Obter CMSoftwareUpdateDeployment
- Get-CMSoftwareUpdateDeploymentPackage
- Obter CMSoftwareUpdateDeploymentStatus
- Get-CMSoftwareUpdateGroup
- Get CMSoftwareUpdateLicense
- Obter CMSoftwareUpdatePhasedDeployment
- Obter CMSoftwareUpdatePoint
- Obter CMSoftwareUpdatePointComponent
- Get-CMSoftwareUpdateSummarizationSchedule
- Obter CMSoftwareUpdateSyncStatus
- Get-CMStateMigrationPoint
- Get-CMStatusFilterRule
- Get-CMStatusMessageQuery
- Get-CMStatusReportingComponent
- Obter CMStatusSummary
- Get-CMSupportedPlatform
- Get-CMTaskSequence
- Get-CMTaskSequenceDeployment
- Get-CMTaskSequenceGroup
- Get-CMTaskSequencePhasedDeployment
- Get-CMTaskSequenceStep
- Get-CMTaskSequenceStepCondition
- Get-CMThirdPartyUpdateCatalog
- Get-CMThirdPartyUpdateCategory
- Get-CMTrackedObject
- Get CMTrustedRootCertificate
- Get-CMTSStepConditionFile
- Get-CMTSStepConditionFolder
- Get-CMTSStepConditionIfStatement
- Get-CMTSStepConditionOperatingSystem
- Get-CMTSStepConditionQueryWmi
- Obter CMTSStepConditionRegistry
- Get-CMTSStepConditionSoftware
- Get-CMTSStepConditionVariable
- Get-CMUpdateGroupDeployment
- Get-CMUser
- Obter CMUserDeviceAffinity
- Get-CMUserDeviceAffinityRequest
- Obter CMWdacSetting
- Get-CMWinPEOptionalComponentInfo
- Import-CMAADClientApplication
- Import-CMAADServerApplication
- Import-CMAntimalwarePolicy
- Import-CMApplication
- Import-CMBaseline
- Import-CMCertificate
- Import-CMClientCertificatePfx
- Import-CMCollection
- Import-CMComputerInformation
- Import-CMConfigurationItem
- Import CMDriver
- Import CMDriverPackage
- import-CMPackage
- Import-CMQuery
- Import-CMSecurityRole
- Import-CMSoftwareLicense
- Importar-CMTaskSequence
- Importar CMUserDeviceAffinity
- Import-CMWirelessProfileConfigurationItem
- Instalar-CMClientName
- Instalar-CMSiteUpdate
- Invocar-CMAnalyzePackage
- Chamar-CMBaselineSumarization
- Invoke-CMClientAction
- Invoke-CMClientOperationSumarization
- Invocar-CMCollectionUpdate
- Invoke-CMContentRedistribution
- Invocar CMContentValidation
- Chamar CMConvertPackage
- Invoke-CMDeploymentSumarization
- Call CMDeviceRetire
- Invocar CMDeviceWipe
- Invoke-CMEndpointProtectionScan
- Invoke-CMEndpointProtectionSumarization
- Invocar CMForestDiscovery
- Invoke-CMGroupDiscovery
- Chamar-CMOrchestrationGroup
- Invoke-CMPromotePreProductionClient
- Invoke-CMQuery
- Call-CMRemoteControl
- Call-CMReport
- Invocar-CMScriptName
- Invoke-CMSecondarySiteUpgrade
- Invoke-CMSitePromotePreproductionClient
- Invocar-CMSiteUpdateCheck
- Invocar-CMSiteUpdateDownload
- Invoke-CMSiteUpdatePrerequisiteCheck
- Invoke-CMSoftwareUpdateAutoDeploymentRule
- Invoke-CMSoftwareUpdateSumarization
- Invoke CMSystemDiscovery
- Invocar CMUserDiscovery
- Invocar-CMWmiMethod
- Invoke CMWmiQuery
- Bloquear-CMObject
- Merge-CMAntimalwarePolicy
- mesclar-CMConflictingRecord
- Move-CMContentLibrary
- Mover-CMObject
- Mover-CMFasedDeploymentToNext
- Nova-CMAccessAccount
- new CM account
- New-CMActiveDirectoryForest
- Novo CMADGroupDiscoveryScope
- New-CMAdministrativeUser
- New-CMAdministrativeUserPermission
- New-CMAdvancedThreatProtectionPolicy
- New-CMAlertSubscription
- New-CMAntimalwarePolicy
- New-CMAntimalwarePolicyDeployment
- New-CMApplication
- New-CMApplicationAutoPhasedDeployment
- New-CMApplicationDeployment
- New-CMApplicationDisplayInfo
- New-CMApplicationGroup
- New-CMApplicationGroupDeployment
- New CMAppV virtual environment
- New-CMAssetIntelligenceCatalogItem
- New-CMAutoDeploymentRuleDeployment
- Nova CMBaseline
- New-CMBaselineDeployment
- New CMBLE encryption method policy
- New CMBLE encryption method with Xts
- New CMBlm configuration
- Novo CMBMSClientConfigureCheckIntervalPolicy
- Nova CMBMSFDVEncryptionPolicy
- New-CMBMSOSDEncryptionPolicy
- New-CMBMSUserExemptionPolicy
- New-CMBootableMedia
- New-CMBootImage
- New-CMBoundary
- New CMBoundaryGroup
- New-CMBoundaryGroupRelationship
- New-CMCaptureMedia
- Nova-CMCategory
- Nuevo CMCertificateProfilePfx
- New-CMCertificateProfileScep
- New-CMCertificateProfileTrustedRootCA
- Nuevo CMClientCertificateProfileConfigurationItem
- New-CMClientSetting
- New-CMClientSettingDeployment
- Nuevo CMCloudDistributionPoint
- Nuevo CMCloudManagementAzureService
- Nuevo CMCloudManagementGateway
- New-CMCollection
- Nova CMCoManagementPolicy
- New-CMComplianceRuleAssembly
- New-CMComplianceRuleExistencial
- New-CMComplianceRuleFileFolderAttribute
- New-CMComplianceRuleFileFolderDate
- New-CMComplianceRuleFileFolderPermission
- Nova CMComplianceRuleFileFolderSimples
- New-CMComplianceRuleFileFolderSize
- New-CMComplianceRuleRegistryKeyPermission
- New-CMComplianceRuleValue
- New-CMComplianceRuleVersion
- New-CMComputerAssociation
- Nuevo CMConfigurationItem
- New-CMConfigurationPolicyDeployment
- New-CMDeploymentTypeDependencyGroup
- New-CMDetectionClauseDirectory
- New CM detection clause file
- New-CMDetectionClauseMacBundle
- New-CMDetectionClauseMacPackage
- Nova CMDetectionClauseRegistryKey
- New-CMDetectionClauseRegistryKeyValue
- New-CMDetectionClauseWindowsInstaller
- New-CMDeviceCategory
- New-CMDeviceCollectionVariable
- Nova CMDeviceVariable
- New-CMDistributionPointGroup
- Nuevo CMDriverPackage
- Novo CMDuplicateHardwareIdGuid
- Nuevo-CMDuplicateHardwareIdMacAddress
- Novo-CMEmailProfile
- New-CMEmbeddedObjectInstance
- New-CMEmbeddedProperty
- New-CMEmbeddedPropertyList
- Nuevo-CMEnhancedPIN
- Nuevo-CMExchangeClientAccessServer
- New-CMExchangeConnectorAccessRule
- Nuevo CMExchangeConnectorApplicationSetting
- Nuevo CMExchangeConnectorEmailManagementSetting
- New General Configuration of CMExchangeConnector
- New CMExchangeConnector password setting
- Nuevo CMExchangeConnectorSecuritySetting
- Novo-CMExchangeServer
- Nuevo-CMFDVDenyWriteAccessPolicy
- New-CMFDVPrassPhrasePolicy
- New-CMFileReplicationRoute
- New-CMFileSystemAccessControlEntry
- New-CMFolder
- New-CMGlobalCondition
- New-CMGlobalConditionActiveDirectoryQuery
- New-CMGlobalConditionAssembly
- New-CMGlobalConditionExpression
- New-CMGlobalConditionFile
- New-CMGlobalConditionIisMetabase
- New-CMGlobalConditionOmaUri
- New-CMGlobalConditionRegistryKey
- New-CMGlobalConditionRegistryValue
- New-CMGlobalConditionScript
- New-CMGlobalConditionSqlQuery
- New-CMGlobalConditionWqlQuery
- New-CMGlobalConditionXPathQuery
- New-CMHardwareRequirement
- New-CMInstallationSourceFile
- New-CMInventoryReportClass
- New-CMMaintenanceWindow
- New-CMMicrosoftEdgeBrowserProfiles
- New-CMMigrationJob
- New-CMMoreInfoUrlPolicy
- New-CMNoOverwritePolicy
- New CMOneDrive business profile
- New-CMOoperatingSystemImage
- Nueva CMOperatingSystemImageUpdateSchedule
- New-CMOoperatingSystemInstaller
- Novo CMOoperatingSystemUpgradeUpdateSchedule
- New-CMOrchestrationGroup
- New-CMOSPassphrase
- new CM package
- New-CMPackageDeployment
- Novo CMPowerManagementCustomPlan
- New-CMPrebootRecoveryInfo
- New-CMPresageMedia
- New CM program
- New CMQuery
- Nuevo CMRDVConfigurarBDEPolicy
- Nueva CMRDVDenyWriteAccessPolicy
- New-CMRDVPassPhrasePolicy
- Novo CMRegistryAccessControlEntry
- Novo CMRemoteConnectionProfileConfigurationItem
- New-CMRequirementRuleActiveDirectorySiteValue
- New-CMRequirementRuleBooleanValue
- Novo-CMRequirementRuleCMSiteValue
- Novo-CMRequirementRuleCommonValue
- New-CMRequirementRuleDeviceOwnershipValue
- New-CMRequirementRuleExistencial
- New-CMRequirementRuleExpression
- Novo CMRequirementRuleFileAttributeValue
- New-CMRequirementRuleFilePermissionValue
- New-CMRequirementRuleFreeDiskSpaceValue
- Novo-CMRequirementRuleInputTypeValue
- New-CMRequirementRuleOperatingSystemLanguageValue
- Novo-CMRequirementRuleOperatingSystemValue
- Novo-CMRequirementRuleOUValue
- New-CMRequirementRuleRegistryKeyPermissionValue
- Novo CMRequirementRuleScreenResolutionValue
- Novo CMRootCertificateProfileConfigurationItem
- New-CMScCompliancePolicy
- New CMSagenda
- New-CMScript
- New-CMSecondarySite
- Novo CMSecurityScope
- New-CMSettingDeployment
- Novo-CMSiteSystemServer
- New CMSoftwareCenterTabItem
- New-CMSoftwareMeteringRule
- New-CMSoftwareUpdateAutoDeploymentRule
- New-CMSoftwareUpdateAutoPhasedDeployment
- New-CMSoftwareUpdateDeployment
- Nuevo CMSoftwareUpdateDeploymentPackage
- Novo CMSoftwareUpdateGroup
- New-CMSoftwareUpdateManualPhasedDeployment
- New-CMSoftwareUpdatePhase
- New-CMSqlServerSetting
- New-CMStandaloneMedia
- New-CMStatusFilterRule
- Nuevo CMStatusMessageQuery
- New-CMStorageFolder
- New-CMTaskSequence
- New-CMTaskSequenceAutoPhasedDeployment
- New-CMTaskSequenceDeployment
- Novo-CMTaskSequenceGroup
- New-CMTaskSequenceManualPhasedDeployment
- New-CMTaskSequenceMedia
- New-CMTaskSequencePhase
- New-CMThirdPartyUpdateCatalog
- New-CMTpmAutoResealPolicy
- New CMTS Network Adapter Configuration
- New-CMTSPartitionSetting
- New-CMTSRule
- Nuevo-CMTSStepApplyDataImage
- Nuevo-CMTSStepApplyDriverPackage
- New-CMTSStepApplyNetworkSetting
- New-CMTSStepApplyOperatingSystem
- New-CMTSStepApplyWindowsSetting
- Nuevo-CMTSStepAutoApplyDriver
- New-CMTSStepCaptureNetworkSettings
- New-CMTSStepCaptureSystemImage
- New-CMTSStepCaptureUserState
- Nuevo-CMTSStepCaptureWindowsSettings
- New-CMTSStepConditionFile
- New-CMTSStepConditionFolder
- New-CMTSStepConditionIfStatement
- New-CMTSStepConditionOperatingSystem
- New-CMTSStepConditionOperatingSystemLanguage
- Nuevo-CMTSStepConditionQueryWmi
- New-CMTSStepConditionRegistry
- Nuevo-CMTSStepConditionSoftware
- New-CMTSStepConditionVariable
- New-CMTSStepConnectNetworkFolder
- Nuevo-CMTSStepDisableBitLocker
- Nuevo-CMTSStepDownloadPackageContent
- Novo CMTSStepEnableBitLocker
- New-CMTSStepInstallApplication
- Nuevo-CMTSStepInstallSoftware
- New-CMTSStepInstallUpdate
- New-CMTSStepJoinDomainWorkgroup
- Nuevo-CMTSStepOfflineEnableBitLocker
- Novo-CMTSStepPartitionDisk
- New-CMTSStepPrepareConfigMgrClient
- New-CMTSStepPrepareWindows
- New-CMTSStepPrestartCheck
- New-CMTSStepReboot
- New-CMTSStepReleaseStateStore
- New-CMTSStepRequestStateStore
- New-CMTSStepRestoreUserState
- New-CMTSStepRunCommandLine
- New-CMTSStepRunPowerShellScript
- New-CMTSStepRunTaskSequence
- Nuevo CMTSStepSetDynamicVariable
- New-CMTSStepSetupWindowsAndConfigMgr
- New-CMTSStepSetVariable
- New-CMTSStepUpgradeOperatingSystem
- New-CMUidPolicy
- Nova CMUseFddEnforcePolicy
- New-CMUseOsEnforcePolicy
- New-CMUserDataAndProfileConfigurationItem
- Nuevo CMVirtualEnvironmentGroup
- New-CMVpnProfileConfigurationItem
- Nuevo CMWdacSetting
- New update of CM Windows 10 Edition
- New-CMWindowsFirewallPolicy
- New-CMWirelessProfile
- New-CMWirelessProfileConfigurationItem
- Out-CMSignedWindowsMobileCab
- Publish-CMPresageContent
- Publicar CMPrestageContentTaskSequence
- Publish-CMThirdPartySoftwareUpdateContent
- Remove-CMAccessAccount
- Eliminar-CMAccount
- Sair do CMActiveDirectoryForest
- Remove-CMAdministrativeUser
- Remover CMAlert
- Remove-CMAlertSubscription
- Remove-CMAntimalwarePolicy
- Quitar CMApplication
- Remove-CMApplicationDeployment
- Quitar CMApplicationGroup
- Remove-CMApplicationGroupDeployment
- Sair do CMApplicationPhasedDeployment
- Remove-CMApplicationRevisionHistory
- Remover CMAppVVirtualEnvironment
- Remover CMAssetIntelligenceCatalogItem
- Sair do CMAssetIntelligenceSynchronizationPoint
- Remover CMAutoDeploymentRuleDeployment
- Remover CMAzureService
- Remover CMBaseline
- Remover CMBaselineDeployment
- Sair do CMBlmSetting
- Remover CMBootImage
- Remover CMBoundary
- Remover CMBoundaryFromGroup
- Quitar CMBoundaryGroup
- Quitar CMBoundaryGroupRelationship
- Quitar CMCategory
- Quitar CMCertificateRegistrationPoint
- Remover CMClientCertificatePfx
- Remover CMClientOperation
- Sair do CMClientSetting
- Sair do CMClientSettingDeployment
- Sair do CMCloudDistributionPoint
- Exit CMCloudManagementGateway
- Sair do CMCloudManagementGatewayConnectionPoint
- Sair CMCollection
- Sair CMCollectionFromAdministrativeUser
- Sair do CMCollectionFromDistributionPointGroup
- Sair CMCollectionMembershipRule
- Remover CMComplianceRule
- Sair do CMComplianceSetting
- Remover CMComputerAssociation
- Exit CMConfigurationItem
- Quitar CMConfigurationPolicy
- Sair do CMConfigurationPolicyDeployment
- Remove-CMContentDistribution
- Sair do CMDataWarehouseServicePoint
- Exit CMDeployment
- Remover CMDeploymentType
- Remover CMDeploymentTypeDependency
- Sair do CMDeploymentTypeDependencyGroup
- Remover CMDeploymentTypeInstallBehavior
- Remover CMDeploymentTypeReturnCode
- Sair CMDeploymentTypeSupersedence
- Remover CMDevice
- Sair do CMDeviceAffinityFromUser
- Sair CMDeviceCategory
- Sair CMDeviceCollectionVariable
- Remover CMDeviceVariable
- Quitar CMDistributionPoint
- Sair CMDistributionPointFromGroup
- Sair do CMDistributionPointGroup
- remover cmdriver
- Sair CMDriverFromDriverPackage
- Remover CMDriverPackage
- Sair CMDuplicateHardwareIdGuid
- Sair CMDuplicateHardwareIdMacAddress
- Remove-CMEndpointProtectionPoint
- Exit CMEnrollmentPoint
- Exit CMEnrollmentProxyPoint
- Remover CMExchangeServer
- Sair do CMFallbackStatusPoint
- Remove-CMFileReplicationRoute
- Remover CMFolder
- Remove-CMGlobalCondition
- Remove-CMHardwareRequirement
- Sair do CMMaintenanceWindow
- Sair do CMManagementPoint
- Sair do CMMulticastServicePoint
- Sair do CMObjectSecurityScope
- Remove-CMOperatingSystemImage
- Remover CMoperatingSystemInstaller
- Quitar CMOrchestrationGroup
- Quitar CMPackage
- Sair do CMPackageDeployment
- Sair CMPersistentUserSettingsGroup
- Delete-CMProgram
- remover cmquery
- Sair do CMReportingServicePoint
- Exit CMResource
- Remover CMScript
- Remover CMSecondarySite
- Quitar CMSecurityRole
- Remove-CMSecurityRoleFromAdministrativeUser
- Remover CMSecurityScope
- Remover CMSecurityScopeFromAdministrativeUser
- Sair do CMServiceConnectionPoint
- Sair do CMSettingDeployment
- Remover CMSiteRole
- Eliminar-CMSiteSystemServer
- Remover CMSoftwareMeteringRule
- Sair CMSoftwareUpdateAutoDeploymentRule
- Remove-CMSoftwareUpdateDeployment
- Sair CMSoftwareUpdateDeploymentPackage
- Sair CMSoftwareUpdateFromGroup
- Sair CMSoftwareUpdateFromPackage
- Remover CMSoftwareUpdateGroup
- Sair do CMSoftwareUpdatePhasedDeployment
- Sair do CMSoftwareUpdatePoint
- Sair do CMStateMigrationPoint
- Remover CMStatusFilterRule
- Exit CMStatusMessageQuery
- Eliminar-CMTaskSequence
- Remove-CMTaskSequenceDeployment
- Sair do CMTaskSequenceGroup
- Remove-CMTaskSequencePhasedDeployment
- Sair do CMTaskSequenceStep
- Remove-CMThirdPartyUpdateCatalog
- Remove-CMUpdateGroupDeployment
- Remover CMUser
- Remover CMUserAffinityFromDevice
- Sair do CMWdacSetting
- Remove-CMWindows10EditionUpgrade
- renomear-CMCategory
- Resolver CMInventorySoftwareConflict
- Restaurar-CMApplicationRevisionHistory
- Resume-CMApplication
- Resume-CMFasedDeployment
- Guardar-CMDatabaseReplicationDiagnostic
- Guardar-CMEndpointProtectionDefinition
- Guardar-CMSoftwareUpdate
- Send-CMAssetIntelligenceCatalogUpdateRequest
- Set-CMAccessAccount
- Set-CMAccount
- Conjunto-CMActiveDirectoryForest
- Definir CMAdvancedThreatProtectionPolicy
- Set-CMAlert
- Set-CMAlertSubscription
- Definir CMAntimalwarePolicy
- set-cmapplication
- Set-CMApplicationDeployment
- Set-CMApplicationGroup
- Set-CMApplicationGroupDeployment
- Establecer CMApplicationPhasedDeployment
- Conjunto-CMApplicationSupersedence
- Set-CMAppv5XDeploymentType
- Set-CMAppvDeploymentType
- Set-CMAppVVirtualEnvironment
- Set-CMAssetIntelligenceCatalogItem
- Set-CMAssetIntelligenceClass
- Establish CMAssetIntelligenceSynchronizationPoint
- Set-CMAssignedSite
- Set-CMAutoDeploymentRuleDeployment
- Set-CMBaseline
- Set-CMBaselineDeployment
- Set-CMBaselineSummarizationSchedule
- Definir CMBlmPlaintextStorage
- Set-CMBlm Configuration
- Set-CMBootImage
- Set-CMBoundary
- Definir CMBoundaryGroup
- Establecer-CMBoundaryGroupRelationship
- Definir CMCertificateProfilePfx
- Set CMCertificateProfileScep
- Define CMCertificateProfileTrustedRootCA
- Definir CMCertificateRegistrationPoint
- Set-CMCISupportedPlatform
- Set CCMClientCertificateProfileConfigurationItem
- Definir CMClientPushInstallation
- Set-CMClientSetting
- Set-CMClientSettingBackgroundIntelligentTransfer
- Set-CMClientSettingClientCache
- Set-CMClientSettingClientPolicy
- Definir CMClientSettingCloudService
- Set-CMClientSettingComplianceSetting
- Set-CMClientSettingComputerAgent
- Set-CMClientSettingComputerRestart
- Set-CMClientSettingDeliveryOptimization
- Establecer CMClientSettingEndpointProtection
- Set-CMClientSettingEnrollment
- Set-CMClientSettingGeneral
- Set-CMClientSettingHardwareInventory
- Set-CMClientSettingMeteredInternetConnection
- Set-CMClientSettingPowerManagement
- Set-CMClientSettingRemoteTool
- Set-CMClientSettingSoftwareCenter
- Set-CMClientSettingSoftwareDeployment
- Set-CMClientSettingSoftwareInventory
- Set-CMClientSettingSoftwareMetering
- Set-CMClientSettingSoftwareUpdate
- Set-CMClientSettingStateMessaging
- Set-CMClientSettingUserAndDeviceAffinity
- Definir CMClientSettingWindowsAnalytics
- Set-CMClientStatusSetting
- Definir CMClientStatusUpdateSchedule
- Definir CMCloudDistributionPoint
- Set-CMCloudManagementAzureService
- Set-CMCloudManagementGateway
- Establecer CMCloudManagementGatewayConnectionPoint
- Set-CMCollection
- Conjunto-CMCollectionCloudSync
- Conjunto-CMCollectionMembershipE EvaluationComponent
- Set-CMCollectionPowerManagement
- Assembly-CMComplianceRuleAssembly
- Set-CMComplianceRuleExistencial
- Definir CMComplianceRuleFileFolderAttribute
- Set-CMComplianceRuleFileFolderDate
- Set-CMComplianceRuleFileFolderPermission
- Define CMComplianceRuleFileFolderSimples
- Definir CMComplianceRuleFileFolderSize
- Set-CMComplianceRuleRegistryKeyPermission
- Define CMComplianceRuleValue
- Set-CMComplianceRuleVersion
- Set-CMComplianceSettingActiveDirectoryQuery
- Conjunto-CMComplianceSettingAssembly
- Set-CMComplianceSettingDirectory
- Set-CMComplianceSettingFile
- Set-CMComplianceSettingIisMetabase
- Definir CMComplianceSettingRegistryKey
- Set-CMComplianceSettingRegistryKeyValue
- Set-CMComplianceSettingScript
- Definir CMComplianceSettingSqlQuery
- Definir CMComplianceSettingWqlQuery
- Set-CMComplianceSettingXPathQuery
- Set-CMComplianceSupportedPlatform
- Set-CMComputerAssociation
- Set-CMConfigurationItem
- Definir CMConfigurationPolicyDeployment
- Definir CMDatabaseProperty
- Establecer CMDatabaseReplicationLinkProperty
- Establecer-CMDataWarehouseServicePoint
- set-CMDeploymentType
- Set-CMDeploymentTypeDependency
- Set-CMDeploymentTypeDependencyGroup
- Set-CMDeploymentTypeInstallBehavior
- Set-CMDeploymentTypeReturnCode
- Set-CMDeploymentTypeSupersedence
- Definir CMDeviceCategory
- Definir CMDeviceCollectionVariable
- Establecer CMDeviceOwnership
- set-CMDeviceVariable
- Definir CMDiscoveryMethod
- Definir CMDistributionPoint
- Conjunto-CMDistributionPointGroup
- set-cmdriver
- Set-CMDriverBootImage
- Set-CMDriverPackage
- Set-CMEmailNotificationComponent
- Set-CMEmailProfile
- Establecer-CMEndpointProtectionPoint
- Set-CMEndpointProtectionSummarizationSchedule
- Definir CMEnrollmentPoint
- Set-CMExchangeServer
- Establecer-CMFallbackStatusPoint
- Establecer-CMFileReplicationRoute
- set-cmfolder
- set-CMGlobalCondition
- Set-CMGlobalConditionActiveDirectoryQuery
- Assembly-CMGlobalConditionAssembly
- Set-CMGlobalConditionFile
- Set-CMGlobalConditionGeneral
- Set-CMGlobalConditionIisMetabase
- Set-CMGlobalConditionOmaUri
- Set-CMGlobalConditionRegistryKey
- Set-CMGlobalConditionRegistryValue
- set-CMGlobalConditionScript
- Set-CMGlobalConditionSqlQuery
- Conjunto-CMGlobalConditionWqlQuery
- Set-CMGlobalConditionXPathQuery
- Set-CMHardwareRequirement
- Set-CMHierarchySetting
- Set-CMMacDeploymentType
- Establecer-CMMaintenanceWindow
- Definir CMManagementPoint
- Conjunto-CMManagementPointComponent
- Set-CMMicrosoftEdgeBrowserProfiles
- Definir CMMigrationExclusionList
- Set-CMMigrationJob
- Establecer-CMMigrationSource
- Set-CMMobileMsiDeploymentType
- Definir CMMsiDeploymentType
- Set-CMMulticastServicePoint
- Set-CMNotification
- Definir CMObjectSecurityScope
- Set-CMOneDriveBusinessProfile
- Definir CMOoperatingSystemImage
- Definir CMoperatingSystemInstaller
- Conjunto-CMOrchestrationGroup
- Set-CMPackage
- Set-CMPackageDeployment
- Set-CMProgram
- set-cmquery
- set-CMQueryResultMaximum
- Establish CMRemoteConnectionProfileConfigurationItem
- Definir CMReportingServicePoint
- set-cmscript
- Set-CMScriptDeploymentType
- Definir CMSecurityRole
- Set-CMSecurityRolePermission
- Definir CMSecurityScope
- Establecer CMServiceConnectionPoint
- Set-CMSettingDefinition
- Set-CMSettingDeployment
- Set-CMSite
- Definir CMSiteMaintenanceTask
- Set-CMSiteSummaryTask
- Set-CMSiteSystemServer
- Set-CMSoftwareDistributionComponent
- Set-CMSoftwareInventory
- Define CMSoftwareMeteringRule
- Set-CMSoftwareMeteringSetting
- Set-CMSoftwareUpdate
- Set-CMSoftwareUpdateAutoDeploymentRule
- Set-CMSoftwareUpdateBasedClientInstallation
- Set-CMSoftwareUpdateDeployment
- Establecer-CMSoftwareUpdateDeploymentPackage
- Set-CMSoftwareUpdateGroup
- Definir CMSoftwareUpdatePhase
- Establecer-CMSoftwareUpdatePhasedDeployment
- Establecer-CMSoftwareUpdatePoint
- Establecer-CMSoftwareUpdatePointComponent
- Establecer-CMSoftwareUpdateSummarizationSchedule
- Establecer-CMStateMigrationPoint
- Set-CMStatusFilterRule
- Definir CMStatusMessageQuery
- Set-CMStatusReportingComponent
- Set-CMStatusSummarizer
- Establecer-CMTaskSequence
- Set-CMTaskSequenceDeployment
- Set-CMTaskSequenceDeploymentType
- Establecer-CMTaskSequenceGroup
- Establecer-CMTaskSequencePhase
- Establecer-CMTaskSequencePhasedDeployment
- Set-CMThirdPartyUpdateCatalog
- Set-CMThirdPartyUpdateCategory
- Establecer-CMTSStepApplyDataImage
- Conjunto-CMTSStepApplyDriverPackage
- Establecer-CMTSStepApplyNetworkSetting
- Establecer-CMTSStepApplyOperatingSystem
- Establecer-CMTSStepApplyWindowsSetting
- Set-CMTSStepAutoApplyDriver
- Establecer-CMTSStepCaptureNetworkSettings
- Establecer-CMTSStepCaptureSystemImage
- Establecer-CMTSStepCaptureUserState
- Establecer-CMTSStepCaptureWindowsSettings
- Establecer-CMTSStepConnectNetworkFolder
- Establecer-CMTSStepDisableBitLocker
- Establecer-CMTSStepDownloadPackageContent
- Set-CMTSStepEnableBitLocker
- Establecer-CMTSStepInstallApplication
- Set-CMTSStepInstallSoftware
- Set-CMTSStepInstallUpdate
- Establecer-CMTSStepJoinDomainWorkgroup
- Establecer-CMTSStepOfflineEnableBitLocker
- Set-CMTSStepPartitionDisk
- Set-CMTSStepPrepareConfigMgrClient
- Set-CMTSStepPrepareWindows
- Set-CMTSStepPrestartCheck
- Establecer-CMTSStepReboot
- Set-CMTSStepReleaseStateStore
- Establecer-CMTSStepRequestStateStore
- Establecer-CMTSStepRestoreUserState
- Establecer-CMTSStepRunCommandLine
- Establecer-CMTSStepRunPowerShellScript
- Establecer-CMTSStepRunTaskSequence
- Conjunto-CMTSStepSetDynamicVariable
- Establecer-CMTSStepSetupWindowsAndConfigMgr
- Conjunto-CMTSStepSetVariable
- Set-CMTSStepUpgradeOperatingSystem
- Set-CMUpdateGroupDeployment
- Set-CMUserDataAndProfileConfigurationItem
- Set-CMVpnProfileConfigurationItem
- Set-CMWdacSetting
- Set-CMWebApplicationDeploymentType
- Set-CMWindows10EditionUpgrade
- Set-CMWindowsAppxDeploymentType
- Set-CMWindowsFirewallPolicy
- Set-CMWindowsPhoneDeploymentType
- Set-CMWindowsPhoneStoreDeploymentType
- Set-CMWindowsStoreDeploymentType
- Set-CMWirelessProfile
- Set-CMWirelessProfileConfigurationItem
- Home-CMAntimalwarePolicyDeployment
- Start-CMApplicationDeployment
- Start-CMApplicationDeploymentSimulation
- Home-CMBaselineDeployment
- Start-CMClientSettingDeployment
- Inicio-CMCloudDistributionPoint
- Home-CMCloudManagementGateway
- Inicio-CMConfigurationPolicyDeployment
- Home-CMContentDistribution
- Start-CMDistributionPointUpgrade
- Inicio-CMObjectTracking
- Home-CMPackageDeployment
- Home-CMSoftwareUpdateDeployment
- Inicio-CMTaskSequenceDeployment
- Stop-CMCloudDistributionPoint
- Stop-CMCloudManagementGateway
- Stop-CMMigrationSource
- Stop-CMObjectTracking
- Suspend-CMAlert
- Suspender-CMApplication
- Suspender-CMFasedDeployment
- Sync-CMAssetIntelligenceCatalog
- Sync-CMCloudManagementGateway
- Sync-CMExchangeServer
- Sync-CMMigrationSource
- Sync-CMSoftwareUpdate
- Unlock-CMCertificate
- Desbloquear CMDetectedMalware
- Unlock-CMDevice
- Undo-CMSoftwareInventory
- Unlock-CMObject
- Update-CMApplicationStatistic
- Update-CMCertificate
- Update-CMClientStatus
- 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.