An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
8,375 questions with Windows for business | Windows Server | User experience | PowerShell tags
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
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."…
Windows for business | Windows Server | User experience | PowerShell
Posershell script to install *.cab and *.msu
Hello Team, Share the powershell script to install the below files in remote computeres SSU-26100.8648-x64.cab windows11.0-kb5094126-x64.msu
Windows for business | Windows Server | User experience | PowerShell
Powershell command to delete *.msu files under C:\temp and subfolder
Hi, please share the powershell script to to delete *.msu files under C:\temp and its subfolder
Windows for business | Windows Server | User experience | PowerShell
RBACAccessDenied when deploying budget through deployment stack sometimes
i am deploying multiple deployment stack on management group level for child subscriptions. The service principal has owner og the management group. The service connection is owner on management group level and is owner on the action group connected to…
Windows for business | Windows Server | User experience | PowerShell
wbadmin start backup fail
When I use wbadmin start backup cmd to start backup, it fails with the following message. How do I konw which process locked the EFI partition? ================================== wbadmin start backup -backupTarget:z: -include:c:,d: -allCritical -quiet…
Windows for business | Windows Server | User experience | PowerShell
Get-PnPList e on SharePoint 2019 will return this error "(403)Forbidden"
I have SharePoint on-premises 2019 and using Site collection administrator i am trying to get a list using PnP Power Shell, the Connect-PnPOnline worked fine, but trying to get any list or site will return this error :- any advice ? i read about…
Microsoft 365 and Office | SharePoint Server | For business
A family of Microsoft on-premises document management and storage systems.
Windows for business | Windows Server | User experience | PowerShell
Adding 2048-bit DKIM DNS record via PowerShell doesn't work. 2016 UI works.
I haven't checked 2019 yet but 2016's Add-DnsServerResourceRecord cmdlet can't handle a key that goes beyond the 255 character limit. The mmc for DNS appears to support this just fine. Having a disconnect between the UI and the CLI is really…
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Server | User experience | PowerShell
Select-Xml NameSpace
I'm trying to use the XML output from group policy to export all settings to a CSV file. I can get about 60% there. I've noticed the XML file seems to be all over the place when it comes to a pattern. I am trying to learn how to use Select-XML and I…