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…
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,…
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…
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…
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…
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, …
"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…
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…
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…
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…
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 …
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.
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!
.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…
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…
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…
Cloud Solution Provider
How do I authorize TechSoup US as my organization's cloud solution provider?
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…
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…
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.