PowerShell
PowerShell copied to clipboard
PowerShell scripts for Mick's IT Blogs
In my opinion 'MappedDriveReport' does not work as advertised. The mapped drives are written to WMI correctly but the WMI class definition is incorrect. If the created WMI class gets...
This PR only modifiies InstallFonts.ps1. There are 2 basic changes: add the ability to install fonts without admin rights for the current user only. Requires win 10 build 17044 which...
https://github.com/MicksITBlogs/PowerShell/blob/master/InstallFonts.ps1#L51 and https://github.com/MicksITBlogs/PowerShell/blob/master/InstallFonts.ps1#L53 relies on hard coded drive C, but Windows can be installed to any drive. You should use `windir` environment variable instead.
my application name contain the application version, like "myapp v1.5", how to add the possibility to uninstall innot setup application by wild card ? Like : ``` PS > Uninstall-InnoSetup...
Hi Mick, 1. Is it mandatory to put exclusion path to script. I don't have anything to exclude it for now but later on it could be. Can I mark...
Can you please help me how can I supply ProductKey within the scripts itself. I'm creating a SCCM baseline and facing issue while using the script. Please help.
NIC: Intel(R) Ethernet Connection (7) I219-V Allow the computer to turn off this device.....Success Allow this device to wake the computer.....Success Only allow a magic packet to wake the computer.....Success...
I'm getting an error on one of the trims: Method invocation failed because [System.Object[]] does not contain a method named 'Trim'. At line:190 char:5 190: $Output = (((((cmd.exe /c $Arguments...
This PR does two things: 1. streamline the code a bit (e.g. the overcomplicated registry handling, make variables easier to understand, better error messages) 2. add support for non system-wide...