Posts

ADMT CrossForest 2003-2010 Part2 – Bulk Mail Enable MailUser

Image
    Part1 – ADMT Account & Group Part2 1. Bulk Disable MailUser 2. Get-User 3. Get-User –OrganizationalUnit “Test_OU” –RecipientTypeDetails user 4. [PS] C:\Windows\system32> Get-User -OrganizationalUnit "Tests_Import" -RecipientTypeDetails user | foreach ($_.SAMAccountName) {$Email = $_.SAMAccountName+"@Test.com.tw"; Enable-MailUser -Identity $_ -ExternalEmailAddress $Email -WhatIf} WhatIf: 正在啟用外部電子郵件地址為 "smtp:JS.User5@Test.com.tw" 的郵件使用者 "Test.com.tw/Test_Import/JS.User5"。 WhatIf: 正在啟用外部電子郵件地址為 "smtp:JS.User6@Test.com.tw" 的郵件使用者 "Test.com.tw/Test_Import/JS.User6"。 WhatIf: 正在啟用外部電子郵件地址為 "smtp:JS.User7@Test.com.tw" 的郵件使用者 "Test.com.tw/Test_Import/JS.User7"。 WhatIf: 正在啟用外部電子郵件地址為 "smtp:JS.User8@Test.com.tw" 的郵件使用者 "Test.com.tw/Test_Import/JS.User8"。 WhatIf: 正在啟用外部電子郵件地址為 "smtp:JS.User9@Test.com.tw" 的郵件使用者 "...

E14–Mail Enable after ADMT Mail Group

Image
      [PS] C:\Windows\system32>Get-Group -Identity JS.AllGroup | fl RunspaceId           : f76d0203-ca9e-4579-b578-23842539ffe1 DisplayName          : JS.AllGroup GroupType            : Universal, SecurityEnabled ManagedBy            : {} SamAccountName       : JS.AllGroup Sid                  : S-1-5-21-3280115619-3012524529-1380902707-1155 SidHistory           : {S-1-5-21-387562510-2723945668-297530758-1624} SimpleDisplayName    : RecipientType        : MailUniversalSecurityGroup RecipientTypeDetails : MailUniv...

Ticket: How to Modify RD Web Access

Image
    1. RDWebAccess.Config and by default, the “Remote Desktop” will connect to FQDN of the local RD Server.  

LAB–Remote Desktop SSO with RDGW

Image
  1. http://blogs.msdn.com/b/rds/archive/2009/08/11/introducing-web-single-sign-on-for-remoteapp-and-desktop-connections.aspx   2. http://blogs.msdn.com/b/rds/archive/2007/05/04/single-credential-prompt-for-ts-gateway-server-and-terminal-server.aspx ================================================================== http://blogs.msdn.com/b/rds/archive/2009/08/11/introducing-web-single-sign-on-for-remoteapp-and-desktop-connections.aspx   Web SSO with RD Gateway Web SSO also works when RemoteApp programs are set to use RD Gateway regardless of whether RD Web Access accesses RemoteApp programs in RD Session Host mode or RD Connection Broker mode. The configuration of Web SSO for RD Gateway assumes that: an RD Gateway is deployed a ‘Connection Authorization Policy’ is set to use password for the users connecting and the RD Gateway server is used by RemoteApp programs More details on how to configure a ‘Connection Authorization Policy’ o...

LAB–Remote Desktop Per User CAL Revoke

Image
    官方講了這篇,per user CAL 不可revoke http://technet.microsoft.com/en-us/library/cc732416.aspx   非官方的說可以改attribute   2.495 Attribute msTSExpireDate http://msdn.microsoft.com/en-us/library/cc220557(v=prot.13).aspx          

LAB: RemoteDesktop–Script to Generate Per User CAL Report

Image
  http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/567c380e-4d2f-4cb4-8df5-34575669d6d7 When a person leaves your company if you delete their AD user account the count of Per User RDS CALs in use will decrease automatically. A RDS Per User CAL expires after 60 days of not being used.  What this means is that if you have a user account that has not logged on to one of your RDSH servers in the last 61 days they will not show up on the Per User CAL Usage report. The above are implementation details of Per User RDS license tracking.  I will leave it up to you to decide what complies with the license agreement.  For example, what is the definition of permanently?  If an employee switches departments, does not use your RDSH servers for a year, and then starts using them again did you violate the EULA (assuming you reassigned the CAL)?  Perhaps you would say no in this example.  What about if the same thing happens for only ...

LAB: Install Exchange 2010 SP1 EDGE (2 Edges with 2 HUBs)

Image
  http://www.exchangecn.com/html/exchange2010/20101103_136.html   http://www.msexchange.org/articles_tutorials/exchange-server-2010/migration-deployment/exchange-server-2010-edge-server-microsoft-threat-management-gateway.html http://techdom.nl/microsoft/installing-configuring-edge-transport-role-exchange-2010/ http://social.technet.microsoft.com/Forums/en-ZA/exchange2010/thread/d3a164e9-03e3-49ba-afab-9f7176d8981b (two edge with two hub)   http://technet.microsoft.com/en-us/library/aa997119(EXCHG.80).aspx then RESTART New-EdgeSubscription –filename c:\edge01.xml Copy edge01.xml & edge02.xml to LAB2-HUB01 http://technet.microsoft.com/zh-tw/library/aa997438.aspx   Test-Edgesynchronization Start-EdgeSynchronization -ForceFullSync