Hi Sean
Thanks.. I'll reread the docs..
if show-installationWelcome is only activated if process is running then I'll use that..
if not.. I might just use:
$ProcessActive = Get-Process outlook -ErrorAction SilentlyContinue
if($ProcessActive -eq $null)
{
else
{
Thanks.. I'll reread the docs..
if show-installationWelcome is only activated if process is running then I'll use that..
if not.. I might just use:
$ProcessActive = Get-Process outlook -ErrorAction SilentlyContinue
if($ProcessActive -eq $null)
{
Do my installation of itunes
}else
{