powershell 安装配置管理器客户端。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 安装配置管理器客户端。相关的知识,希望对你有一定的参考价值。

<#
.SYNOPSIS
    Installs the configuration manager client.
.DESCRIPTION
    Installs the configuration manager client using the script location as source.
.EXAMPLE
    Powershell.exe -File Install-CMClient.ps1 -ExecutionPolicy 'Bypass' -WindowStyle 'Hidden'
.INPUTS
    None.
.OUTPUTS
    None.
.NOTES
    Created by Ioan Popovici
    Does not work if site details are not published in AD.
    Does not work for workgroup computers.
    Should work with PowerShell 2.0.
.LINK
    https://SCCM.Zone/Test-CMClientVersion
.LINK
    https://SCCM.Zone/Test-CMClientVersion-GIT
.LINK
    https://SCCM.Zone/Issues
.COMPONENT
    Configuration Manager
.FUNCTIONALITY
    Configuration Manager Client Installation
#>

##*=============================================
##* VARIABLE DECLARATION
##*=============================================
#region VariableDeclaration

## Get script path
[string]$ScriptPath = [System.IO.Path]::GetDirectoryName($MyInvocation.MyCommand.Definition)

#endregion
##*=============================================
##* END VARIABLE DECLARATION
##*=============================================

##*=============================================
##* SCRIPT BODY
##*=============================================
#region ScriptBody

## Install sccm Client
Start-Process -FilePath 'CCMSETUP.EXE' -ArgumentList "/Source:$ScriptPath /NoService SMSSITECODE=AUTO" -NoNewWindow -Wait

#endregion
##*=============================================
##* END SCRIPT BODY
##*=============================================

以上是关于powershell 安装配置管理器客户端。的主要内容,如果未能解决你的问题,请参考以下文章

powershell 复制配置管理器客户端日志。

powershell 清除配置管理器客户端缓存。

powershell 删除SDL Web拓扑管理器中的所有配置。

powershell 删除SDL Web拓扑管理器中的所有配置。

windows资源管理器中配置右键bash here

Chocolatey—windows下最好用的包管理器安装使用