Troy Lowe

Installing and Configuring Domain Controllers with Windows Server Core

Install Active Directory Domain Services The following PowerShell command will install the Active Directory Domain Services binaries, but will not make the server a Domain Controller: 1 Install-WindowsFeature AD-Domain-Services -IncludeManagementTools Once the binaries have been installed, now the forest can be created and the server can become a Domain Controller: 1 Install-ADDSForest -DomainName contoso.com

Installing and Configuring Domain Controllers with Windows Server Core Read More »

Upgrade IOS Router

copy usb0: flash: verify flash: Change boot statement show run | include boot boot-start-marker boot system flash: boot-end-marker remove the old boot statement  (Output in step a) config t no boot system flash: boot system flash:c2800nm-advsecurityk9-mz.15.0-1-M8.bin

Upgrade IOS Router Read More »

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

SharePoint Workflow Server Rebuild Read More »

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

Elementor #4934 Read More »

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 Search Read More »

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

Sharepoint User Read More »