Home > Uncategorized > Using SPModule to install SharePoint – DateTime Issue with the StartDate

Using SPModule to install SharePoint – DateTime Issue with the StartDate


If you are getting a datetime issue (cannot convert to DateTime) with the out of the box SharePoint install with SPModule when using the New-SharePointFarm command change line 81 of New-SharePointFarm.ps1 from

    $RunSettings.StartTime = Get-Date -Format ‘dd-MMM-yyyy HH:mm:ss’
to
    $RunSettings.StartTime = Get-Date -Format ‘dd-MM-yyyy HH:mm:ss’

Categories: Uncategorized Tags: ,
  1. December 4, 2011 at 9:22 am | #1

    Thank you for this hint ;-)

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.