PowerShellScripts
PowerShellScripts copied to clipboard
Some PowerShell scipts that can be hopefully also useful to others. Most of them were written by me, if not I tried to reference the author and or source. Since I collected those scripts over several...
Hey, When passing properties on which objects should be compared actually no difference is made. $props = @('SN','DN','CN') Compare-Object $1st $2nd -Property $props -IncludeEqual | ft Compare-Object $1st $2nd -IncludeEqual...
Simply doesn't work. Attempting to invoke the script like in the example: Get-ComputerRestorePoint | Delete-ComputerRestorePoints -WhatIf Delete-ComputerRestorePoint : The term 'Delete-ComputerRestorePoint' is not recognized as the name of a cmdlet,...