Posts

Showing posts from June, 2017

BizTalk 2013 R2 Cumulative Update 6 ( CU6 )

Image
BizTalk 2013 R2 Cumulative Update 6 Download from here https://www.microsoft.com/en-us/download/details.aspx?id=55177 Transfer to your server The control list THE CONTROL LIST (make sure that the following is done before the installation) Action File Location Comment Backup BizTalk Apps \\BACKUP\.\software\BizTalk 2013 R2 and Prerequisites\BizTalk Backup\TST Done Backup SSO Master Key \\BACKUP\.\software\BizTalk 2013 R2 and Prerequisites\BizTalk Backup\TST Done BTNTSvc.exe.config \\BACKUP\.\software\BizTalk 2013 R2 and Prerequisites\BizTalk Backup\TST Done BTSNTSvc64.exe.config \\BACKUP\.\software\BizTalk 2013 R2 and Prerequisites\BizTalk Backup\TST Done Databases Are Backed UP TESTSQL00 and TESTSQL01 Checked the SQL Server tasks Create VM Snapshots CC Created the snapshot Stop All Host Instances DONE Done Stop IIS App. Pools DONE (On the BizTalk Server) Run the CU5 as Adminis...

Querying HTML Document With C# And XPath

Image

DSQUERY - How to find a username on a Domain Controller based only on the last name

Image
Windows Server - Domain Controller  -  DSQUERY  - Find Username Let's say you only know the user surname but you need to find his actual username in the domain controller Open CMD Run the following command Let’s say the user Surename is Birk dsquery user  -name *Birk -o upn dsquery user  -name *Birk    - this command will give you more information as it comes to domain controller etc. dsquery user  -name *Birk -o rdn