Skip to main content

New answers tagged

0 votes

Access network share without mapping drive letter (PowerShell)

I know this is an older question, but I put together this small PS function to let me navigate to network locations: #Network Change Directory function ncd { param( [Parameter(...
Arr MiHardies's user avatar
0 votes
Accepted

Handle csv file - add value with mapping table

I found a solution. First the csv's are imported into variables $var01 and $var02: $var01 = Import-CSV -LiteralPath <Path to first csv> -Delimiter ";" | select-object *,NewValue $...
Gahmuret's user avatar
1 vote

DFSRDIAG backlog and Get-DFSRBacklog fail with access denied when run via PSSession

have you taken a look at the "double hop problem" yet? PowerShell Remoting Kerberos Double Hop Solved Securely | Microsoft Learn — https://learn.microsoft.com/en-us/archive/blogs/...
RLDailey's user avatar

Top 50 recent answers are included