Zerologon EventID 5827 false-positive?
Hi mates, I have a lot of DC patched Sep 2020 patch to monitor events related to Zerologon. My graylog showed PCs got the EventID 5827 and I updated for those PCs and enabled 3 policies: -Domain member: Digitally encrypt or sign secure channel data…
SSRS free Text Parameter that can accept multiple values with comma separated and with NULL as default
Hi All, I was looking for SSRS free Text Parameter that can accept multiple values with comma separated and with NULL as default. I am using the Select Statement and not Stored Procedure. I know one option to create a function to split the…
help with Xamarin maps navvigation
Hello everyone I need to be able to navigate the user to a location, using xamarin maps I found this code, that I can use var request = string.Format("http://maps.google.com/?daddr=" + Your Latitude + "," + Your Longitude +…
to find which transport rule was applied to a specific message, Get-MessageTrackingLog returned no RuleID in EventData
Hi experts, I need help to find which transport rule was applied to a specific message, the following Get-MessageTrackingLog returned but no RuleID in EventData field. Get-MessageTrackingLog -Start (Get-Date).AddDays(-2) -ResultSize Unlimited…
Duplicating Multiple Content Pages
Hello, I am preparing an app in Xamarin.Forms and would like to know the following: Would it be possible to duplicate multiple content pages within the same solution? I have to make many content pages for one section of the app and I will then…
Can't enable sync with Store for Business
I've used Store for Business apps vary rarely, but now needed to add something new and found out that apps doesn't flow to Intune. The connector has been established before. In MSFB I see the Management Tool - Microsoft Intune is there. I tried…
Microsoft Word Add-In Failing Submission: Compatibility Issue with Desktop Versions on Windows and Mac
Update: I believe the issue was related to the 80x80 icons, which should have been 64x64. I submitted a Microsoft Word Add-In to the Microsoft Partner Center (Store), but received the following failure messages: Predictable Behavior - 1100.4.4.2 O365…
SQL Server OPENROWSET without SYSADMIN role
We extensively use the OPENROWSET function to import .CSV and Excel files into our SQL Server 2012 environment, using the simple statement: SELECT * FROM OPENROWSET ('MSDASQL', 'DRIVER={MICROSOFT access TEXT DRIVER (*.TXT,…
Litetouch deployment failed2
![48836-thumbnail-image0.jpg][1] [1]: /api/attachments/48836-thumbnail-image0.jpg?platform=QnA Hi all, I am having trouble again with the MDT lite touch deployment. When I perform a Clean install of windows 10 Enterprise, the deployment is going be okay…
[Migrated from MSDN Exchange Dev] Secure Exchange 2013 ECP with Azure Cloud based MFA/Office 365 MFA
I have exchange 2010 / 2013 and 2016 deployed within forest i would like to secure one of its site with MFA the similar way i have secured remote session through remote desktop gateway with Azure extension on RDS Gateway and its great. Now i would like…
THe Transaction log for database is full
Hello, I been facing below error from last two days. I took full backup and Transaction log backup after that but still some SQL jobs has been failing with below error. Error :- The transaction log for database 'DB' is full due to 'LOG_BACKUP'.…
Gold reseller about to renew and I have questions, where can I find details about the transition from our MCSD's and our other development certifications?
We are a Gold Reseller and working to renew at the end of February, COVID-19 has resulted in our offices being empty for 10 months and we are working to renew. Where can we get some guidance on the transition?
SharePoint open file explorer’ behaviour is inconsistent of SharePoint web application which is integrated with SSO
Hi Team : we observing that SharePoint ‘open file explorer’ behaviour is inconsistent of SharePoint web application which is integrated with SSO. We suspect the issues with Windows Service “WebClient” (which is used by WebDAV protocol). The windows…
Are SP user SIDs based on AD value, or sequentially created by SP?
Does an SPUser's SID correspond to anything in AD? As in, when an SPUser is added to SP, is the SID pulled from AD, or is it independent of AD? Related question: if and SPUser is added, then removed, then re-added, would the SID be the same?
WVD with Azure Active Directory Domain Service
Hello everybody, I've read a lot about Azure Active Directory Domain Service and couldn't find the right solution for my goal. That's why I decided to ask you guys. We have a local AD with over 500 users. Now we would also like to provide Windows…
SharePoint 2010 workflow duration time
If an approver did not respond to an list item approval in SharePoint 2010 workflow, how long it will stay as in progress. Is there any expiry time like 30 days or 90 days etc.
Certification profile error
Hi there, I got an issue and it adviced me to contact you. The error code number is: 90010703. I got some issues in order to find a preparation course for MOS, and to get the exam as well.
Can I use a EVGA SATA Power Cable with Dell Desktop?
Hi, I have a Dell Desktop PC with (1) Samsung SSD and (1) WD 1TB. I want to add a second SSD. I bought a new identical Samsung SSD. My PC has (1) 6-pin SATA Power Cable with (2) outputs. (15-pins.) I need a third 15-pin for my new SSD. I'm looking…
Clear the cache while Stored Procedure session is running
What happen if a SP A is running slowly with 5 different session ID (executed 5 times) and that point of a time, I clear the cache of that SP A or I execute sp_recompile for that SP A. Is it all the 5 session ID which is running SP A will start again…
Azure Synapse: Copy data between ADLS & Aszure SQL DB very slow
I was trying a very basic test of loading a pipe delimited flat file with about 20K rows into a Azure SQL table but it took close to 15 mins to load it. I expected it to load in about 15 secs. Why would it take so long in Synapse/ADF?