Robert's profileThe System Center Connec...PhotosBlogListsMore ![]() | Help |
Infrastructure Planning and Design Guides—Release Announcement
Infrastructure Planning and Design Guides—Release Announcement Windows Server Virtualization System Center Virtual Machine Manager The Infrastructure Planning and Design team has released two updated virtualization guides: Windows Server Virtualization and System Center Virtual Machine Manager. The Infrastructure Planning and Design Guide for Windows Server Virtualization takes the reader through the process of designing components, layout, and connectivity in a logical, sequential order. Identification of the Hyper-V™ server hosts required is presented in easy-to-follow steps, helping the reader to design and plan virtual server datacenters. The Infrastructure Planning and Design Guide for Microsoft System Center Virtual Machine Manager assists readers in the design and implementation of SCVMM architecture, thus enabling centralized administration of physical and virtual machines. Identification of the VMM server instances required is one of the simple, seven-step design processes presented in this guide. Download the IPD Guides for Virtualization at http://technet.microsoft.com/en-us/solutionaccelerators/ee395429.aspx
DUTCH INFORMATION WORKER USER GROUP
Uitnodiging SDN DIWUG avond event, dinsdag 29 september De zomer is weer voorbij! Tijd voor een nieuwe DIWUG avond! Dit keer een gevarieerd programma met twee interessante sprekers: 2 Nederlandse MVP's! Inschrijven voor deze avond kan via www.diwug.nl. DUTCH INFORMATION WORKER USER GROUPWelcome to the Dutch Information Worker User Group (DIWUG) website. DIWUG is a platform for people that are interested in Information Worker solutions. Several times a year, DIWUG organizes an event where members can meet, share knowledge and see interesting presentations in an informal setting. If you would like to join us or receive more information about our activities, please subscribe for the next event, or contact us by email . SESSIE: DINSDAG 29 SEPTEMBERDIWUG heeft op 29 september weer een interessante avond voor je in petto! Dit keer een gevarieerd programma met twee interessante sprekers: 2 Nederlandse MVP's! AGENDA18:00-18:45 18:45-19:00 19:00–19:45 Kleine moeite, groot resultaat: Het aanpassen van bestaande en toevoegen van nieuwe blokken aan de SharePoint blokkendoos.
Spreker: Ton Stegeman (MVP SharePoint) 19:45–20:00 Pauze 20:00–20:45 Best practices Excel Services 21:00–21:30 Active Directory Recycle BinActive Directory Recycle Bin is a new feature in windows 2008 R2 it is not an option that you can turn on or of. Yes it is a hidden feature and you can only turn it on. What do you need well only a windows 2008 R2 DC By default, Active Directory Recycle Bin in Windows Server 2008 R2 is disabled. To enable it, you must first raise the forest functional level of your AD DS or AD LDS environment to Windows Server 2008 R2, which in turn requires all forest domain controllers or all servers that host instances of AD LDS configuration sets to be running Windows Server 2008 R2. After you set the forest functional level of your environment to Windows Server 2008 R2, you can use the instructions in this guide to enable Active Directory Recycle Bin. The restore can only be done with powershell there is no supported tool from microsoft but there are nice gui tools. How does It work. You can enable it if your forest is on windows 2008 R2 <> check it in Active directory domains and trusts <> right click on domain<> raise domain functional level.
Oh ok I never used the powershell on this server so I have to import the modules Now I am ready to go , mm what is this error security ! ok we can fix this so check our powershell policy : Get-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
Get-help set-AD* this shows a list of all set-ad starting commands. We have already checked that the domain is in 2008R2 mode but you can set this with powershell. set-ADForestMode -Identity mvp.local -ForestMode Windows2008R2Forest. To enable the AD recycle Bin we use Powershell, you can do this by hand in the CN=Partitions but this is the best way. We run the enable option. you can get help on this get-help Enable-ADOptionalFeature Enable-ADOptionalFeature –Identity ‘CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration, DC=MVP,DC=local’ –Scope ForestOrConfigurationSet –Target ‘mvp.local’
To verify that Active Directory Recycle Bin is enabled, navigate to the CN=Partitions container. In the details pane, locate the msDS-EnabledFeature attribute, and confirm that its value is set to CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration, DC=mydomain,DC=com, where mydomain and com represent the appropriate forest root domain name of your AD DS environment We do a list of deleted items check on deleted=True
Get-ADObject -Filter {displayName -eq "delete"} –IncludeDeletedObjects Get-ADObject -Filter {displayName -eq "delete"} -IncludeDeletedObjects | Restore-ADObject So now you can delete and restore AD items but better would be if there where gui tools. There are no Gui Tools from microsoft at this time. but there are some great community tools . I like the tool from Overall solutions, but there is also a powergui tool
Have fun with it don’t tell your user or IT manager this that you can restore Items with a click or script in 10 min time. Else you get more work on recovering deleted items. Even the helpdesk can do this. IMHO this is a must have option just like AGPM Or my old post The New Efficiency
On September 29th at 9 am (PST) please join us here on www.thenewefficiency.com for a kick-off discussion on “The New Efficiency” live from San Francisco as a part of Microsoft’s Virtual Launch Event. Join in the conversation during this must-see event and see top technology leaders and Microsoft’s Steve Ballmer, debate the role of IT during this economic reset. Can cost savings, productivity and innovation come together to drive business growth? Get a closer look at how real companies are justifying IT investments across desktop, server, network and beyond. You’ll also find sessions related to new releases of Windows 7, Windows Server 2008 R2, Microsoft Exchange Server 2010, Microsoft Forefront, Microsoft System Center, and Microsoft Desktop Optimization Pack. Mark your calendars; watch it live; submit questions in advance. Don’t miss it! SQL 2008 Database Mirroring
The easy things are often the hard things to do. Clustering, DCHP,DFS,SQL,SCOM,SCCM,SCDMP,MOSS, I had this project that runs completely on SQL with a IIS .NET app and I migrated them to SQL 2008 Clustered and on Windows 2008 R2 but I had this Question I want to mirror the DB to an off site location, ok no problem just follow the wizard and do next next Finish like I always do ;-) “I hate the Wizards “ but yes they did and it won’t work. So they hired me to do the job. I saw the mistakes and see why people don’t READ. Some IT crowd just have a lot off stress to help the company to get things running again. Ok the youtube links are a bit off topic but the It crowd of this project did know all of them and we had a lot of fun during the installation in this 100% success fully project. I had again a happy customer. But If you want to mirror the SQL DB you must not forget to do just one step use named pipes. So I have my 2 SQL 2008 servers running and as you can see I have the Mirror consol open and there are DB in it. in less than 10 steps we do DB Mirroring. Logon to SQL server ( source DB ) and or make A DB Make Sure the DB is in full Recovery mode !
So now we have a database that we want to mirror, I check a few steps with a SQL script. Just to make sure the DB is in full recovery. use master go alter database Moss2007 set recovery full; go
Backup database Moss2007 to disk = 'c:\moss2007.bak' with format go
backup log MOSS2007 to disk = 'c:\moss2007log.bak' go
So the first server done. Lets go to the second server and copy files to other server. The backup files are now on the target server. Maybe the path location is not the same than on the source, better is to use the same location but you can easy change this. What I did I did an all in one job restore and change the path. the SQL script speaks for it.
use master go restore database moss2007 from disk ='C:\moss2007.Bak' with norecovery, replace, move 'moss2007' to 'C:\sql\moss2007.mdf', move 'moss2007_log' to 'C:\sql\moss2007_log.ldf' go restore log moss2007 from disk ='C:\moss2007log.bak' with norecovery, replace, move 'moss2007' to 'C:\sql\moss2007.mdf', move 'moss2007_log' to 'C:\sql\moss2007_log.ldf' go So now we moved the DB files to the C:\SQL location , there is no better place than the c drive to place your DB files , if it uses all your disk space and there will be a sudden reboot the system is broken if you are lucky. USE a disk other than the C drive.!!
We go back to the Source server. On the Source server we follow the menu task<>mirror <> configure security. We can’t do anything else here yet. So easy next <>next , in my case I have only 2 servers but better would be 3 servers the third server as a witness server, I choose NO here, next would be source SQL server.
Next choose the target server , you will get a SQL logon window , logon and proceed
Now if you run SQL on a service account than use this account for the mirror. And finish
The database mirror is complete you can start it directly or in the first menu where you started. If you do a failover you will see that the DB is moved to the other location, and you app can still be up the sql server is mostly one item. remember the SQL server name is different than the first one so the app must see that the DB is moved to the other server witch can be down.
Myth or True SMB BOSD
Today there is this story about the SMB BOSD is it true ? first here is the full story http://g-laurent.blogspot.com/2009/09/windows-vista7-smb20-negotiate-protocol.html My Windows Versions. I run the exploit and yes there is a BSOD
even with the Firewall on it still gets a BSOD the only thing you can do is block port 445. And I did a test on Windows 7 in my domain with the BSOD DC ;-( and no BOSD my Windows 7 is secure !!
After replacing the srv2.sys file and a reboot I did the test again and no more BOSD
Story confirmed partly true. but it can be fixed. when I do not know. but remember changing this file is not supported. and you need to bypass the NT SERVICE\TrustedInstaller security rights. You must remember turn your firewall on does not always help you port 445 ,138,139 are open if you make a block rule 445 No I’m not gona help you to test this or tell you where to find the tools to do this. |
|
|