0

How-To : Automate application mapping using SCCM 2012 Powershell

-

During mass reainstallation/redeployment/migration of large number of PCs, always question about applications is raised.

How to deploy/deliver applications once all machines are resintalled?

If you have SCCM in the infrastructure, this might help a lot with automation. All you need is mapping between computer name and applications (to be more specific collection ids) and PowerShell console on SCCM server.

Then you just need to prepare input files for the script below and you can automate application deployment on mass scale.

(more…)

0

Apps : Cisco7PCF for Windows

-

Just released small app for Windows platform. This app allows to decrypt type 7 password from Cisco devices as well as passwords from Cisco VPN profiles (PCF files).

Password which can be recovered using this app:

  • wireless keys fro Cisco access points,
  • RADIUS/TACACS shared secrets
  • NTP authentication keys
  • Enable passwords (NOT enable secrets, which are stored using MD5)
  • enc_GroupPwd – VPN group password from PCF file
  • enc_UserPassword – VPN user password from PCF file

Application also allows to store password and/or send tchem via email after decryption.

You can find app in Windows Store:

Cisco Password Decryptor

0

Tips & Tricks : Missing SQL Server assmeblies in PowerShell

-

When you try to connect to SQL Server from PowerShell script and you get following message:


Unable to find type [Microsoft.SqlServer.Management.Smo.Server]

then you have to download and install following components:

  • Microsoft System CLR Types for SQL Server 2008 R2
  • Microsoft SQL Server 2008 R2 Shared Management Objects
  • Microsoft Windows PowerShell Extensions for SQL Server 2008 R2

From here.

0

Cheat Sheet : SCCM Client Versions

-

Handy information during pre-deployment checks/validations.

System Center 2012 Configuration Manager Beta 2 5.00.7561.0000
System Center 2012 Configuration Manager RC1 5.00.7678.0000
System Center 2012 Configuration Manager RC2 5.00.7703.0000
System Center 2012 Configuration Manager RTM 5.00.7711.0000
System Center 2012 Configuration Manager CU1 5.00.7711.0200
System Center 2012 Configuration Manager CU2 5.00.7711.0301
System Center 2012 Configuration Manager SP1 Beta 5.00.7561.0000
System Center 2012 Configuration Manager SP1 5.00.7804.1000
System Center 2012 Configuration Manager SP1 CU1 5.00.7804.1202
System Center 2012 Configuration Manager SP1 CU2 5.00.7804.1300
System Center 2012 Configuration Manager SP1 CU3 5.00.7804.1400
System Center 2012 Configuration Manager SP1 CU4 5.00.7804.1500
System Center 2012 Configuration Manager R2 5.00.7958.1000
System Center 2012 Configuration Manager R2   Hotfix: KB 2905002 5.00.7958.1101
System Center 2012 Configuration Manager R2 CU1 5.00.7958.1203
System Center Configuration Manager 2007 4.00.5931.0000
System Center Configuration Manager2007 SP1 4.00.6221.1000
System Center Configuration Manager2007 SP1 (KB) 4.00.6221.1193
System Center Configuration Manager2007 R2 4.00.6221.1193
System Center Configuration Manager2007 SP2 4.00.6487.2000
System Center Configuration Manager2007 SP2 (KB) 4.00.6487.2111
System Center Configuration Manager2007 R3 4.00.6487.2157
0

Tips & Tricks : Hyperlinks are not working in Outlook

-

When you get a message “Your organization’s policies are preventing us from completing this action for you. For more info, please contact your help desk.” it means that you might want to apply this fix to be able to open links in emails:

http://support.microsoft.com/default.aspx?scid=kb;en-us;310049

Same fix applies also to other Office applications (they all might be affected along with Outlook).