I am Trying to create the "New SP Profile Service Application" using Powershell command
New-SPProfileServiceApplication -Name SharedServicesMoss2007 –ApplicationPool "SharePoint Web Services Default" –ProfileDBName "WSS_Content_38216"
I identified it is showing error as "Missing expression after unary operator '-' "
at -Name key word .Can any one help me how can i solve the issue