About
Category Archives: Windows Server
How to create a Powershell v2 Module
If you need some functions a lot in different scripts you create maybe external function files. This is a good way to clean up your code. To get this functions running in your mainscript.ps1 you can call this other file … Continue reading
Posted in IT, Microsoft, Powershell, Software, Windows Server, Work
Tagged dotsourced, Import-Module, Microsoft, Module, Modules, PowerShell, Powershell Module, Scripts, Windows, Windows Powershell
Leave a comment
Still love my iPad
I still love my iPad. Now I really start to work with it. It keeps my life simple and easy. First I start with a daily briefing with my todos (Things) and events for today. I also read a lot of … Continue reading
Posted in Apple, Fun, Hardware, Home, IT, Microsoft, Powershell, Software, Web, Windows Server, Work, iPad, iPhone
Tagged Apple, Apple iPad, Apple iPhone, Dreambox, Evernote, Evernote for iPad, Google Reader, iPad, iPad RDP, iPad Remote, iPhone, iPowershell, iTap, iTap RDP, iTap RDP for iPad, iTunes, Microsoft, Newsrack, Newsrack for iPad, Notebook, PowerShell, RDP, remote, Things, Things for iPad
Leave a comment
Powershell: Changing registry key value
After posting Pagefile size bigger than 4095MB on Windows Server 2003 I had the Idea to change this registry values with powershell. First start powershell You can get all PS Drives with the command Get-PSDrive Now you see the drive … Continue reading
Posted in IT, Microsoft, Powershell, Software, Windows, Windows Server, Windows Server 2003, Work
Tagged Changing, get-psdrive, HKLM, key value, Memory, Microsoft, Microsoft Powershell, PowerShell, registry, registry key value, Set-ItemProperty, Set-Location, Values, Windows, Windows Registry
1 Comment
Pagefile size bigger than 4095MB on Windows Server 2003
The pagefile size on Windows Server 2003 x86 and other Windows x86 platforms is limited to 4095 MB per pagefile. But a lot of Windows Server 2003 systems already have 4GB RAM and are using PAE (Physical Address Extension) to … Continue reading
Posted in IT, Microsoft, Windows, Windows Server, Windows Server 2003, Windows Server 2008, Work
Tagged 32bit, Memory, Microsoft, multiple, multiple pagefiles, Pagefile, Pagefiles, partitions, registry, Windows, Windows Server, Windows Server 2003, x86
1 Comment
SCVMM 2008 R2 adding VLANs
In Microsoft System Center Virtual Machine Manager 2008, SCVMM added the VLAN automatically to the VM Hosts VLAN Trunk , if you added the VLAN to a Virtual Machine. In Microsoft System Center Virtual Machine Manager 2008 R2 (SCVMM 2008 R2), … Continue reading
Posted in Hosting, Hyper-v, IT, Microsoft, Server Core, Software, System Center, Virtualization, Windows Server, Windows Server 2008 R2, Work
Tagged Hyper-v, Hyper-V Host, Hyper-V Server, Microsoft, Microsoft SCVMM, Microsoft SCVMM 2008 R2, SCVMM 2008, SCVMM 2008 R2, System Center Virtual Machine Manager 2008, System Center Virtual Machine Manager 2008 R2, Trunk, Virtual Machine, Virtual Machine Manager, Virtual Machine Manager 2008, Virtual Machine Manager 2008 R2, VLAN, VLAN Trunk, VM
Leave a comment
Powershell: Count Sharepoint Sites on Sharepoint Server 2010
This is a very small line of code to count Sharepoint 2010 Site Collections with Powershell. (Get-SPSite -Limit all).Count By the way, we at Genotec AG are offering a Hosted Sharepoint 2010 solution based on Powershell automation.
Posted in Hosting, IT, Microsoft, Powershell, Sharepoint, Software, Web, Windows Server, Windows Server 2008 R2, Work
Tagged Genotec, Genotec AG, get-SPsites, Hosted Sharepoint, Hosted Sharepoint 2010, Hosting, Microsoft, Microsoft Powershell, PowerShell, Server, Sharepoint, Sharepoint 2010, Sharepoint Foundation Server 2010, Sharepoint Server 2010, Site Collections, Sites, SPSites, Windows Powershell, Windows Server
2 Comments

