Migrating WSUS, Error in Microsoft Documentation or is it me?
i migrating our wsus server 2003 server new 2008 build. found new migration document here. http://technet.microsoft.com/en-us/library/ee822824(ws.10).aspx#bkmk_svridentity very handy getting server work downstream server did nothing me. anyway... i following steps , going ok until need change server identity power shell script. [reflection.assembly]::loadwithpartialname("microsoft.updateservices.administration")$updateserver = [microsoft.updateservices.administration.adminproxy]::getupdateserver()$config = $updateserver.getconfiguration()$config.serverid = [system.guid]::newguid()$config.save() when run following error [reflection.assembly]::loadwithpartialname("microsoft.updateservices.administration")$updateserver = [microsoft.updateservices.administration.adminproxy]::getupdateserver()$config = $updateserver.getconfiguration()$config.serverid = [system.guid]::newguid()$config.save() unexpected token 'updateserver' in expression or statement. at line:1 cha...