Adding Caller ID For Cisco Routers

If you carrier is sending caller ID information over a PRI or SIP trunk you can enable your router to pass along that information to your Call Manager for H323 Find your Ser interface int ser*/*/*:23 isdn supp-service name calling Enable on Voice Service voice service voip h323 h225 display-ie ccm-compatible

Transfer FSMO roles via PowerShell

Login to Current FSMO master To view current master in powershell Get-ADDomainController -Filter * | Select-Object Name, Domain, Forest, OperationMasterRoles | Where-Object {$_.OperationMasterRoles} To Move FSMO Roles Move-ADDirectoryServerOperationMasterRole -Identity -OperationMasterRole pdcemulator, ridmaster, infrastructuremaster, schemamaster, domainnamingmaster Verify Move Get-ADDomainController -Filter * | Select-Object Name, Domain, Forest, OperationMasterRoles | Where-Object {$_.OperationMasterRoles}