I must say I am very impressed by the PowerShell ISE editor. It has so many cool features that I thought I would write a little blogpost about them. Tip 1 – Help on CMDlets: If you place the insertion pointer inside a cmdlet you can press F1 and get detailed help about it. […]
Posts tagged features
OneDrive for Business Next Gen Sync Client Preview
I volunteered for the Onedrive Next Gen Sync client Preview program. I am very impressed with the new client so far. One of my favorite features is that the 2 GB file size limit is removed even the documentation states that it is still 2GB: The new default size limit is 10736369664 Bytes – Approx […]
Enable BitLocker and save to local drive
Just a quick and friendly tip. Often when I re-install my computer and I want to enable BitLocker, I want to save the recovery key temporarily to my C: drive. If you try to save to the desktop for example, Windows will complain and give you the following error message: This location can’t be used. […]
Search and delete Registry keys with Powershell
I recently had an issue completely removing Adobe Flash from computers in my environment. I got the infamous “InstallAX.exe is not marked for installation” error when running the uninstall, and this blog post by pointed me in the direction that I needed to delete registry keys from HKEY_CLASSES_ROOTInstallerFeatures. Problem was that these keys were not […]