• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

danblee.com

Tutorials & Knowledge Base Articles for System Administrators who wear many, many hats.

  • Home
  • About
  • Ask Me
  • DBLHost.com
You are here: Home / Archives for Uncategorized

Uncategorized

How to tell if a machine is physical or virtual

January 7, 2019 by Dan B. Lee Leave a Comment

Run the following command in a windows prompt: SYSTEMINFO If the machine is virtual, you'll see references to either Microsoft Hyper-V or VMware, Inc. If it is physical you'll see references to popular manufacturers. See in the screenshot below how the System Model specifically says "Virtual Machine" in the details: … [Read more...] about How to tell if a machine is physical or virtual

Filed Under: Uncategorized Tagged With: Hyper-V, virtualization

Windows Server 2012 Login Issue “The User Profile Service service failed the sign-in. User profile cannot be loaded.”

December 27, 2018 by Dan B. Lee Leave a Comment

Problem: When you log in you get an error that says the user profile service failed the sign on because the user profile cannot be loaded. Resolution: This typically happens because of a permissions issues on the Default folder. Browse to the folder by heading to \\SERVERNAME\C$\Users\DefaultRight click the folder and go to Security > Advanced From there, check the box at the bottom that says "Replace all child permission entries with inheritable permission entries from this … [Read more...] about Windows Server 2012 Login Issue “The User Profile Service service failed the sign-in. User profile cannot be loaded.”

Filed Under: Uncategorized

Citrix NetScaler LDAP Reachability Test Fails: “Either ‘server’ is not an LDAP server or port ‘389’ is not an LDAP Port

September 26, 2018 by Dan B. Lee Leave a Comment

Symptoms: Your Citrix NetScaler (Or perhaps other devices testing LDAP or trying to communicate via TLS\SSL) can complete a TLS connection test to Domain Controllers or other LDAP servers just fine, but there is a server that is failing the test and throwing the error below: Here are some knowns: The test is right: port 389 is open, is responding, and other tests to that server are just fine.The server itself is reachable.You know that LDAP is responding and there truly doesn't seem … [Read more...] about Citrix NetScaler LDAP Reachability Test Fails: “Either ‘server’ is not an LDAP server or port ‘389’ is not an LDAP Port

Filed Under: Citrix XenApp, Uncategorized, Windows Server, Windows Server 2012 Tagged With: Netscaler, TSL

Uninstall an AD LDS Instance

September 26, 2018 by Dan B. Lee Leave a Comment

Here's a quick way to uninstall any Active Directory Lightweight Directory Service Instance that you may have previously installed. All installations can be found in Programs & Features. They can be uninstalled by heading there, just as you would uninstall an app there.Head to Control Panel and click on Programs and FeaturesFind the instance name you'd like to uninstall and choose to uninstall, let the script run and you're done. Nice and easy, no big scripts or no special commands. … [Read more...] about Uninstall an AD LDS Instance

Filed Under: Uncategorized, Windows Server, Windows Server 2008 R2, Windows Server 2012 Tagged With: Active Directory, AD LDS, Removal, Uninstall

How to remove old drivers from Windows 10

August 8, 2018 by Dan B. Lee Leave a Comment

There are a few ways you can remove drives that are no longer in use, but the easiest way to is to head into the Device Manager and remove the ones that aren't currently doing anything. The trouble is, you can't see them. Here's how to see them and then uninstall them: Open a command prompt and type the following: SET DEVMGR_SHOW_NONPRESENT_DEVICES=1 From there, you can then open Device Manager by right clicking on the windows icon at the bottom right and choosing Device Manager. You … [Read more...] about How to remove old drivers from Windows 10

Filed Under: Uncategorized

Is Umbrella Roaming Client removing your DNS entries?

July 25, 2018 by Dan B. Lee Leave a Comment

I ran into an interesting issue when changing the DNS settings on a Windows Server 2008 R2 server not too long ago: Each time I tried to change the DNS settings I'd hop back into the NIC settings to review my changes and they would be gone. A few googles didn't help much until I saw this remark from a post on the web: Tried that too...no dice...I have found the cause and resolved the issue.  Our network is running Symantec Endpoint Protection for antivirus/malware protection.  There is a … [Read more...] about Is Umbrella Roaming Client removing your DNS entries?

Filed Under: Uncategorized Tagged With: cisco, Umbrella, Umbrella Roaming Client

HP SMH Lefthand P4000 Login ERROR: Username and password do not match

March 19, 2018 by Dan B. Lee Leave a Comment

