Domain Parameter (Connect-FreshDesk Cmdlet)
Domain is used for accessing your Freshdesk account.
Syntax
Connect-FreshDesk -Domain string
Data Type
cstr
Default Value
""
Remarks
Domain is used for accessing your Freshdesk account. For example, in your URL: https://{domainValue}.freshdesk.com, thus connection string should be:
Domain=domainValue
This is a required parameter.