Managing Active Directory using a jumphost and remoting
I’ve stumbled upon a question someone posted in the Minasi forum, about having to create a script for some managers to connect to AD and make some changes on their subordinates.
Read MoreI’ve stumbled upon a question someone posted in the Minasi forum, about having to create a script for some managers to connect to AD and make some changes on their subordinates.
Read MoreWith the Format-Table cmdlet we format and display a tabular format of an output, We can also select and display output of selected properties of objects.
Read MoreIn Windows PowerShell 2.0, if we had to list a complete list of cmdlets that had a specific parameter, we could have done it in a couple of different ways:
Read MoreEach PowerShell drive (PSDrive) has its own notion of current working directory (CurrentLocation): PS C:\> Get-PSDrive d,c Name Used (GB) Free (GB) Provider Root CurrentLocation ---- --------- --------- -------- ---- --------------- D 295.
Read MoreWhen working with objects in the console you may have seen a display that resembles the following: PS> Get-Process s* | Select-Object Name,Threads -First 5 Name Threads ---- ------- SearchIndexer {5092, 2732, 1100, 2040.
Read MoreUsing the GetHostEntry static method of the .NET Framework System.Net.Dns class it is possible to resolve IP address or a host name:
Read More