398,092 questions

Sort by: Updated
1 answer

Check user exists in a SharePoint group using Powershell (pnp)

with pnp, how do I check if a user already exists in a SharePoint group? I want to add users to a SharePoint group (using their full name) and want to test if the user already exists. Is it possible to use Get-PnPUser with the full name, or is that only…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,598 questions
asked 2021-01-02T16:35:40.96+00:00
Mohammed 81 Reputation points
commented 2021-01-12T23:06:49.817+00:00
Andreas Baumgarten 115.8K Reputation points MVP
2 answers

Graph API Calendar does not work on onPrem outlook?

I am using graph calendar api GET https://graph.microsoft.com/v1.0/me/events In order to get users meetings/scheduled events however the api is returning "404 Resource Not Found." The user in question a an AAD user synced with the cloud,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,751 questions
asked 2021-01-08T20:29:16.023+00:00
Karen Adams 76 Reputation points
answered 2021-01-12T23:06:37.483+00:00
Karen Adams 76 Reputation points
5 answers

Powershell: How to Treat an password policy?

@Anonymous Hi, how are you? I developed a Powershell script to create an AD account where a IT Support must populating many fields, like Name, Surname, Description, E-mail, password and Account expires (dd/mm/yyyy). The script works almost…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,700 questions
asked 2021-01-06T01:01:05.577+00:00
PauloJosMartinsCosta-9915 41 Reputation points
commented 2021-01-12T23:02:27.76+00:00
Andreas Baumgarten 115.8K Reputation points MVP
1 answer One of the answers was accepted by the question author.

RDS create Virtual Desktop Method failed with unexpected error code 53

Hi Guys, Hope someone can help me with this. I have a remote desktop VDI Deployment just upgraded to windows 2016. I can add virtual desktop using some of the original machine, but not with any new machine. I keep getting error message, Method…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,673 questions
asked 2021-01-06T05:08:49.183+00:00
Craig Garland 316 Reputation points
accepted 2021-01-12T23:00:52.457+00:00
Craig Garland 316 Reputation points
1 answer One of the answers was accepted by the question author.

Want to demo Azure Purview but Get an Error Message

While setting up a demo of Azure Purview, I get a validation error: Validation failed with error: The template deployment 'Microsoft.AzurePurviewGalleryPackage-XXXX' is not valid according to the validation procedure. The tracking id is…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,328 questions
asked 2021-01-11T22:15:56.73+00:00
Caven Ford 21 Reputation points
accepted 2021-01-12T22:51:14.157+00:00
Caven Ford 21 Reputation points
2 answers One of the answers was accepted by the question author.

Encryption reformats TSQL

