Sign in
Robert Bernstein's Blog
Options
Blog Home
About
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ALM
BitLocker
Client-Side Hyper-V
cmd.exe
Encoding
Event Viewer
eventvwr
Hostname
Hyper-V
IP Address
Log Off
Logging
NLog
PowerShell
Security
Sign Out
Source Control
Storage Pools
strings
TechEd
TFS
Title
Visual Studio
Windows 8
Windows Server 2012
Archive
Archives
April 2013
(3)
February 2013
(2)
January 2013
(1)
December 2012
(1)
November 2012
(1)
October 2012
(1)
September 2012
(1)
August 2012
(2)
July 2012
(1)
June 2012
(3)
Social Media Sharing
MSDN Blogs
>
Robert Bernstein's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Robert Bernstein's Blog
Windows 8 / Server 2012 Tip of the Day: Logging Off (and Switching User)
Posted
over 1 year ago
by
Robert Bernstein
25
Comments
I don't know why, but I keep forgetting how to log off of Windows 8 / Server 2012 systems. To do so, go to the Start "screen", click on your user account picture/name in the upper-right hand corner of the screen, and select "Sign out". Or you can select...
Robert Bernstein's Blog
Deleting Windows Services that won't uninstall
Posted
over 1 year ago
by
Robert Bernstein
3
Comments
I created a Windows Service installer using WiX and included a custom action that called PowerShell to run a script. Unfortunately, I called the script with the wrong parameters and then the service would not uninstall. So, I tried a lot of different...
Robert Bernstein's Blog
Setting the Title of the Command Prompt Window
Posted
9 months ago
by
Robert Bernstein
2
Comments
I was wondering how you change the title of the Command Prompt window. A little searching found that Scott Hanselman had answered this question here . All you have to do is type "title <your text>" and press Enter to change the title of your Command...
Robert Bernstein's Blog
Hyper-V Client Problem Due to Time/Date Difference
Posted
9 months ago
by
Robert Bernstein
1
Comments
I ran into a problem yesterday where I couldn't use the Remote Desktop client in Windows 8 to connect to a client-side Hyper-V guest. I got the following error: Remote Desktop cannot verify the identity of the remote computer because there is a time...
Robert Bernstein's Blog
Deploying Files for VS2012 Unit Tests
Posted
4 months ago
by
Robert Bernstein
1
Comments
Are you wondering how to best deploy files for your Visual Studio 2012 Unit Tests because the technique changed from the way you did so in Visual Studio 2010? Check out this MSDN article for all the details: http://msdn.microsoft.com/en-us/library...
Robert Bernstein's Blog
Consolidating Hyper-V Differencing Disks into One
Posted
2 months ago
by
Robert Bernstein
0
Comments
I deleted two snapshots from a Hyper-V virtual machine (VM) this morning. This left the base .vhd file and two .avhd differencing disks. I decided I wanted to merge them into a single file and learned that the diskpart tool will let you do this. ...
Robert Bernstein's Blog
Measuring How Long Commands Take in Windows
Posted
2 months ago
by
Robert Bernstein
0
Comments
I was considering installing the timeit.exe command on my new laptop, but read that it may not work on the latest versions of Windows. So, I found an article on StackOverflow that recommended using the Measure-Command command in PowerShell. You use it...
Robert Bernstein's Blog
Administering Team Foundation Service (on the web, not on-premise)
Posted
1 month ago
by
Robert Bernstein
0
Comments
If you are using Team Foundation Service (i.e. in the cloud, not our on-premise Team Foundation Server ), finding the administration pages from the web site can be a bit tricky if you don't know where to look. Log into your TFS account. If you don...
Robert Bernstein's Blog
Afraid of PowerShell? Watch this video now.
Posted
11 months ago
by
Robert Bernstein
0
Comments
I have been working more and more with PowerShell lately and I love it. If you want to watch a great introductory 75 minute video to get up to speed quickly, look no further than here: Windows PowerShell Crash Course http://channel9.msdn.com/Events...
Robert Bernstein's Blog
EventVwr Command-Line Parameters in Windows 8
Posted
11 months ago
by
Robert Bernstein
0
Comments
Update : I'm told that this command-line option works in Windows 7, as well. So it's not a change for Windows 8/2012. I just didn't have a Windows 7 machine handy to test it. The command-line parameters for the Event Viewer have changed in Windows...
Robert Bernstein's Blog
TFS Quick Tip: Cloaking
Posted
8 months ago
by
Robert Bernstein
0
Comments
In the Source Control Explorer in VS2010 or VS2012, you can cloak any folder in the source tree that want to recursively excluded from "Get Latest Version" operations. Just right-click on the folder, select "Advanced" and "Cloak...". VS2010/2012 will...
Robert Bernstein's Blog
Solved: The working folder is already in use by the workspace
Posted
8 months ago
by
Robert Bernstein
0
Comments
When trying to map a local folder to a TFS server as a different user than the one under which I was logged in, I kept getting the message: The working folder [source path] is already in use by the workspace [workspace name];[owner] on computer [tfs...
Robert Bernstein's Blog
Combining Files in PowerShell
Posted
6 months ago
by
Robert Bernstein
0
Comments
If you need to combine text files in cmd.exe, you would issue the following command: copy file1.txt+file2.txt+file3.txt combined_files.txt If you wish to do the same for binary files, you would use the following command: copy /b file1.bin+file2.bin+file3...
Robert Bernstein's Blog
Migrating a Storage Pool from Windows Server 8 Beta to Windows Server 2012 RTM
Posted
6 months ago
by
Robert Bernstein
0
Comments
I had a computer running Windows Server 8 Beta with a Storage Pool using the “Parity” resiliency type. I installed Windows Server 2012 RTM “over it” (i.e. not an upgrade) and completely lost access to this Storage Pool when the RTM install...
Robert Bernstein's Blog
Text Encoding Options for NLog
Posted
5 months ago
by
Robert Bernstein
0
Comments
I've been using NLog for a while now and recently decided I wanted to have some of my log files written as Unicode text. I learned that you can specify this in your <target> sections of NLog.config as follows: <targets> <!-- add your...
Robert Bernstein's Blog
Query Your BitLocker ID and Password
Posted
4 months ago
by
Robert Bernstein
0
Comments
I could not boot my laptop today because I was prompted for my BitLocker Recovery Key and did not have the associated .txt or .bek files. So, fortunately, I was able to call our helpdesk and have them provide me with the password. I could then boot my...
Page 1 of 1 (16 items)