New answers tagged powershell
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(...
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 $...
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/...
Top 50 recent answers are included
Related Tags
powershell × 4194windows × 775
active-directory × 558
scripting × 279
exchange × 216
windows-server-2012-r2 × 206
windows-server-2008 × 177
azure × 166
windows-server-2008-r2 × 164
exchange-2010 × 159
group-policy × 119
windows-server-2012 × 113
wmi × 105
microsoft-office-365 × 104
scheduled-task × 99
iis × 92
windows-server-2016 × 90
winrm × 84
hyper-v × 77
windows-7 × 68
permissions × 66
remote-access × 66
exchange-2013 × 62
dsc × 58
command-line-interface × 57