SharePoint Workflow Server Rebuild

SQL Server Fully backup all databases                 WFInstanceManagementDB WFManagementDB WFResourceManagementDB SbGatewayDatabase SbManagementDB SBMessageContainer01 Workflow Server Save PrimarySymmetricKey  by running Get-SBNamespace | clip Leave the farm by running the config wizard Uninstall the following programs                 Workflow Manager Workflow Manager Client Windows Fabric Service Bus Delete folders                 C:Program FilesService Bus C:Program FilesWorkflow Manager C:Program FilesWindows […]

Elementor #4934

Netflow on 9200 switch  ! flow record FR-INPUT match ipv4 tos match ipv4 protocol match ipv4 source address match ipv4 destination address match transport source-port match transport destination-port match flow direction match interface input collect counter bytes long collect counter packets long ! ! flow record FR-OUTPUT match ipv4 tos match ipv4 protocol match ipv4 […]

Sharepoint Search

In the SP management console run: $ssa = Get-SPEnterpriseSearchServiceApplication get-spenterprisesearchstatus -SearchApplication $ssa -Detailed -Text What I have found is that sometimes the reset index process hangs and there is no documentation as to what to do about it. On the SSA you will see something like this: Administrative status Paused for:Index reset Or: Administrative status […]

Sharepoint User

When sharepoint is removing a user from groups $user = Get-SPUser -Web http://xxx -Identity “i:0#.w|ddd\xxx” Move-SPUser -Identity $user -NewAlias “i:0#.w|ddd\xxx” -IgnoreSID stsadm -o migrateuser -oldlogin ddd\xxx-newlogin “i:0#.w|ddd\xxx” -ignoresidhistory