The redirecting page will be displayed and immediately replaced by “MzComputers.com”. With this zero-delay, many users will not even notice the presence of the redirecting page.
SCCM 2012
enhanced with PowerShell
Loading PowerShell
To lead SCCM 2012 with
Powershell
Click the white arrow in the
blue rectangle, and choose “Connect via Windows PowerShell”.
PowerShell Console is launched
with site code.
PS XXX:\>
To verify enter Get-CMSite
This cmdlet will return
information about all the site in the environment.
Importing the Configuration Manager PowerShell Module
To import the Configuration Manager module, you will have to specify
the path to the Configuration Manager Module.
Navigate PowerShell to (SCCM 2012 dir.)\AdminConsole\bin\
Run command
Import-module .\ConfigurationManager.psd1
To point PowerShell to the CM site enter
CD XXX: (Site Code)
No comments:
Post a Comment