First Commad – Help
Get-Command: will list all the available command Type and Name & definition. Get-Help About: to get full help of any cmdlet Get-Help <CmdletName>
Get-Command: will list all the available command Type and Name & definition. Get-Help About: to get full help of any cmdlet Get-Help <CmdletName>
Stage 1 WebCast: Scott Hanselman – Developer Productivity Tools Part 3 WebCast: PowerShell Week – Day 2: CmdLets Tutorial: MS Scripting Center Task-Based Tutorial PDF Quick Reference: PowerShell Cheat Sheet Podcast: HanselMinutes – Monad (show 11) Blog post: Learning PowerShell without leaving the command line Stage 2 CmdLet Exploration: Try all built-in CmdLets using Get-Command, … Read more
System Center Configuration Manager 2007 TechNet Virtual Lab: Configuring Configuration Manager 2007 Security including PKI TechNet Virtual Lab: Determining Client Health in Configuration Manager 2007 R2 TechNet Virtual Lab: Generating Asset Intelligence Data with Configuration Manager 2007 TechNet Virtual Lab: Implementing Branch Distribution Points in System Center Configuration Manager (SCCM) 2007 TechNet Virtual Lab: Implementing … Read more
To set a GPO related to IE settings can be setup from below See Computer Configuration — Administrative Tools — Windows Components — Internet Explorer — Internet Control Panel — Security Page and then double click to the "Site to zone assignment list". Enable it, click Show, add website as value name and 1, 2, … Read more
https://www.programmingvideotutorials.com
Const HKEY_LOCAL_MACHINE = &H80000002strComputer = “.” Set oReg=GetObject(“winmgmts:{impersonationLevel=impersonate}!” & _strComputer & “rootdefault:StdRegProv”) strKeyPath = “SYSTEMCurrentControlSetControlTerminal Server” strValueName = “fDenyTSConnections”dwValue = 0oReg.SetDWORDValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwValue
Where Should i look at the SCOM? What to learn in focus? Deployment, Setup, Upgrade Operations Manager Management Packs Reporting setup, deployment and configuration Authoring Space, Authoring Console Extensibility..Connectors, PowerShell AVICode 5.7 specific genera Product features for managing UNIX and Linux computers Operations Manager Application Performance Monitoring
https://www.infrontconsulting.com/docs/SCOM_2007_R2_Bootcamp.pdf
In fact we might get more errors if you have the UAC enabled while deploying the Windows 7, You can include one step in the task sequence as run a command line and fill this below in the command line box “CMD /C REG.EXE ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 0 /f” Note: … Read more
How to set the Timezone with in one task sequence… like you have more than one location and all these locations has different time zones… To do this under the task sequence Apply Windows Settings in the options TS Variable is ADSite name equals is “WhateverTheSite” and in the Properties Time Zone choose the … Read more