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...
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...
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...
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...
Date: 03/16/2012
PreUpgradeCheck does not run
Issue: In some occasion while trying to run the PreUpgradeCheck command it throw below...
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...
Date: 02/08/2012
Creating table using Powershell
Below is a sample script to create a datatable using powershell.$tabName = "SampleTable"#Create...
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...
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...
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...
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...
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...
Date: 01/16/2012
Installing and Configuring SharePoint 2010 through Powershell
Installing and Configuring SharePoint 2010 through Powershell Scripting STEP1: Preparation Download...
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...
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...
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...
Date: 08/17/2010
Setting up Audiences in SharePoint
This can be categorized into 3 steps: Permission User profile import Audience setup Permission In...
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...
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...
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...
Date: 03/06/2009