If you've ever dealt with an old P4000 or P4500 you've probably spent some time at login window trying to figure out how to get in. In some scenarios, even though you've set the right user and pass in the console you're still given the following when trying to log into the SMH under port 2381: ERROR: Username and password do not match localhost.localdomain is a monitored private system. Do not attempt to login unless you are an authorized user. SMH is great for windows servers but if … [Read more...] about HP SMH Lefthand P4000 Login ERROR: Username and password do not match

Filed Under: Uncategorized Tagged With: Lefthand, Login, P4000, SAN, Security

View the GUID of a Volume on a PC

February 6, 2018 by Dan B. Lee Leave a Comment

The fastest way to get the GUID of a volume is to use this command: mountvol.exe You'll see all the GUID's right there. Close the window when done. Below is a screenshot of what I get: … [Read more...] about View the GUID of a Volume on a PC

Filed Under: Uncategorized Tagged With: CMD, Command Prompt, disk, Storage, volumes

PowerShell – Export Enabled Users and other Data from Active Directory

March 7, 2017 by Dan B. Lee 1 Comment

I made a script that does a few things: Gets all users that are enabled Creates a table, listing all the the users with a few account details I want Export the table to a .csv file with a unique name, appending the date the export happens Here's the whole thing. I'll explain what it does at the bottom: Import-Module ActiveDirectory # All of the properties you'd like to pull from Get-ADUser $properties=@( 'displayname', 'lastlogondate', 'passwordneverexpires', … [Read more...] about PowerShell – Export Enabled Users and other Data from Active Directory

Filed Under: Microsoft Excel, Microsoft Windows, PowerShell, Uncategorized Tagged With: Active Directory, CMDlet, Get-User, Last Logon, Password Set To Expire, PowerShell, Scripting

How to apply Group Policy Templates via ADMX Files

December 21, 2016 by Dan B. Lee Leave a Comment

Here's a quick tutorial that you can reference when wanting to apply new Group Policy Templates. What are Group Policy Templates? Not everything you can do in Group Policy inherently exists. New apps and new policies come out all the time. Since not every business needs a bloated version of Group Policy with a ton of rules and settings, you can customize what you want by adding or removing group policy related settings. Software engineers will develop a Group Policy Template for their … [Read more...] about How to apply Group Policy Templates via ADMX Files

Filed Under: Active Directory, Microsoft Windows, Uncategorized Tagged With: GPO, Group Policy

Next Page »

Primary Sidebar

Categories

  • Active Directory
    • Group Policy
  • Adobe Photoshop
  • Browsers
    • Chrome
  • Cloud Based Technology
    • Citrix XenApp
  • ConnectWise
    • LabTech
  • Dell
  • Internet Service Providers (ISPs)
  • iPhone
  • Linux
    • CentOS
    • OpenVPN
    • SaltStack
    • Ubuntu
  • Microsoft Office
    • Lync
    • Microsoft Excel
    • Microsoft Outlook
    • Microsoft Word
  • Microsoft Windows
    • Active Directory
    • PowerShell
    • Windows 7
    • Windows 8 Preview & Release
  • Networks
  • News
  • Off Topic
  • Office 365
  • Peripherals
    • Monitors
  • Printers
    • Local Printers
    • Network Printers
  • Programming
    • Python
  • Riverbed
  • Security
  • Sharepoint
  • Social Media
  • Splunk
  • Storage
  • Switching & Routing
    • Cisco
    • Fortinet
  • Technology Culture
    • Opinion
  • Uncategorized
  • Virtualization
    • VEEAM
    • VMware
  • WAMP
  • Web Hosting
    • WHMCS
  • Website Design
  • Windows Server
    • Exchange 2003
    • Exchange 2010
    • Exchange 2013
    • Microsoft SQL
    • Windows Server 2003
    • Windows Server 2008 R2
    • Windows Server 2012
  • WordPress

Footer

Recent Activity

  • pings on Xerox Phaser 3635MFP Default Admin Username and Password
  • Xerox Phaser 3635MFP Default Admin Username and Password — danblee.com on About Dan B. Lee
  • Estudio Login | LOGINEGG on Toshiba E-Studio Default Administrator Username and Password
  • Estudio Login | LOGINSPENT on Toshiba E-Studio Default Administrator Username and Password
  • Estudio Login | CHARTLOGIN on Toshiba E-Studio Default Administrator Username and Password

Dan Lee

Dan B. Lee works at SyApps, LLC., a Managed Hosting Solutions Firm, as a Senior Network Engineer. Dan has a decade of IT experience and specializes in a number of different disciplines including Virtualization, Web Site Hosting and Design, Network Security, Data Center Architecture, Local and Remote Server Hosting, and Backup & DRS Solutions. Read More…

Links

  • Home
  • About Dan B. Lee
  • Ask Me
  • Privacy Policy

Copyright © 2021 · Genesis Child Theme on Genesis Framework · WordPress · Log in