Skip to main content

Questions tagged [powershell]

An interactive shell, scripting and programming language, and surrounding environment from Microsoft. Commonly used by system administrators managing Microsoft software (including Windows, Exchange, SharePoint, and cloud services Azure and Office 365), PowerShell is included by default with Windows, and takes over from previous languages such as VB Script.

1 vote
0 answers
153 views

Not a duplicate of https://stackoverflow.com/questions/39917027/winrm-cannot-complete-the-operation-verify-that-the-specified-computer-name-is Also, I posted question in StackOverflow here: but it ...
Joseph's user avatar
  • 236
1 vote
0 answers
95 views

I'm working on automating some certificate rotation tasks. Specifically, we still have some applications using AD FS SAML authentication, and so I'm converting this to use powershell run by a ...
Joel Coel's user avatar
  • 13.1k
0 votes
2 answers
251 views

A script generates a csv-file: User | actualValue | user01 | actualValueB | user02 | actualValueC | user03 | actualValueB | user04 | actualValueA | user05 | actualValueA | . . . The file has the ...
Gahmuret's user avatar
-1 votes
1 answer
148 views

We have 600 GPOs. I want to find policies that have the same or duplicate settings. How can I do this? Thank you.
Cell-o's user avatar
  • 457
1 vote
1 answer
182 views

From an elevated Powershell session on either source or receiver, I can successfully run: dfsrdiag backlog /smem:source /rmem:receiver /rgname:"Group" /rfname:"Folder" However, ...
dividius's user avatar
  • 168
1 vote
1 answer
116 views

I manage about 300 Windows devices in an Active Directory domain. Some endpoints have unauthorized applications installed that are generating a high volume of tickets for our team and causing heavy ...
Adel Mardini's user avatar
1 vote
1 answer
135 views

I need a list of Entra users in my tenant who can assign themselves privileged roles. I need the RoleName, UserName, AssigmentType (for general, not if it's pimmed at the moment the script runs) and ...
Gahmuret's user avatar
0 votes
1 answer
419 views

I am attempting to migrate a local Windows server (2016) to a new local server (2022) using Windows Storage Migration Service. While installing Windows Admin Center ("WAC"), I encounter the ...
PhillipOReilly's user avatar
1 vote
2 answers
231 views

I deploy SQL Server 2022 Azure VM's on a regular basis. I want them to be pre-configured with a series of company standards (the details are not that important just know that this involves restoring ...
David Rogers's user avatar
0 votes
1 answer
195 views

This happens on our forest DCs, but not on our child domain DCs. From the forest DCs, I can run Get-ADDomainController -Filter * -Server , but I can't do it the other way around. From either domain, I ...
Joseph's user avatar
  • 236
3 votes
1 answer
231 views

I have a PowerShell script producing the error below: Set-DbatoolsInsecureConnection -SessionOnly Get-ChildItem "F:\WH_BEE\FULL\WH_BEE_FULL_$(Get-Date -Format "yyyyMMdd")_*.bak" | ...
Java's user avatar
  • 131
0 votes
3 answers
292 views

I need to copy all files from an old file server to a new file server on the same local network and preserve all permissions associated with every file. I have done this operation once successfully. ...
Savyexe's user avatar
0 votes
1 answer
57 views

I need to edit files on multiple systems that require RunAs administrator. I have been working on a script to ensure the command works. I can run the script. My original attempt would modify the ...
dontron's user avatar
2 votes
1 answer
125 views

I'm working on a large-scale unstructured data project in my org, and there's a number of very large volumes which need to be relocated that have thousands of folders (which are named 0000000 - ...
drew calhoun HPW's user avatar
0 votes
1 answer
431 views

How do I convert an ETL trace to readable text that contains all the (fully-resolved) log strings within? e.g. I'm trying to get all logs from all Microsoft-Windows-Bluetooth-* providers. (The ETL ...
beqti's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
280