8,381 questions with Windows for business | Windows Server | User experience | PowerShell tags
How do sign a self-signed certificate so it isn't reliable on me
I'm about average as a PowerShell person. But all the PowerShell I've authored as for me, specifically. I have no experience at authoring or uses PowerShell scripts to run on a Windows server, to handle tasks. Until now. Here's my scenario. I am on a…
Windows for business | Windows Server | User experience | PowerShell
PowerShell Remoting Double-Hop Authentication Failure
Executing a remote PowerShell script on Server A that attempts to access a file share on Server B fails with Access Denied. How do we configure Credential Security Support Provider (CredSSP) or Kerberos Constrained Delegation to enable multi-hop…
Windows for business | Windows Server | User experience | PowerShell
This script is currect or not
$Folders = @( 2 "C:\ProgramData\Tally", 3 "C:\Program Files\Tally.ERP9", 4 "C:\Program Files (x86)\Tally.ERP9" 5 ) 6 7 foreach ($Folder in $Folders) { 8 if (Test-Path $Folder) { 9 Write-Output "Granting access to…
Windows for business | Windows Server | User experience | PowerShell
DNS RRL is dropping legitimate internal queries. How are you handling exceptions?
Hey all, We enabled Response Rate Limiting (RRL) on our authoritative DNS servers to protect against amplification attacks, but now we're seeing legitimate queries from some internal subnets being dropped as well. What's the best way to whitelist trusted…
Windows for business | Windows Server | User experience | PowerShell
PowerShell - Formatting output of Invoke-Command -ScriptBlock
Hi. I'm having difficulty formatting output of Invoke-Command -ScriptBlock. My goal is to loop through a list of servers in a .CSV and run Invoke-Command on each to get selected key value pairs from the registry. The values I'm looking for is the…
Windows for business | Windows Server | User experience | PowerShell
DSC Local Configuration Manager Stuck in Busy State
Hi, We pushed a DSC configuration to a batch of Windows Servers, but the deployment was interrupted on several nodes. Since then, any attempt to apply a new configuration fails because the Local Configuration Manager (LCM) reports that it is still…
Windows for business | Windows Server | User experience | PowerShell
Deploy custom background to Microsoft Teams via Intune PowerShell scripts
Hi, I have been asked by my company to find a way to deploy corporate Backgrounds to Microsoft Teams. I found many sites that pushed me towards using Win32 Apps within Intune and the step-by-step guides where easy to follow. However, ever guide/forum I…
Windows for business | Windows Server | User experience | PowerShell
Error running Set-AIPFileLabel from Azure PowerShell function - Engine is not initialized, bootstrap might have failed
Trying to remove AIP sensitivity labels from PDF documents using PowerShell Azure Function (triggered by power automate flow passing the file content from SharePoint). Based on this documentation:…
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Windows for business | Windows Server | User experience | PowerShell
High CPU usage for vmmem
Hi, I have experienced high CPU usage for Vmmem frequently (~every 2days) and the only solution at the moment is simply restart my machine. It is understood that is related to WSL and I do have a Docker image running on Ubuntu on Windows. However it is…
Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Client for IT Pros | User experience | Other
JEA Configuration Drift
Hi guys, how can we verify JEA configuration consistency across servers? Thanks! Wilson
Windows for business | Windows Server | User experience | PowerShell
Variable property slow access on first hit
Hello, I hope someone could help me out with some information as I feel like I am losing my mind. I have spent 4 hours troubleshooting a slow 20.000 objects output, only to come down to this and I don't understand what is happening. I am fetching…
Windows for business | Windows Server | User experience | PowerShell
Filter Specific value within ValueCollection
Hello All, I have a variable in PowerShell with the below type Attached is the output value of that variable 237725-lsapi.txt Now the need is to get the referencename within Next value wherever it is available . How can one…
Windows for business | Windows Server | User experience | PowerShell
How to find verified promo codes and discount deals for Microsoft products and services?
Hi Microsoft Community, I am setting up a custom Windows Server environment for a small ecommerce business. The server is running fine overall but I am facing some issues with custom code deployment and configuration settings that I cannot figure out on…
Windows for business | Windows Server | User experience | PowerShell
Powershell script that creates short cuts on Desktop to folders?
I would like a powershell script that when executed, creates a series of Desktop shortcuts, pointing to different folders.
Windows for business | Windows Server | User experience | PowerShell
What is the alternative tool for RSAT for MAC machine?
Hi, We want to install powershell active directory , for that we need Remote Server Administration Tools, Since it is available only for Windows, what is the alternative tool which we can use for RSAT?
Windows for business | Windows Server | User experience | PowerShell
How to manually configure the external postmaster address in Exchange Online not using PowerShell scripts
Hi Please advise if there is another way to manually configure the external postmaster address in Exchange Online not using PowerShell scripts.
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Windows for business | Windows Server | User experience | PowerShell
BAT Files No Longer Open on Double-Click After Upgrading to Windows 11
After upgrading to Windows 11, .bat files no longer execute on double-click. Instead, nothing happens. Prior to the upgrade, these files opened and executed normally in Command Prompt. Here's what I have tried: Attempted to set cmd.exe as the default…
Windows for business | Windows Server | User experience | PowerShell
execute powershell command for remote computers at the same time
Hello Team, I am using below powershell command in PowerShell_ISE. Here the first command executes, and it is not going to second computer till the first command completed. Invoke-Command -ComputerName "ComputerA" -ScriptBlock { Dism.exe…
Windows for business | Windows Server | User experience | PowerShell
No Powershell Package Found
I am trying to install Powershell 7 on through WindowsPowershell 5.1. I have 2 questions, why should I install Powershell if I have Windows Powershell 5.1? And as I try to install Powershell 7, I get this message when searching for it using the…
Windows for business | Windows Server | User experience | PowerShell
hexadecimal value 0x00, is an invalid character. Line 2, position 1
Hi Experts, We are running an PowerShell comment in that PowerShell comment we are calling the XML file and trying to install veeam software. I am getting an error like "hexadecimal value 0x00, is an invalid character. Line 2, position 1."…