About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Category Archives: Tooling
Encrypt file when booting from VHDX
My machine boots native from VHDX. This means BitLocker cannot be used to encrypt the contents of my disk. How to get that extra sense of security by encrypting my files? My Evernote account has two step verification enabled, but … Continue reading
Microsoft Azure RemoteApp preview
The day after my Microsoft RemoteApp preview post my subscription was activated for Microsoft Azure RemoteApp. Things look a lot better now. In the windows azure portal I now have access to the remoteapp tab, which is still in preview. … Continue reading
Microsoft RemoteApp preview
The any app on any device solution from Microsoft is in preview. Meet Microsoft RemoteApp the latest service on the Windows Azure platform. I’ve installed the Windows and iPad client and must say I’m not impressed. The positive Setup is … Continue reading
Download MSDN files with Synology NAS
As a MSDN subscriber I have access to loads of downloads. But the larger files like OS iso’s can take a long time to download. I want to do the downloading from my synology nas. My nas comes with an … Continue reading
Powershell pipe to copy files that match a xpath query
I’m a powershell newb. There I said it. Now let me learn. Here’s what I created after some google searches. Go through all files in a directory Filter on xml files I think this can be added to the Get-ChildItem … Continue reading