After adding column encryption to a table in our database our stored procedures changed their formatting (spaced and indentations changed). Below is a sample before and after. ALTER PROCEDURE [dbo].[kd_updtblActualFoods] (@MealID int, …

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,675 questions
asked 2021-01-11T21:40:56.133+00:00
David Chase 681 Reputation points
accepted 2021-01-12T22:50:51.02+00:00
David Chase 681 Reputation points
4 answers One of the answers was accepted by the question author.

"Agent Time" from the Agent "MP_ClientRegistration"

Hi, I need information about the "Agent Time" from the Agent "MP_ClientRegistration". When is the Agent Time written in the computer object properties? With the first HInv-Scan after the computer installation or even before the…

Microsoft Configuration Manager
asked 2021-01-12T11:24:20.967+00:00
dnl24 101 Reputation points
accepted 2021-01-12T22:49:53.503+00:00
dnl24 101 Reputation points
4 answers One of the answers was accepted by the question author.

Alternative software to MS NTP/Time

I have gone around and around with synchronizing network time for months and frankly I'm sick of it. Time was always a set it and forget it configuration in the past, not so anymore. I have 70 systems. Of those systems have have a dozen that simply…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,794 questions
asked 2020-12-29T16:35:58.183+00:00
Allan J. Ashinoff 526 Reputation points
commented 2021-01-12T22:44:36.787+00:00
Anonymous
0 answers

Invoke-Command with subprocess.popen doesn't work

I have a PowerShell script, in which I have the commands: $Username = 'user' $Password = 'pass' $SecureString = ConvertTo-SecureString -AsPlainText $Password -Force $MySecureCreds = New-Object -TypeName System.Management.Automation.PSCredential…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,598 questions
asked 2021-01-11T15:24:23.067+00:00
MyHi 21 Reputation points
commented 2021-01-12T22:43:04.677+00:00
Rich Matheisen 47,496 Reputation points
4 answers One of the answers was accepted by the question author.

CLIENT PUSH INSTALLATION

hello all. i am having an issue with client push installation on a Window 10 computer. newly added to domain but it appears that the install does not even attempt it (at the perspective of the computer; no logs in "%WINDIR%\CCM\Logs"). last…

Microsoft Configuration Manager
asked 2021-01-12T15:37:44.87+00:00
Jeffrey Tucker 346 Reputation points
commented 2021-01-12T22:37:45.81+00:00
Youssef Saad 3,421 Reputation points
0 answers

How should be the application insight javaagent called in spark submit command?

I am using : https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent I want to log messages with the help of application insight java agent but sending through the following command is not helping spark-submit --name …

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,408 questions
asked 2021-01-05T15:17:50.907+00:00
Goel, Akanksha 66 Reputation points
commented 2021-01-12T22:25:56.267+00:00
bharathn-msft 5,101 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to use Server.CaptureLog in SSAS

Hello, i'm new to SSAS I'm trying to create a PS script to process cubes level 1500 and be able to capture all the details of the processing into a log file. is it possible to do so? thanks a lot for all the help in advance.

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,304 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,598 questions
asked 2021-01-05T13:49:01.09+00:00
Mina Kamel 101 Reputation points
commented 2021-01-12T22:25:07.643+00:00
Darren Gosbell 1,471 Reputation points
1 answer

Trusted IP's in Multifactor Authentication Settings via Graph API or Powershell?

Hi, Is there a way to add trusted IP's into the Multifactor Authentication Settings via Graph API or Powershell? Thank you for your time!

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,598 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,803 questions
asked 2021-01-10T23:13:29.837+00:00
Kaden Kelsey 1 Reputation point
commented 2021-01-12T22:22:08.313+00:00
Kaden Kelsey 1 Reputation point
2 answers

.NET Winforms Combobox databinding with ComboBoxStyle.DropDownList

I'm running into a weird issue with databinding the Text property of a combobox to a string property of a custom object. I was able to successfully bind the data when the DropDownStyle was ComboBoxStyle.DropDown. However, I need a read only combobox so I…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,915 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,185 questions
asked 2021-01-12T02:58:06.627+00:00
Neil Hamilton Jr 1 Reputation point
answered 2021-01-12T22:18:17.493+00:00
Neil Hamilton Jr 1 Reputation point
0 answers

Transform.Common FAIL - Error 4457 - The attempted insert or update of the partitioned view failed because the value of the partitioning column does not belong to any of the partitions

Version: SCSM 2012 R2 UR9 Problem: Data Warehouse Transform.Common Job FAILS and therefore the DataWarehouse is no longer Archiving data from the LIVE ServiceManager Database. This means reports aren't getting updated and SCSM is failing to follow…

Service Manager
Service Manager
A family of System Center products for managing incidents and problems.
241 questions
asked 2021-01-12T22:15:13.077+00:00
C Sharp Conner 1 Reputation point
2 answers One of the answers was accepted by the question author.

Startup script Not executed on Windows Server

Newbie here. Using Windows Server 2019, I copied over my bat file to "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" and did a restart. my bat file is supposed to ping another machine. However, the startup scripts are not…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,528 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,598 questions
asked 2021-01-12T05:50:42.46+00:00
SP 61 Reputation points
accepted 2021-01-12T22:01:50.047+00:00
SP 61 Reputation points
1 answer

Cloud Solution Provider

How do I authorize TechSoup US as my organization's cloud solution provider?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,916 questions
asked 2021-01-12T19:42:29.66+00:00
NICOLE MORELAND 1 Reputation point
answered 2021-01-12T22:01:46.95+00:00
TravisCragg-MSFT 5,691 Reputation points Microsoft Employee
1 answer

Need to convert ETL job to Azure

Hi, i'm currently being tasked to convert some of the on premises ETL process to azure Currently, the process is done in python with cronjob scheduler running on windows The process start with reading data from multiple file within a sharepoint…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,100 questions
asked 2021-01-08T12:55:44.723+00:00
Dhito 1 Reputation point
commented 2021-01-12T21:48:02.673+00:00
KranthiPakala-MSFT 46,602 Reputation points Microsoft Employee
1 answer

Workfolders - Disable On-Demand Access within GPO (option is missing)

My organization implemented Work Folders with Windows 7 over a year ago. Now that we're upgrading to Windows 10 1909, we're seeing that the on-demand feature is enabled by default. On-demand can be temporarily turned off by unchecking the option from…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,952 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,700 questions
asked 2021-01-07T22:02:30.883+00:00
grunthork 6 Reputation points
commented 2021-01-12T21:45:49.733+00:00
grunthork 6 Reputation points
1 answer

How can I edit the alert in SCOM to show FQDN instead of netbios name of the server.

Hi, I have a requirement where "Cluster resource group offline or partially online" alert shows only the netbios name of the cluster but not FQDN. So how can I edit this specific alert to show FQDN. Please help. Thanks in advance.

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,519 questions
asked 2021-01-12T15:15:03.99+00:00
Anchal gupta 21 Reputation points
answered 2021-01-12T21:15:12.31+00:00
CyrAz 5,181 Reputation points