Office 365 question about updating turabian settings
I have an office 365 subscription and am working on my dissertation. I need to implement the Turabian 9th edition but am finding it difficult in the current setup. Is there a way to update my product to include the new 9th edition? Thank you immensely.…
C# prevent multiple instance of console application running
I got a code which prevent multiple instance of console application running. help me to understand the below code' [STAThread] static void Main() { using(Mutex mutex = new Mutex(false, "Global\\" + appGuid)) { if(!mutex.WaitOne(0,…
SQL Server: How to create QUEUE to insert/update data there
1) please tell me how could i create queue in sql server? 2) after creating does it persist like table ? 3) how to select data from queue ? 4) how to insert data into queue ? 5) the moment we read data from queue that data will be available for…
SQL Server: How to design table like a queue
Please guide me how can i use a table like a queue. i want then moment i will select or read a records then that records will not be able to select by another session. i got a little direction from this link…
Client showing with Question mark issue
Hi Everyone, A happy new year and hope you all are safe! Need your advice on an issue which we are facing in our environment. For one specific site in our environment after completing Pxe boot there is always a question mark on the devices for that…
Windows 10 Bitlocker to go compatibility
I used Bitlocker to go to encrypt my USB drive on Windows 10 PC. Then tried to access the drive on other Windows platforms, i.e. Windows Server 2016, 2012 and Windows 7. All failed. On Server 2016 and 2012, after I inserted the USB drive. It did not…
Multiple accounts
So I worked for a company that had a Microsoft account, I'm guessing that my email was my "account", I no longer work for that company we will call this "Oldjob@oldjob.com". I also have an "account", email address that I…
enable sa account
The sa account is disabled state, so tried to login to engine by setting single user mode, and then sqlcmd -E, not working. Is there any way to create a new admin user/ enable sa login. Thanks, Ashru
SCOM SSRS-Rule use Computeraccount instead of healthservice
Hi We got a Error from the "An error occurred during execution of a SSRS MP managed module" Rule, which is part of the Microsoft SQL Server 2017+ Reporting Services Core Library Management Pack. We use the SQL Run As Addendum from Kevin…
Visual Studio 2019 SSDT Compare Ignores Auto Created Indexes
Hi! I am working with SSDT in Visual Studio 2019. When doing a compare from the database to the project indexes with the flag auto_created true (i.e. created by Azure Recommendations) are ignored. So if your project doesn't have the index it will not…
Getting “MailboxNotEnabledForRESTAPI” While trying to use MS Graph APIs
We have used MS Graph API(MSAL) in one SAP UI5 Application and have implemented Mail api, Calender api and MailboxSetting apis so far. It was working fine till last month. Suddenly this application keeps throwing the error…
SharePoint Online
Hello, I would like to save a SharePoint site as a template in the power shell, what would be the commands for this operation?(I mention that I use SharePoint online 2019 thanks.
Configure www root to public folder
Hi i've uploaded my laravel project to my web app but the instructions I followed appear to have a button called "Application Settings" which I do not have? I am not sure how to configure site/wwwroot to be directed into site/wwwroot/public? …
Need Help with Microsoft Bot Framework
Hi, I am working on a bot using Microsoft Bot Framework v4 and LUIS v3 (Cognitive Services by Azure). I am using the botbuilder-ai library which is part of the Bot SDK. I want to set the timezone for the LUIS model response which uses the prebuilt…
Local account locks domain account
Hello! I have domain account CONTOZO\user1 and local account SERVER\user1 with different passwords. When I log into to the SERVER with a local account it sends several "Transitive Network logon" to the domain controller and locks domain…
Link not working in Custom Neural Voice application form
Hi, The application form for the preview of the custom neural voice program has a reference to a 2019 survey of MS among voice over talent and the benefits they see on using their own voice as custom neural voices. However the link seems to be…
Exclude Hidden and System Files or Folders : My.Computer.FileSystem.CopyDirectory
Hi, I am trying to copy a directory to using My.Computer.FileSystem.CopyDirectory. Everything works fine until the source contains HIDDEN or SYSTEM files or folders and error about permissions. Can we include Hidden and System files and folders?…
SQL Server 2020 Release Date
Hello, Do you know when is the release date of the SQL Server 2020 (Also named SQL2020 and SQL Server 16.0 (?) I realize this has been asked here: when-is-the-release-date-for-sql-server-2020-aka-sql2020 and the direction was that, roughly, MS…
SCCM 2006 clients fail co-management enrollment
Most of our SCCM clients enabled co-management just fine. Howerver, we have some that have not completed the enroll. We've checked and they are Hybrid AD, and the SCCM server is showing the SCCM agent doing policy requests. But when we try to do…
Dynamic group with custom extension properties (from multi-tenant application)
We created a multi-tenant application in tenant A, we then added several extensionProperties. If we then create a new Dynamic Membership group (in Tenant A) and press the Get custom extension properties link, and then input the Application ID. We get to…