We have a SharePoint site that we used to store some data. It was used at remote locations to be able to “map a drive” and interact with data. There is some old data in the site now, and we needed to move it off. I hadn’t messed with it in a while and forgot… Continue reading Moving data out of SharePoint
Tag: registry
SCVMM and P2V Adventures
Where I work, we have been using Microsoft Virtualization since Virtual Server was in Beta. Of course, we don’t necessarily use all of the functions and features of all the software we have, but one feature that I have used a good bit is the “Convert physical server” action in System Center Virtual Machine Manager. … Continue reading SCVMM and P2V Adventures
Temporary Registry Profiles – Finally an answer
We have been having issues at work for a while where a user gets “cannot load the locally stored profile” and a temporary profile is created. It gets to be quite frustrating for the users because each time they log in they lose any settings that they have made. Apparently, we arent’ the only company… Continue reading Temporary Registry Profiles – Finally an answer
Uninstalling Forefront from Server Core
The best way to uninstall any program from Server Core, is to go into the registry to HKLM\software\Microsoft\Windows\CurrentVersion\Uninstall . In there, you will see GUID for the various programs that are installed. If you select the GUID and look at the right had side you will see some good information: One of the REG_EXPAND_SZ… Continue reading Uninstalling Forefront from Server Core
Another Registry Script…
I have the unfortunate need to occasionally fix things in the registry, mostly related to applications running in a Citrix environment. I believe there are nice tools out there that are supposed to do this for you, if given the right information, but I haven’t bothered to figure out what those tools are or how… Continue reading Another Registry Script…