PowerShell_Scripts icon indicating copy to clipboard operation
PowerShell_Scripts copied to clipboard

Miscellaneous scripts for things that I have done; more scripts will arrive as I get time to update this repo.

Results 15 PowerShell_Scripts issues
Sort by recently updated
recently updated
newest added

I made the script for a notification balloon that was gonna be in my Crazy Error, but there is a part of the script that is causing me problems (see...

Hi Great work saved me some time ;-) But it took me some time as AUOptions did never got higher than 3 in the registry. Also got the message that...

I'm totally new in powershell, I add this: ``` Invoke-BalloonTip -Message 'This is a message from my function' -Title 'Attention!' -MessageType Info ``` to the bottom of `Invoke-BalloonTip.ps1`: ![image](https://user-images.githubusercontent.com/13575500/54996023-2953ea00-5003-11e9-9929-ab7b663bf2eb.png) Then...

https://github.com/proxb/PowerShell_Scripts/blob/65d0ac81cb2f73b51dba318e6ae721bdea0db204/Invoke-BalloonTip.ps1#L46 This object type doesn't work here. The assembly is loaded later so this produces an error. To resolve just remove this from the parameter as the object type is...

Can't call [System.Windows.Forms.ToolTipIcon] before assembly, it's called later on line 78 instead.

The following error pops up several times while the script is processing: _Export-Csv : Cannot bind argument to parameter 'InputObject' because it is null._ Yet it seems like it's exporting...

Set-Owner does not work on PowerShell 6 due to referencing .NET Framework assembly APIs. .NET Core has refactored these APIs, and they no longer work in PowerShell 6 because the...

This is a very useful PS script so thank you greatly to the creator/contributors. It would just be even better if I could get the sAMAccountName out of it. Is...

I'm pretty new to this stuff but I'm trying to get this one to run. I run it but no balloons appear. The script also is not failing. Is there...