Step 1 - Theme Options

To begin customizing your site go to Appearance -> Customizer and select Theme Options. Here's you'll find custom options to help build your site.

Read More

Step 2 - Setup Slider

To add a slider go to Theme Options -> Homepage and choose page slider. The slider will use the page title, excerpt and featured image for the slides.

Read More

Step 3 - Create Homepage

To add featured content go to Theme Options -> Homepage (Featured) and turn the switch on then add the content you want for each section.

Read More

IPv6 will not disable properly

Do you want to disable IPv6 on all interfaces but find that doing so on the NIC properties in the GUI does not always work properly? The best way to truly disable it is via registry setting: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters] “DisabledComponents”=dword:000000ff This will disable it on all interfaces and force IPv4 preference…

DNS Domain Suffix update script

A script to help modify/change/update the DNS Domain Suffix on a Network Adapter   On Error Resume Next strComputer = “.” arrNewDNSSuffixSearchOrder = Array(“hr.fabrikam.com”, “contoso.com”) Set objWMIService = GetObject(“winmgmts:” _ & “{impersonationLevel=impersonate}!\” & strComputer & “rootcimv2”) Set colNicConfigs = objWMIService.ExecQuery _ (“SELECT * FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = True”) For Each objNicConfig In colNicConfigs strDNSHostName

Get detailed log file for user profiles

Did you ever need to see detailed logs for a user profile?  This is especially useful when dealing with roaming profiles in a citrix enviornment. In the Run dialog box, type regedit, and then click OK Locate the following subkey: HKEY_LOCAL_MACHINESoftwareMicrosoft WindowsNTCurrentVersionWinlogon Create a new entry named UserEnvDebugLevel of data type REG_DWORD with a value

Proper NTFS and share permissions for root HOME folder

When you specify \servernamesharename%username% in ADUC it is assumed that you have the correct permissions set on ‘sharename” so that the user’s home folder is properly created. Here are the values that you need to have: NTFS: Special perission on Autehenticated Users group (make sure they apply to “This Folder Only”) Traverse folderExecute file List

TCP/UDP Ports for Windows Server and Workstation

Hey Firewall Admin–please open up the following ports for me.  🙂 Port Protocol Application protocol System service name n/a GRE GRE (IP protocol 47) Routing and Remote Access n/a ESP IPsec ESP (IP protocol 50) Routing and Remote Access n/a AH IPsec AH (IP protocol 51) Routing and Remote Access 7 TCP Echo Simple TCP/IP

Force PowerShell Execution Policy Setting:

When I try to set the execution policy from the PowerShell comand window it seems to be a hit-or-miss. Fortunatly modification of the registry value works like a charm everytime.   HKLMSoftwareMicrosoftPowerShell2ShellIdsMicrosoft.PowerShell Locate the string ExecutionPolicy and add the value “Unrestricted“