Ramesh's blog

SCCM, SharePoint, Scripting and others

PowerShell script to zip files individually

This is a simple PowerShell script to zip each file in a sourceĀ folder location individually and...

Author: RameshRK Date: 09/03/2018

Collect SCCM client log - For troubleshooting

On a client machine to troubleshoot issues related software/patch deployment (via SCCM), a set of...

Author: RameshRK Date: 09/19/2016

Running the SCCM Client policy via a Package Deployment

Though the SCCM client re-run all the SCCM client policy at a respective interval, there would be...

Author: RameshRK Date: 09/19/2016

Sending email using Powershell script

Below is a script that can be used to send email using Powershell. function sendMail{ Write-Host...

Author: RameshRK Date: 03/16/2012

PreUpgradeCheck does not run

Issue: In some occasion while trying to run the PreUpgradeCheck command it throw below...

Author: RameshRK Date: 02/23/2012

Adding a new managed account in SharePoint 2010 using PowerShell

This is script to add a managed account programmatically using powershell. In this script we check...

Author: RameshRK Date: 02/08/2012

Creating table using Powershell

Below is a sample script to create a datatable using powershell.$tabName = "SampleTable"#Create...

Author: RameshRK Date: 02/01/2012

Validate the existence of user account in AD using Powershell

This is a small script that is used to check if the given user account does exists in Active...

Author: RameshRK Date: 01/17/2012

How to add Active Directory module in PowerShell in Windows 7

If you are planning to run a Powershell script with Active Directory commandlets on a Win 7 machine...

Author: RameshRK Date: 01/17/2012

Creating log files in Powershell scripts

I was working on a project in which I had to create a script to do some solution deployment, site...

Author: RameshRK Date: 01/16/2012

Powershell script to generate an excel report to list the applications and patches installed

This is a Powershell script to create a report in excel listing all the applications and patches...

Author: RameshRK Date: 01/16/2012

"Failed to create sample data" - SharePoint 2010 PSConfig fails in Windows 7

ISSUE: While installing SharePoint 2010 on Windows 7 OS, it fails while running psconfig wizard at...

Author: RameshRK Date: 01/16/2012

Installing and Configuring SharePoint 2010 through Powershell

Installing and Configuring SharePoint 2010 through Powershell Scripting STEP1: Preparation Download...

Author: RameshRK Date: 01/15/2012

"Specified value is not supported for the {0} parameter." error while changing the Farm Credentials OR adding a Managed Account

ISSUE: In SharePoint 2010 when trying to change the farm credentials or try to add a Managed Account...

Author: RameshRK Date: 01/15/2012

Outlook Client with a SharePoint list prompts for the credential for a different URL

Outlook Client with a SharePoint list prompts for the credential for a different URL You have a...

Author: RameshRK Date: 08/17/2010

Configuring People Picker in One Way Trust environment

I am sharing below steps that I followed to setup people picker: Configure both the DCs Created two...

Author: RameshRK Date: 08/17/2010

Setting up Audiences in SharePoint

This can be categorized into 3 steps: Permission User profile import Audience setup Permission In...

Author: RameshRK Date: 08/15/2010

How to configure SSL with SharePoint site

The fore most thing is to generate certificate for the web application, to do that follow the below...

Author: RameshRK Date: 08/06/2009

Installing MOSS in Windows Server 2008

This we can split into two different steps:1. Enable below features first in Windows Server 2008...

Author: RameshRK Date: 04/08/2009

Configuring a MOSS environment with single SharePoint box in DMZ (without domain i.e. workgroup) and SQL in a domain

Off late we have seen many SharePoint users looking to setup a MOSS/WSS 3.0 environment with single...

Author: RameshRK Date: 03/06/2009