RSiddaway

PowerShell Direct

PowerShell Direct is a PowerShell 5.1 feature available in Windows 2016 TP5 and above and the later builds of Windows 10. It adds 3 parameters:...

read more

Parallel processing

One of the great features PowerShell brings is the ability to remotely administer your servers. Most people begin remote administration by...

read more

Months

It would be nice to be able to do this: PS>  Get-Date -Day 25 -Month December -Year 2016 Get-Date : Cannot bind parameter 'Month'....

read more

WMI Filters

A common mistake with WMI/CIM filters is: PS>  Get-WmiObject -Class Win32_LogicalDisk -Filter "DeviceId=C:" Get-WmiObject :...

read more
1 19 20 21