Please suggest how can i convert below PowerShell script to bash script
$releaseBody = @{ ChannelId = $channel.Id ProjectId = $project.Id Version = $releaseVersion SelectedPackages = @() } $template = Invoke-RestMethod -Uri…
Windows for business | Windows Server | User experience | PowerShell

desktop application access server folder without impersonate
I am currently having a desktop application which access the file on the server by using impersonate so that we don't need to give the end users rights to access the server resources. As new requirement kick in and no more impersonation allowed on…
Windows for business | Windows Server | User experience | Other
Microsoft Security | Microsoft Authenticator

Remote Desktop Gateway - connect to the target through another proxy
Hi, We want to use RD Gateway for remote access to on-prem Windows servers. The RD Gateway will be deployed on the cloud without direct connectivity to the on-prem target machine, the connection from the gateway to the target is through another TCP…
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
A sudden high memory load condition occurs on the Web server.
This time, around 16:00 on June 1, the WebAP server suddenly became overloaded. We do not know the cause of the high load, but the token time in the IIS access log was more than 100 seconds, whereas it is usually tens to hundreds of milliseconds. …
Windows development | Internet Information Services
Windows for business | Windows Server | User experience | Other

Time variation of GDI objects
We would like to see the number of GDI objects used per process. We know that we can check this using the Task Manager, but we would like to monitor the change over time like a performance monitor. How can we check the time variation of GDI…
Windows for business | Windows Server | User experience | Other

BitLocker - How do I Force Password/PIN change in BitLocker?
We need to configure BitLocker to prompt the user to change their password every 60 days. I've searched online but only found a couple of articles that say it cannot be done. Is that true? Thanks in Advance. Sandy
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other

how to check" whether user's passwordpolicy is set to never expire or not "using Microsoft Graph Powershell
i tried using AzureAD commands as below, output is correct Get-AzureADUser -ObjectId <user id or UPN> | Select-Object UserprincipalName,@{ N="PasswordNeverExpires";E={$_.PasswordPolicies -contains…
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Graph
Remote Powershell or bat get query user in displayname
Hi, I´m trying to get the remote quser in display name. Now I use: Invoke-Command -ComputerName remote PC -ScriptBlock {query user} BENUTZERNAME SITZUNGSNAME ID STATUS LEERLAUF ANMELDEZEIT user1 …
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | PowerShell
svchost.exe -k rpcss high memory
hi, Svchost.exe -k rpcss high memory. I think rpcss used by some program/application that installed on the computer. How to find program/application that using the rpcss? Regards, Nana Sutisna
Windows for business | Windows Server | User experience | Other
Atom C3000 unkown device
We see unknown device on Device Manger as image, and we cannot find the driver . This issue occurs in Windows Server 2016, Windows Server IoT 2022, Windows Server 2019 and Windows 10. The unknown device place is Intel(R) Atom(TM) processor C3000…
Windows for business | Windows Server | User experience | Other
windows cluster error
The Cluster service is shutting down because quorum was lost. This could be due to the loss of network connectivity between some or all nodes in the cluster, or a failover of the witness disk. Run the Validate a Configuration wizard to check your…
Windows for business | Windows Server | Storage high availability | Clustering and high availability
windows cluster getting error:1022
I am getting the below error in the windows cluster. Failed to save CAU report. Details:Microsoft.ClusterAwareUpdating.ClusterUpdateException: There was a failure in a Common Information Model (CIM) operation, that is, an operation performed by…
Windows for business | Windows Server | Storage high availability | Clustering and high availability
Blackscreen after FS Logix Updates
So we've recently (about a month ago tbh) installed the fslogix 2.9.8111.53415 Update since then the Domain Admin Account (wich is completely excluded from FSLogix) has some Login Issues (Its just a plain Blackscreen). Eventviewer is throwing around…
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | FSLogix
GraphicsCaptureProgrammatic registry not working to prevent capture screen
I found that we can use GraphicsCaptureProgrammatic registry key to prevent user in windows 10 to capture screen, but when I try it it doesn't work user are always able to take screenshot. Path:…
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups

Windows Subsystem For Android can't launch.
I'm using Windows11 22621.1 Home China (Beta Preview) in a real machine. Windows Subsystem For Android refused to work after a restart with a waring that ask for virtualization. But all of settings and BIOS setup are enabled properly. What…
Windows for business | Windows Client for IT Pros | User experience | Other
Problem defining USB clocks on Windows 10 enterprise 64-bit
Problem defining USB clocks on Windows 10 enterprise 64-bit All I'm plugging the USB radio cable into the USB entrance to a laptop shows this picture.
Windows for business | Windows Client for IT Pros | User experience | Other
Local AD to Azure AD
Hi, I get an email every day saying there are sync issues in AD - On Prem Only. The only info it gives me is a GUID. Keep in mind we only have 3 sync errors and around 800+ users in AD. When i do a powershell search for the GUID, i get, object…
Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Microsoft Security | Microsoft Entra | Microsoft Entra ID

DHCP with failover automatic synchronization issue
Hello! I have a two node DHCP configuration in failover load balance mode (DHCP_1 and DHCP_2). I create some Allow and Deny filter in DHCP_1, but when I force manually replication, the filters do not replicate to DHCP_2. I found a…
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing

Cloning an independent IRP
Hey, I am new to driver development and I want to be able to send an IRP request to the ((PDEVICE_EXTENSION)myDevice->DeviceExtension)->lowerDevice. This IRP request should be treated by the lowerDevice the same way as if I were to simply forward…
Windows for business | Windows Client for IT Pros | Devices and deployment | Other

programas saying i'm missing .net framework but it is installed
Hi!, I'm experiencing recent problems with .net framework, I don't really know what triggered this (most probably somo windows update), but I can no longer run programs that requires .net framework 4.0 or later: I've searched for a while and…