Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jbarelds
  • Content: Threads
  • Order by date
  1. jbarelds

    How to do this in PowerShell

    Hi all, I'm used to cmd scripting, and struggle to find Powershell counterparts for some common scripting techniques. Let's examine the following example: C:\Windows\System32\inetsrv>appcmd.exe list vdir VDIR "Default Web Site/" (physicalPath:C:\inetpub\wwwroot) VDIR "Webshop/"...
  2. jbarelds

    Need help with cmdlet output

    Hi all, Been fiddling with PowerShell last couple of days, but there's this thing I can't get my head around. Let's say I'd like some message if HTTP-GET requests are happening on SomeSite. I'd think I'd need a syntax like: if((Get-Counter -counter "\Web Service(SomeSite)\Get Requests/sec")...
  3. jbarelds

    Two different processes sharing a socket?

    Hi all, I'm kind of puzzled. I recently started on a new job. From the employers network I cannot use RDP to connect to a server (Win2k3) at home, so I found a service called LogMeIn which enables me to administer my home server from work if needed. LogMeIn works like a charm, but I don't...
  4. jbarelds

    Secondary DNS being queried

    Hi all, As far as I know the secondary DNS servers in the IP config of a Windows OS will not be used unless the first is not available right? Thing is, I've got a testlab here with a S2k3 AD/DNS/DHCP/RRAS(nat) server. DNS has been configured with a forwarder, being the ISP's DNS server. The...
  5. jbarelds

    Trunking across redundant switches

    Hi all, I'm in the process of writing a blueprint for a P2V (Physical-to-Virtual) migration for the majority of our servers (about 82). VMware ESXi is to be used as a virtual platform, the VM's will be hosted on 2+2 ESX servers (2 server rooms). I'd like some help designing the physical...
  6. jbarelds

    PGP Decryption plugin for Exchange?

    Hi all, A government organisation that sends sensitive data by email to our company came up with a new requirement. They want to send us PGP encrypted mail, which we will have to decrypt somehow. We want to implement the PGP decryption at the Exchange server, not at the client (Outlook). We...
  7. jbarelds

    Problem migrating printers on 2003 printservers

    Hi, I'm in the process of migrating printers on the current printserver to another host. Currently we have a clustered printserver running on a 2-node Server 2003 cluster. The reason we'd like to migrate the printserver is because the cluster is also used as our main fileserver, and we'd like...

Part and Inventory Search

Back
Top