Powershell

Applying NTFS Access Rules

There are many ways to add or change NTFS permissions. One is to reuse existing tools such as icacls.exe. This function will create new folders that...

read more

Profiling Systems

If you just want to profile a local or remote system and get back the most commonly used pieces of information, then do not waste time for your own...

read more

Get-WirelessAdapter

In the previous tip, we illustrated how you can use Registry information to find wireless network adapters. Here is now a function...

read more

Exporting Data to Excel

You can easily convert object results to CSV files in PowerShell. This generates a CSV report of current processes: To open the CSV file in...

read more

Formatting Numbers Easily

Often, users need to format numbers and limit the number of digits, or add leading zeros. There is one simple and uniform strategy for this: the...

read more

Eliminating Duplicates

Sort-Object has an awesome feature: with the parameter -Unique, you can remove duplicates: This can be applied to object results, as well. Check out...

read more
1 76 77 78 79 80 130