Republish AIA and CRL files
I'm deploying a new PKI and I'm a little rusty on a thing or two as the last PKI I did is nearing 5 years old now (and still working). Anyway, I accidentally started it by forgetting to remove a PowerShell option before finishing setting up the CRL and…
Task sequence failure after replacing Configuration Manager DP- errors 80072ee2 and 80190191
I have a Configuration Manager 1910 Primary site server with Hotfix Rollup KB4537079 installed. We have 17 Distribution Points in different regions. Recently we replaced a Distribution Point server with a Server 2019 Standard virtual server. I…
Show total of datagridview selected rows in toolstrip label c#
In my win form application i need to show the sum of my datagridview selected rows in toolstrip label, i am currently able to calculate the sum and display in the label for all the rows in my data grid view. But my requirement is : If the datagridview…
IP camera not getting added to IOT central video analytics template
I have created application in IOT central using video analytics template. I have edge device on ubuntu18 server on prem. I have v380 IP camera and has rtsp enabled. I have added IP camera in iot central. The IP camera rtsp link can be access without rtsp…
Windows server 2016 Server Core has a smaller disk footprint, what is meant by smaller disk footprint???
"Server Core includes most but not all server roles. Server Core has a smaller disk footprint, and therefore a smaller attack surface due to a smaller code base". Here my question is what is meant by "smaller disk footprint"?????
MS17-010: Windows SMB Server (Eternalblue)
MS17-010: Windows SMB Server (Eternalblue) i want update this win 2012 server how i am able to do this
We have AD users Authentication Issue
Dear Community, We have created three groups in AD Domain Controller for authentication of our AD Users (i.e. Internet Officers (with restriceted ), Middle Management(partially restricted), Top Management(no restriction)). These groups are…
Display If Section Null in Bigbalprd table?
I want to display QTY, Section if null ,in Bigbalprd table Below is Data and Result Create TABLE #Sections (SecID int,SecName varchar(50)) Create TABLE #Bigbalprd (BID int,SecID int,Bpqty int,Bweight int,Entrydate date,delid int) …
Scripts run well in query designer but meet error when preview
Hi , when I create a report with sql script meet some issue like below: I have a script without parameter return one table run well in SSMS Copy this script into SSRS and set the resource same to the SSMS resource When I try to run this script…
SharePoint not able to convert .doxs files to .aspx files
Hello, We recently migrated SharePoint from 2013 to 2016. On our SharePoint 2013, we had a custom page that allow users to upload .docx files into our SharePoint site. Once the team leads approve the .docx files, the files will be converted into…
Blue screen appears very frequently at same time
Hi We have a server and recently it always have the blue screen situation. And the time is always at night 11:10PM. The following is the windbg information, hope you can help us to analyze what cause this blue screen? Microsoft (R) Windows Debugger…
Microsoft Teams fullscreen iframe no ESC Key
Hello everyone, I am a developer working on a fullscreen iframe experience within a Teams App. This is the same experience like fullscreening a YouTube video. The issue I am facing is that if a user presses ESC, nothing happens. One would assume that it…
Adding an Index using a Function
We have a query that uses the following Date filtering... AND ( CONVERT (DATE, [Common].[dbo].[UTCtoEastern] ([Enrollment].[CreateUTC])) >= @Anonymous _StartDateIn AND CONVERT (DATE, [Common].[dbo].[UTCtoEastern]…
Trouble Signing in with Apple
I am trying to implement the backend to sign-in with Apple but it's not working yet and I need some help. Startup.cs services.AddAuthentication(options => { // some options }) // Adding Jwt Bearer .AddJwtBearer(options => { …
get a notification "Getting list of available content types and properties." when saving Excel File to One drive using VBA macros code.
I get a notification "Getting list of available content types and properties." when saving Excel File to One drive using VBA macros code. Normal save on local drive works fine. How can this issue be fixed Appreciate your help!!
Additional Column in Copy Activity stopped working
I have a few pipeline which has been running successfully for more than a week. Each pipeline contains a copy activity where i copy data from an odata-source to sql server. I added an additional column with dynamic content, receiving it's value from a…
SCOM reports (data) values not showing
HI, We have an issue with some SCOM reports, which are value is can't human-readable. What is the solution for this or what are the steps that we should follow to run the report to get readable values? (This is disk related example)
Onenote change line spacing
Where do I change the line spacing in onnenote? On your page it it says you can change it by clicking home-paragraph alignment-paragraph spacing options, but I don't have "spacing options" on my onenote, only align left, center and align right.…
SCCM programs are not installed in task sequence
Hello. There is an SCCM CB 1810 infrastructure. The task sequence installs the operating system, joins the domain, installs the client, and then installs programs from separate packages. This is if the computers being deployed are in the same domain as…
Error while creating Network Controller Service Instance- Software Defined Networking
Hi, I have created an environment to test MS Software Defined Networking using Hyper-V VMs in my laptop. One of the VMs has the SCVMM installed in it. I have downloaded the templates for Network Controller from MS's GitHub repository - Single…