Adding STSADM backup script in Powershell script
Currently we have a working STSADM Command script to backup ssp and search web application in the farmWe want to create a powershell script which will use the existing STSADM Command ScriptAdded following line to Profile.ps1Set-Alias -Name stsadm -Value $env:CommonProgramFiles”\Microsoft Shared\Web Server Extensions\12\BIN\STSADM.EXE”working stsdadm scriptstsadm -o backup -directory \\backupserver\SSPBackup -backupmethod full -item SharedServices1Question is - how to create a powershell script (will be my first PS script)Appreciate your helpThank you
February 23rd, 2010 12:46am