PowerShell

How to Get Machine Name Form Its Ip Address Using Powershell

To get the name of machine names from a list, we can use powershell using nslookup command

Find Files by Length of Filename Using Powershell

To get the list of files with file path length is greater than or equal to 260 characters which are causing issue like 'Filename Is Too Long' in Windows

How to Get Dotnet Version Using Powershell

To get the dotnet version using C# and PowerShell

Prepare Insert Statement Using Powershell

To prepare insert script for a datatable from MSSQL Server using stored procedure and write the result into a sql file dynamically using powershell script

Execute Storedprocedure in Powershell

How we can use sql client objects in the powershell to execute and process the result