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 (168)
Most used tags
Tag Archives: powershell
Powershell training course
Powershell the “new” automation tool from Microsoft. For octopus deploy we mostly use the powershell task to handle start/stop service, configure nservicebus and manage certificates. Time to learn some more on microsoft virtual academy. Here is my learning list: Getting … 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
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
Week roundup
Here are the best articles I’ve read/seen last week: Installation of nServiceBus infrastructure items with Powershell commandlets and the uninstall options for MSDTC, MSMQ and RavenDb. Nice youtube video about the concept “Architecture“ A successfull Git branching model. We use … Continue reading
Posted in Uncategorized
Tagged architecture, git, MSDTC, MSMQ, nservicebus, powershell, Ravendb, roundup
Leave a comment
Tentacle error after powershell upgrade
Reinstall the tentacle in the Tentacle manager when things don’t work after changes to the machine like a powershell upgrade. Continue reading