Templates
Get-XpClientTemplates
Syntax
Get-XpClientTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all client template settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the client templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpClientTemplates
:
CFGConfigGroup
Output
The command Get-XpClientTemplate
returns objects of type CFGTemplateClient
.
CFGTemplateClient |
|
---|---|
Property |
Supported values |
LocationName |
|
ConfigurationGroupName |
|
AddressbooksConnectToNotesDefaultContactsFolder |
Boolean |
AddressbooksConnectToOutlookDefaultContactsFolder |
Boolean |
AddressbooksPrioritizeLocalAddressbooksHigherThanVDir |
Boolean |
CommanderAutoStart |
Boolean |
CommanderAutoStartAndQuitWithGroupwareClient |
Boolean |
CommanderAvailable |
Boolean |
CommanderReplaceOSPhoneDialer |
Boolean |
ConversationsPopOut |
Boolean |
DashboardAvailable |
Boolean |
DashboardUrl |
String |
DashboardUrlDefault |
String |
MiscOfficePresenceIntegrationActive |
Boolean |
MobileAvailable |
Boolean |
NavigationBarCollapsed |
Boolean |
SettingPageFaxVisible |
Boolean |
SettingPageGeneralVisible |
Boolean |
SettingPageHotkeyVisible |
Boolean |
SettingPageInstantMessagingVisible |
Boolean |
SettingPageLoggingVisible |
Boolean |
SettingPagePresenceVisible |
Boolean |
SettingPageSmsVisible |
Boolean |
SettingPageTelephonyVisible |
Boolean |
SettingPageVoicemailVisible |
Boolean |
TeamviewPanelActive |
Boolean |
ExtendedSettings |
- |
ExtendedSettingsModified |
- |
Description |
String |
Features |
- |
Function |
ConfigGroupIndividual |
FunctionMasked |
ConfigGroupIndividual |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
ExtensionData |
- |
UtcOffset |
- |
Example
Output client settings for all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpClientTemplates
Output the client settings for all configuration groups of the site Main site:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpClientTemplates
Output the site name, configuration group name and team panel status (active) of all configuration groups of the site Main site:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpClientTemplates | Select-Object LocationName,ConfigurationGroupName,TeamviewPanelActive
Get-XpTelephonyTemplates
Syntax
Get-XpTelephonyTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all telephony template settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the telephony templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpTelephonyTemplates
:
CFGConfigGroup
Output
The command Get-XpTelephonyTemplates
returns objects of type CFGTemplateTelephony
.
CFGTemplateTelephony |
|
---|---|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
AnyDeviceAllowHomeOfficeNumber |
Boolean |
AnyDeviceAllowMobileTelephoneNumber |
Boolean |
AnyDeviceAllowTelephoneNumber |
Boolean |
AnyDeviceAllowUserDefinedNumber |
Boolean |
AnyDeviceEnabled |
Boolean |
ArchiveJournalInterval |
- |
ConferencingEnabled |
Boolean |
ConferencingSIPGateway |
- |
ConferencingSIPGateways |
- |
NotificationDeactivatedForInternalCalls |
Boolean |
NotificationDeactivatedForPickedUpCalls |
Boolean |
NotificationEMail |
Boolean |
Description |
String |
Features |
- |
Function |
ConfigGroupIndividual | ConfigGroupInactive |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
Name |
- |
ExtensionData |
- |
UtcOffset |
- |
Example
Output telephony settings of all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpTelephonyTemplates
Output of telephony settings of all configuration groups of the “Main site” location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpTelephonyTemplates
Output of the site name, configuration group name and status AnyDevice (active) of all configuration groups of the site Main site:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpTelephonyTemplates | Select-Object LocationName,ConfigurationGroupName,AnyDeviceEnabled
Get-XpVoicemailTemplates
Syntax
Get-XpVoicemailTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display all voicemail template settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the voicemail templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of object which can be transferred to Get-XpVoicemailTemplates
via pipelining:
CFGConfigGroup
Output
The command Get-XpVoicemailTemplates
returns objects of type CFGTemplateUMSVoicemail
.
CFGTemplateUMSVoicemail |
|
---|---|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
IsExternalMailServerEnabled |
Boolean |
VoiceMailPort |
Integer |
VoiceMailMWIOnIfNotification |
Boolean |
VoiceMailMWIOffIfRemoteRead |
Boolean |
VoiceMailMWIOffIfClientRead |
Boolean |
VoiceMailUserCanModifySmsNotification |
Boolean |
VoiceMailSmsNotificationOff |
Boolean |
VoiceMailSmsNotificationAlways |
Boolean |
VoiceMailSmsNotificationIfMessage |
Boolean |
VoiceMailRemoteInquiryAllowed |
Boolean |
VoiceMailAllowRemoteAccessOnlyUserNumber |
Boolean |
VoiceMailUserCanModifyDirectAccessNumber |
Boolean |
VoiceMailRequestPinOnDirectAccessNumber |
Boolean |
VoiceMailAllowConnectToCaller |
Boolean |
AccessType |
- |
ExternalMailserverIMAP |
Boolean |
ExternalMailserverMAPI |
Boolean |
MailboxServerAddress |
String |
MailboxServerAddressSource |
Integer |
MailboxServerPort |
Integer |
MailboxInboxFolder |
String |
ExternalMailserverIMAPEncryptionMode |
SSL | TLS | StartTLS |
ExternalMailserverIMAPEncryptionModes |
- |
ExternalMailserverIMAPUsesEncryption |
Boolean |
VoiceMailForwardingCopyOfMessage |
Boolean |
VoiceMailForwardingList |
String |
VoiceMailAllowUserToSendToOwnMailAdress |
Boolean |
VoiceMailAllowUserToSendToOtherMailAdress |
Boolean |
VoiceMailReceiptUserSourceNo_Receipt |
Boolean |
VoiceMailReceiptUserSourceGenericMail |
Boolean |
VoiceMailAvailableAudioFormats |
- |
VoiceMailAudioFormat |
Integer |
VoiceMailAudioMaxLength |
Integer |
VoiceMailAllowUserToChangeMailNotification |
Boolean |
VoiceMailNotificationOnMail |
Boolean |
VoiceMailNotificationOnMailNoMessage |
Boolean |
VoiceMailNotificationOnMailIfNoMessage |
Boolean |
VoiceMailNotificationOnMailIfTransfer |
Boolean |
VoiceMailNotificationOnMailIfRecordSupressed |
Boolean |
IntegrationType |
- |
Description |
String |
Features |
- |
Function |
ConfigGroupIndividual | ConfigGroupInactive |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
Name |
- |
ExtensionData |
- |
UtcOffset |
- |
Example
Output voicemail settings for all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpVoicemailTemplates
Output voicemail settings for all site configuration groups Main site:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpVoicemailTemplates
Output of site name, configuration group name and status external mail server (active) of all configuration groups of the site Main site:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpVoicemailTemplates | Select-Object LocationName,ConfigurationGroupName,IsExternalMailServerEnabled
Get-XpAnnouncementTemplates
Syntax
Get-XpAnnouncementTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all greetings template settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the greetings templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpAnnouncementTemplates
:
CFGConfigGroup
Output
The command Get-XpAnnouncementTemplates
returns objects of type CFGTemplateAnnouncementRule
.
CFGTemplateAnnouncementRule |
|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
ActiveAnnouncementTemplate |
- |
AllowCentralDtmfDestinations |
Boolean |
AllowPersonalDTMF |
Boolean |
AllowUserToActivateRouting |
Boolean |
AllowUserToManageOwnRouting |
Boolean |
AnnouncementList |
- |
AppointmentStatusList |
- |
AvailableAppointmentStatus |
- |
AvailableAppointmentStatusFormatted |
- |
AvailableDates |
- |
AvailableDatesFormatted |
- |
AvailableFilters |
- |
AvailableFiltersFormatted |
- |
AvailableTimes |
- |
AvailableTimesFormatted |
- |
AvailableWorkflows |
- |
AvailableWorkflowsFormatted |
- |
NumberOwnAnnouncements |
Integer |
RuleList |
- |
Description |
String |
Features |
- |
Function |
- |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
Name |
- |
ExtensionData |
- |
UtcOffset |
- |
Example
Output greetings settings for all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpAnnouncementTemplates
Output greetings settings for all site configuration groups Main site:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpAnnouncementTemplates
Output the location name, configuration group name and the allowed number of self-voiced greetings of all configuration groups of the location Main location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpAnnouncementTemplates | Select-Object LocationName,ConfigurationGroupName,NumberOwnAnnouncements
Get-XpFaxTemplates
Syntax
Get-XpFaxTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all fax template settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the fax templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpFaxTemplates
:
CFGConfigGroup
Output
The command Get-XpFaxTemplates
returns objects of type CFGTemplateUMSFax
.
CFGTemplateUMSFax |
|
---|---|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
IsExternalMailServerEnabled |
Boolean |
FaxDocumentTIFF |
Boolean |
FaxDocumentPDF |
Boolean |
FaxDocumentALL |
Boolean |
FaxPriority |
Integer |
FaxUserCanModifyCreation |
Boolean |
FaxCreateAtClient |
Boolean |
FaxUserCanModifyHeadline |
Boolean |
FaxUserHeadline |
String |
FaxCsidSource |
Integer |
FaxCsid |
Integer |
FaxUserCanModifyNotification |
Boolean |
FaxNotificationOnSms |
Boolean |
FaxConfirmationOnSuccess |
Boolean |
FaxEMailToOnSuccess |
String |
FaxAttachFaxCopyOnSuccess |
Boolean |
FaxConfirmationOnFail |
Boolean |
FaxEMailToOnFail |
String |
FaxAttachFaxCopyOnFail |
Boolean |
FaxForwardReceivedFax |
Boolean |
FaxForwardReceivedFaxTo |
String |
FaxForwardReceivedFaxSelf |
Boolean |
FaxForwardReceivedFaxOther |
Boolean |
FaxForwar dReceivedFaxUserSourceNo_Receipt |
Boolean |
FaxForward ReceivedFaxUserSourceGenericMail |
Boolean |
FaxAllowChangeCoverpage |
Boolean |
FaxSendReportActivate |
Boolean |
FaxSendReportType |
- |
FaxSendReportFirstPage |
- |
FaxSendReportOtherPage |
- |
FaxSendReportPrinter |
- |
FaxSendReportDateTime |
- |
FaxSendReportEmail |
String |
FaxSendReportLanguage |
- |
DefaultCoverPage |
- |
FaxCoverPageList |
- |
FaxDialoutPrefix |
String |
FaxSignallingMSN |
- |
IntegrationType |
- |
Description |
String |
Features |
- |
Function |
ConfigGroupIndividual | ConfigGroupInactive |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
Name |
- |
ExtensionData |
- |
UtcOffset |
- |
Examples
Output fax settings for all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpFaxTemplates
Output of fax settings of all configuration groups of the “Main site” location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpFaxTemplates
Output of the site name, configuration group name and fax heading of all configuration groups of the site Main location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpFaxTemplates | Select-Object LocationName,ConfigurationGroupName,FaxUserHeadline
Get-XpSMSTemplates
Syntax
Get-XpSMSTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all text message template settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the text message templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpSMSTemplates
:
CFGConfigGroup
Output
The command Get-XpSMSTemplates
returns objects of type CFGTemplateUMSSMS
.
CFGTemplateUMSSMS |
|
---|---|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
IsExternalMailServerEnabled |
Boolean |
SmsConfirmationOnSuccess |
Boolean |
SmsConfirmationOnFail |
Boolean |
SmsEMailToOnSuccess |
String |
SmsEMailToOnFail |
String |
SmsAllowEditSenderNumber |
Boolean |
SmsLongSmsMaxNumberOfCombinedSMS |
Integer |
IntegrationType |
- |
Description |
String |
Features |
- |
Function |
ConfigGroupIndividual | ConfigGroupInactive |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
ExtensionData |
- |
UtcOffset |
- |
Examples
Output password settings of all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpSMSTemplates
Output of password settings of all configuration groups of the site Main location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpSMSTemplates
Output of the site name, configuration group name and the maximum number of combined SMS of all configuration groups of the site Main location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpSMSTemplates | Select-Object LocationName,ConfigurationGroupName,SmsLongSmsMaxNumberOfCombinedSMS
Get-XpCollaborationTemplates
Syntax
Get-XpCollaborationTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all text collaboration settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the collaboration templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpCollaborationTemplates
:
CFGConfigGroup
Output
The command Get-XpCollaborationTemplates
returns objects of type CFGTemplateUMSCollaboration
.
CFGTemplateUMSCollaboration |
|
---|---|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
FastViewerIntranetServerAddress |
String |
FastViewerUseIntranetServer |
Bollean |
FastViewerWebCollaborationAllowed |
Bollean |
FastViewerWebCollaborationLicenseKey |
String |
IntranetScreenShareRemoteControlAllowed |
Bollean |
Description |
String |
Features |
- |
Function |
ConfigGroupIndividual | ConfigGroupInactive |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
ExtensionData |
- |
UtcOffset |
- |
Get-XpInstantMessagingTemplates
Syntax
Get-XpInstantMessagingTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all text instant messaging settings of the specified configuration groups.
Parameter
-ConfigGroups<CFGConfigGroup[]>
List of configuration groups for which the instant messaging templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpInstantMessagingTemplates
:
CFGConfigGroup
Output
The command Get-XpInstantMessagingTemplate
returns objects of type CFGTemplateInstantMessaging
.
CFGTemplateInstantMessaging |
|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
ArchiveFinishedChats |
Boolean |
ArchiveGroupChatsOnly |
Boolean |
ArchiveAllowUserToModify |
Boolean |
Description |
String |
Features |
- |
Function |
ConfigGroupIndividual | ConfigGroupInactive |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
ExtensionData |
- |
UtcOffset |
- |
Get-XpPresenceTemplates
Syntax
Get-XpPresenceTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all text presence management settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the presence management templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpPresenceTemplates
:
CFGConfigGroup
Output
The command Get-XpPresenceTemplates
returns objects of type CFGTemplatePresence
.
CFGTemplatePresence |
|
---|---|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
AdminPatterns |
- |
AdminPatternsChanged |
- |
AdminPatternsDataSet |
- |
AllowAddProfileTemplates |
Boolean |
AlwaysUseDefaultProfileTemplate |
Boolean |
AppointmentStatusList |
- |
AppointmentStatusListChanged |
- |
AppointmentStatusListJson |
- |
AutomaticActivationOnAppQuitDefaultsMode |
On | Off |
AutomaticActivationOnAppStartDefaultsMode |
On | Off |
AutomaticActivationOnUserInactivityDefaultsMode |
On | Off |
AutomaticCalendarSyncDefaultsMode |
On | Off |
AutomaticCalendarSyncEnabled |
Boolean |
AutomaticPresenceProfileActivationOnAppQuit |
Boolean |
AutomaticPresenceProfileActivationOnAppStart |
Boolean |
AutomaticPresenceProfileActivationOnUserInactivity |
Boolean |
CompatibilityEnabled |
Boolean |
DefaultProfileTemplate |
- |
DefaultProfileTemplates |
- |
DefaultsModesList |
- |
DeleteUserCreatedProfiles |
Boolean |
ForwardingTypes |
- |
PresenceProfileOnAppQuit |
- |
PresenceProfilesOnAppQuit |
- |
PresenceProfileOnAppStart |
- |
PresenceProfilesOnAppStart |
- |
PresenceProfileOnUserInactivity |
- |
PresenceProfilesOnUserInactivity |
- |
PresenceStatus |
- |
ReadOnlyMask |
Integer |
ResetUserChanges |
Boolean |
SetInactiveAfter |
Integer |
SetInactiveWhenConsoleLocked |
Boolean |
SyncCalendarModeByServer |
Boolean |
SyncCalendarModeByClient |
Boolean |
SyncAppointmentsByCategory |
Boolean |
SyncAppointmentsByCategoryOrStatus |
Boolean |
SyncPrefetch |
Integer |
UseSubjectAsTeamInfo |
Boolean |
Description |
String |
Features |
- |
Function |
ConfigGroupIndividual | ConfigGroupInactive |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
Name |
- |
ExtensionData |
- |
UtcOffset |
- |
Examples
Output presence management settings of all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpPresenceTemplates
Output of presence management settings of all configuration groups of the “Main site” location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpPresenceTemplates
Output the site name, configuration group name and status of the central calendar synchronization of all configuration groups of the site Main site:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpPresenceTemplates | Select-Object LocationName,ConfigurationGroupName,SyncCalendarModeByServer
Get-XpContactListTemplates
Syntax
Get-XpContactListTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display of all settings of the dependency template of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the relationship templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpContactListTemplates
:
CFGConfigGroup
Output
The command Get-XpContactListTemplates
returns objects of type CFGTemplateContactList
.
CFGTemplateContactList |
|
---|---|
Property |
Supported values |
LocationName |
- |
ConfigurationGroupName |
- |
AllowDefaultRelationship |
Boolean |
AllowExternalGlobalAssistant |
Boolean |
AllowMyGlobalAssistant |
Boolean |
DefaultRelationshipForExternal |
Coworker | ExternalPerson | UnknownPerson |
DefaultRelationshipForOtherBranches |
Coworker | ExternalPerson | UnknownPerson |
DefaultRelationshipForOwnBranch |
Coworker | ExternalPerson | UnknownPerson |
MonitorNumbersAfterPickup |
Boolean |
RelationsshipsForExternal |
Liste { Coworker, ExternalPerson, UnknownPerson} |
RelationsshipsForOtherBranches |
Liste { Coworker, ExternalPerson, UnknownPerson} |
RelationsshipsForOwnBranch |
Liste { Coworker, ExternalPerson, UnknownPerson} |
Description |
String |
Features |
- |
Function |
- |
FunctionMasked |
- |
Guid |
- |
GuidTemplateContainer |
- |
IsDefaultConfigGroup |
- |
ExtensionData |
- |
UtcOffset |
- |
Examples
Output relationship settings of all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpContactListTemplates
Output of relationship settings of all configuration groups of the “Main site” location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpContactListTemplates
Output the site name, configuration group name and default relationship of external persons of all configuration groups of the site Main site:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpContactListTemplates | Select-Object LocationName,ConfigurationGroupName,DefaultRelationshipForExternal
Get-XpLanguageTemplates
Syntax
Get-XpLanguageTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display all settings of the language template of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the language templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpLanguageTemplates
:
CFGConfigGroup
Output
The command Get-XpLanguageTemplates
returns objects of type CFGTemplateLanguage.
CFGTemplateLanguage |
|
---|---|
Property |
Supported values |
LocationName |
|
ConfigurationGroupName |
|
Language |
de | en | fr | it |
LanguageList |
{[de, German], [en, English],
[fr, French], [it, Italian]}
|
Description |
String |
Features |
|
Function |
|
FunctionMasked |
|
Guid |
|
GuidTemplateContainer |
|
IsDefaultConfigGroup |
|
ExtensionData |
|
UtcOffset |
Examples
Output language settings of all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpLanguageTemplates
Output of the language settings of all configuration groups of the site Main location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpLanguageTemplates
Output of the site name, configuration group name and language of all configuration groups of the site Main location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpLanguageTemplates | Select-Object LocationName,ConfigurationGroupName,Language
Get-XpPasswordComplexityTemplates
Syntax
Get-XpPasswordComplexityTemplates [-ConfigGroups] <CFGConfigGroup[]> [-Timeout <int>]
Description
Display all password policy template settings of the specified configuration groups.
Parameter
-ConfigGroups <CFGConfigGroup[]>
List of configuration groups for which the password policy templates are to be output.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Get-XpPasswordComplexityTemplates
:
CFGConfigGroup
Output
The command Get-XpPasswordComplexityTemplates
returns objects of type CFGTemplatePasswordComplexity.
CFGTemplatePasswordComplexity |
|
Property |
Supported values |
LocationName |
|
ConfigurationGroupName |
|
ComplexityNone |
Boolean |
ComplexityLow |
Boolean |
ComplexityMiddle |
Boolean |
ComplexityHigh |
Boolean |
Complexity |
None |
Description |
String |
Features |
|
Function |
|
FunctionMasked |
|
Guid |
|
GuidTemplateContainer |
|
IsDefaultConfigGroup |
|
ExtensionData |
|
UtcOffset |
Examples
Output password settings of all default configuration groups:
>Get-XpLocations | Get-XpConfigGroups | Get-XpPasswordComplexityTemplates
Output of password settings of all configuration groups of the site Main location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpPasswordComplexityTemplates
Output the site name, configuration group name and password complexity of all configuration groups of the site Main location:
>Get-XpLocations Hauptstandort | Get-XpConfigGroups -ConfigGroupNames * | Get-XpPasswordComplexityTemplates | Select-Object LocationName,ConfigurationGroupName,Complexity
Set-XpTemplates
Syntax
Set-XpTemplates [-Objects] <CFGTemplate<…>[]> [-Timeout <int>]
Description
Set-XpTemplates
stores the passed CFGTemplate<…> objects in the XPhone Connect Server.CFGTemplate<…>`` stands for objects of the types mentioned under Inputs.
All changes to the object are transferred to the XPhone Connect Server immediately and without further inquiry and stored there.
Attention
The search basis saved is no longer valid and is deleted. Please select a new search basis.
Parameter
-Objects <CFGTemplate<…>[]>
Specifies the template objects to be stored on the XPhone Connect Server.
-Timeout <int>
Timeout in minutes.
If a command takes too long (e.g. due to too many data records or similar), this command can be aborted with this parameter after the specified time.
Input
The input type is the type of objects that can be pipelined to Set-XpTemplates
:
CFGTemplatePasswordComplexity
CFGTemplateLanguage
CFGTemplateContactList
CFGTemplatePresence
CFGTemplateInstantMessaging
CFGTemplateUMSCollaboration
CFGTemplateUMSSMS
CFGTemplateUMSFax
CFGTemplateAnnouncementRule
CFGTemplateUMSVoicemail
CFGTemplateTelephony
CFGTemplateClient
Output
The command Set-XpTemplates
does not return any objects.
Examples
Activate the team panel of all configuration groups:
>Get-XpLocations | Get-XpConfigGroups -ConfigGroupNames * | Get-XpClientTemplates | foreach{$_.TeamviewPanelActive = $true;$_} | Set-XpTemplates
Get-XpLocations
: Get all locations.Get-XpConfigGroups -ConfigGroupNames *
: Get all associated configuration groups.Get-XpClientTemplates
: Get all associated [1] client templates.foreach{$_.TeamviewPanelActive = $true;$_}
: In each client template set the attribute TeamviewPanelActive toTrue
.Set-XpTemplates
: Save the changed templates to the server.
Disable the team panel in the main location location and all its configuration groups:[2]
>Get-XpLocations "Hauptstandort" | Get-XpConfigGroups -ConfigGroupNames * | Get-XpClientTemplates | foreach{$_.TeamviewPanelActive = $false;$_} | Set-XpTemplates
Change the default heading for faxes from all locations and the associated configuration groups:[2]
>Get-XpLocations | Get-XpConfigGroups -ConfigGroupNames * | Get-XpFaxTemplates | foreach{$_.FaxUserHeadline = "My new headline";$_} | Set-XpTemplates
For a detailed description, see Example 1.
Have you found a mistake on this page?
Or is something not formulated well or too vague? Then we look forward to receiving an e-mail, preferably with a suggestion for improvement, to doku@c4b.de. Thank you very much!