PowerShell

Powershell Script : Create An Encrypted Folder using Powershell.

Hi, Windows Encryption is one of the best inbuilt security tool in windows7. My and my friends use windows encrypted file systems (EFS) a lot and may be you are using EFS in your windows environment. Rather that create a whole DISK, My Documents, Desktop encrypted, I always prefer to create an encrypted folder somewhere… Continue reading Powershell Script : Create An Encrypted Folder using Powershell.

PowerShell

Get Network Information of local and remote Computers using PowerShell.

Hi, Last Sunday one of my friend come to visit me at my home, he is a SQL Administrator and we were talking about Powershell, and he told me that he is facing a problem, he said that in their environment they have approx. 500 Servers and they want to know the network configuration of… Continue reading Get Network Information of local and remote Computers using PowerShell.

PowerShell

Setting Microsoft Office 2010 Trust Center’s Trusted Location Paths using Powershell.

Hi Everyone. If you are working in a Telecom Industry, and if your Analysts and Consultants are using in house built templates then i am sure that you are 98% facing the “Trust Centre warning”. We are using custom in house built Office Templates for Word,Excel, and PowerPoint.  and the problem was whenever we open… Continue reading Setting Microsoft Office 2010 Trust Center’s Trusted Location Paths using Powershell.

PowerShell

PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.

  Hi, When new users start working on PowerShell the the main problem which they have faced is basic of PowerShell or we can say basic of any scripting language. In this “PowerShell basics” tutorial series we are planning to cover as much as basics of PowerShell we can. These basics are not in any… Continue reading PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.

PowerShell

Get an Average Ping Response time of multiple Servers using PowerShell.

  Hi, If you are an IT admin, then I am sure you are using PING command everyday. In PowerShell we have an Test-Connection command which is a very good alternative of it. as we know PowerShell is an object based scripting language by using it we can do much more. Whenever I/we have network… Continue reading Get an Average Ping Response time of multiple Servers using PowerShell.

Active Directory · PowerShell

Remove Computer Account from All Domain controllers using PowerShell

  Hi, If you are using Active Directory environment in you infrastructure then you does the one thing for sure , remove / add computers to the domain. Some times when you format user computer and add it again to the Domain it gives an error that “Computer Already exists in the domain”. Or you… Continue reading Remove Computer Account from All Domain controllers using PowerShell