Posted On March 31, 2019

Print Server Setup

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Print Server Setup
Enable WSD Discovery:
CMD >> Services.msc >> set DNS Client, Function Discovery Provider Host, SSDP Discovery, UPnP Device Host to Automatic and Running Statuses >> Configure Windows firewall (or Symantec firewall) to allow Network discovery >> Control Panel >> Network and Internet >> Network and Sharing Center >> Change advanced sharing settings >> click “Turn on network discovery” under Domain (current profile)

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Set Auto Logon

Instead of running the GUI method (netplwiz), there's a more efficient way to set auto…

Installing Team Foundation Server

1. Installationa. All in oneb. Separate TFS and database (advanced) 2. Setup reportinga. Warehouse databaseb.…

PowerShell: Deploy Certs on Remote Windows Servers

Quick Script for Local Machines: $certPath="C:\kimconnect_cert.pfx" $certPlaintextPassword='PASSWORD' $certEncryptedPassword=ConvertTo-SecureString $certPlaintextPassword -AsPlainText -Force Import-PfxCertificate -CertStoreLocation Cert:\LocalMachine\My -FilePath…